Open wheitman opened 1 year ago
Subscribes to /carla/hero/vehicle_control_cmd with message type CarlaEgoVehicleControl.
/carla/hero/vehicle_control_cmd
Then sends commands to throttle and brake systems. Merges the work of brake-by-wire and throttle-by-wire.
@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.
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.