fubarlabs / foocars

Low Cost Racing Autonomous Vehicles: RC Cars to Power Wheels Racers
https://foocars.io
13 stars 14 forks source link

The autonomous, data collect, and thr_step should be virtual buttons that can be overidden with a launch flag #110

Open rianders opened 3 years ago

rianders commented 3 years ago

The autonomous, data collect, and thr_step should be virtual buttons that can be overridden with a launch flag. This would allow at launch time the ability to specify the autonomous mode and relevant data.

Each mode could launch with the correct start values. This could be sent to docker and do a restart with appropriate settings passed to the car for driving.

ricklon commented 3 years ago

The argparse for mode was added, but there's plenty more todo.