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. |
Keyboard Teleop
Description: Keyboard teleoperation of a turtlebot.Keywords: keyboard teleop
Tutorial Level: BEGINNER
Next Tutorial: Joystick Teleop
Move it, move it! Get you robot moving around by the simplest means possible - the keyboard. |
Contents
Goal
This tutorial shows how to hook up with your robot either over ssh, or across the wireless via the remocons to kickstart your robot into action via a keyboard remote control.
Execute
Make sure the minimal software has already been launched on the robot and you have configured your network correctly. On the PC:
Roslaunch
roslaunch turtlebot_teleop keyboard_teleop.launch --screen
OR
Remocon
Start the remocon and fire up the PC Pairing/Keyboard Teleop interaction.
What Next?
Joystick Teleop or return to the TurtleBot main page.