Nova-UTD / navigator

Navigator, our self-driving vehicle software stack
https://nova-utd.github.io/navigator
Other
32 stars 11 forks source link

Write ROS throttle & brake control node #315

Open wheitman opened 1 year ago

wheitman commented 1 year ago

Subscribes to /carla/hero/vehicle_control_cmd with message type CarlaEgoVehicleControl.

Then sends commands to throttle and brake systems. Merges the work of brake-by-wire and throttle-by-wire.

wheitman commented 1 year ago

@jaiperis has added a throttle control package, though it is still in the beginning stages. The brake control node needs to be written, but we can use @ashwin-som 's EPAS node as a starting point.