How to remote control - GigaFlopsis/rc_car_ros GitHub Wiki
You can set up remote control via ROS node.
- Connected PWM input according to this instruction
- Launch file:
roslaunch rc_bringup bringup.launch
- Now you can remote control the car by sending msg to topic: rc_car/cmd_vel (by default) For an understanding of control, read this cmd_vel and this teleop_twist_joy.