Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 1.75 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.75 KB

RCCar

Design: https://www.lucidchart.com/invitations/accept/2f5559df-391a-4dcc-befb-66869472d291

Car:

  • Connect the car to a RPI
  • Use a library (johnny-five or more low-level) to setup the steering and Speed Controller
  • Have a "virtual" car object to which the car responds to, which has information about the steering-degree and current set speed. Any changes to this virtual car, changes the actual car. (This makes it possible to decouple the work on the car and the actual steering)
  • http://www.berryterminal.com/doku.php/berryboot ?

Lane Assist:

Emergency shutdown

  • Have a switch to remotely turn of the power of the car, when control is lost

Monitoring:

  • Have a way to remotely monitor the status of the car, preferably with video and real-time changes made by the car itself

Next steps:

Links: