(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

teleop_joy

Description: Instructions for using the teleop_joy node.

Tutorial Level: BEGINNER

In practice, you should not need to run the teleop_joy node directly. There are different launch files for the supported controllers.

First, plug in your controller into the surface computer via USB. Then start one of the launch files below. Follow the ArduSub documentation for more information on manual control operation.

Microsoft Xbox Controller

roslaunch bluerov_apps teleop_xbox.launch

teleop_joy_xbox.jpg

Logitech F310 Controller

roslaunch bluerov_apps teleop_f310.launch

teleop_joy_f310.jpg

Dynamic Reconfiguration

Nearly all of the key joystick configuration parameters can be changed in on-the-fly using dynamic_reconfigure. Load the Dynamic Reconfigure plugin in rqt to quickly changes these values.

teleop_joy_dynamic_reconfig.jpg

Troubleshooting

If you have trouble using the joystick, first check to see if the joystick itself is being read by teleop_joy using rostopic:

rostopic echo joy

If it is not, there might be an issue with the required udev rules or they might not have been installed.

Wiki: bluerov_apps/Tutorials/teleop_joy (last edited 2016-02-13 10:35:04 by JoshVillbrandt)