How to remote control - GigaFlopsis/rc_car_ros GitHub Wiki

You can set up remote control via ROS node.

  1. Connected PWM input according to this instruction
  2. Launch file:
roslaunch rc_bringup bringup.launch
  1. 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.
⚠️ **GitHub.com Fallback** ⚠️