Note: This tutorial assumes that you have completed the previous tutorials: TurtleBot Bringup. |
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. |
TurtleBot Teleoperation
Description: How to teleoperate your TurtleBot with a keyboard, joystick, or rviz.Tutorial Level: BEGINNER
Next Tutorial: TurtleBot Odometry and Gyro Calibration
This assumes that you have a TurtleBot which has already been brought up in this tutorial. See TurtleBot Bringup if you have not brought up the TurtleBot.
Show Keyboard Instructions Show Joystick Instructions Show Interactive Marker Instructions
Joystick
Several joystick configurations are supported - currently playstation3, xbox360 and logitech's rumblepad2. These example nodes are simple and depending on your joystick you may just need to remap the keys. Show other Joystick Tutorials
- Teleoperate a Turtlebot with the PS3 Joystick
Teleoperate a Turtlebot with the PS3 Joystick
- Joystick Teleop
Joystick teleoperation of a turtlebot.
- TurtleBot Teleoperation
How to teleoperate your TurtleBot with a keyboard, joystick, or rviz.
- ジョイスティック・テレオペレーション
turtlebotのジョイスティック・テレオペレーション.
- Joystick Teleop
Joystick teleoperation of a turtlebot.
- How to Use a SpaceNavigator with the spacenav_node
This tutorial is an introduction to using the 3DConnexion SpaceNavigator connected to a desktop. After reading this, you should be able to bring up the spacenav_node and display the data.
- Writing a Teleoperation Node for the SpaceNavigator
This tutorial covers how to write a teleoperation node and use it to drive the turtle in the turtlesim.
- How to Pair the PS3 Joystick with a Bluetooth Dongle
This tutorial is an introduction to using the PS3 DualShock 3 Joystick connected via bluetooth to a desktop computer. After reading it, you should be able to bring up the ps3joy node and display the data coming from the joystick.
- Writing a Teleoperation Node for the PS3 Joystick
This tutorial covers how to write a teleoperation node and use it to drive the turtle in the turtlesim.
- Joystick Teleop
Joystick teleoperation of a turtlebot.
- Configuring and Using a Linux-Supported Joystick with ROS
This tutorial is an introduction to using the joystick connected to a desktop computer. After reading it, you should be able to bring up the joy node and display the data coming from the joystick over ROS.
- Writing a Teleoperation Node for a Linux-Supported Joystick
This tutorial covers how to write a teleoperation node and use it to drive the turtle in the turtlesim.
- PS3を使ったTurtlebotのテレオペレーション
PS3を使ったTurtlebotの遠隔操作の説明
- ジョイスティック・テレオペレーション
turtlebotのジョイスティック・テレオペレーション
- Writing a Teleoperation Node for the Wiimote
This tutorial covers how to write a teleoperation node and use it to drive the turtle in the turtlesim.
- How to Recharge the PS3 Joystick
This tutorial explains how to recharge the PS3 DUALSHOCK 3 or SIXAXIS Joystick. The tutorial includes details on how to simultaneously use the joystick over Bluetooth and recharge it.
- Connecting the PS3 Joystick to the PR2
This tutorial is an introduction to using the PS3 DualShock 3 Joystick connected via bluetooth to a PR2.
- No Title
No Description
- How to Write a Generic Teleoperation Node
This tutorial goes over generic teleoperation code that is used as an example in many of the teleoperation tutorials.
On the TurtleBot
Now ssh (ssh help) into the TurtleBot and start the joystick and teleop nodes
To ssh in to a TurtleBot from a workstation computer:
determine the IP_OF_TURTLEBOT by using ifconfig (Need more help)
To determine a computer's IP address and network interface in linux:
ifconfig
You will see something like:
lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:6658055 errors:0 dropped:0 overruns:0 frame:0 TX packets:6658055 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:587372914 (587.3 MB) TX bytes:587372914 (587.3 MB) wlan1 Link encap:Ethernet HWaddr 48:5d:60:75:58:90 inet addr:10.0.129.17 Bcast:10.0.129.255 Mask:255.255.254.0 inet6 addr: fe80::4a5d:60ff:fe75:5890/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:101983 errors:0 dropped:0 overruns:0 frame:0 TX packets:37244 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:49326141 (49.3 MB) TX bytes:7588044 (7.5 MB)
the network interface for the wireless card is wlan1
the IP address of the computer is 10.0.129.17
use ssh to connect to the TurtleBot
ssh turtlebot@IP_OF_TURTLEBOT
# Playstation 3 > roslaunch turtlebot_teleop ps3_teleop.launch # Xbox360 (use the left stick while keeping the right stick pressed in) > roslaunch turtlebot_teleop xbox360_teleop.launch # Logitech Rumblepad 2 (use the D pad while holding the left trigger button (5)) > roslaunch turtlebot_teleop rumblepad2_teleop.launch
Note: releases prior to groovy had only an example rumblepad2 launcher under the name of joystick_teleop.launch.
Keyboard Teleop
On the TurtleBot
Now ssh (ssh help) into the turtlebot and start the keyboard teleop nodes
To ssh in to a TurtleBot from a workstation computer:
determine the IP_OF_TURTLEBOT by using ifconfig (Need more help)
To determine a computer's IP address and network interface in linux:
ifconfig
You will see something like:
lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:6658055 errors:0 dropped:0 overruns:0 frame:0 TX packets:6658055 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:587372914 (587.3 MB) TX bytes:587372914 (587.3 MB) wlan1 Link encap:Ethernet HWaddr 48:5d:60:75:58:90 inet addr:10.0.129.17 Bcast:10.0.129.255 Mask:255.255.254.0 inet6 addr: fe80::4a5d:60ff:fe75:5890/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:101983 errors:0 dropped:0 overruns:0 frame:0 TX packets:37244 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:49326141 (49.3 MB) TX bytes:7588044 (7.5 MB)
the network interface for the wireless card is wlan1
the IP address of the computer is 10.0.129.17
use ssh to connect to the TurtleBot
ssh turtlebot@IP_OF_TURTLEBOT
roslaunch turtlebot_teleop keyboard_teleop.launch
Key presses in this terminal can now be used to control the robot.
Note: If a new command has not been recieved recently enough the robot will stop. Depending on the keyboard repeated key press speed, holding a button down may be jerky because of this. If this is the case you can either increase the key repeat speed or the timeout.
Rviz Teleop (Interactive Markers)
Include: Nothing found for "##START"!
Include: Nothing found for "##END"!
Show EOL distros:
Note: This tutorial assumes that you have completed the previous tutorials: Joystick Teleop. |
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. |
Interactive Markers Teleop (pre-groovy)
Description: A tutorial describing how to use rviz interactive markers for controlling the TurtleBot.Tutorial Level: BEGINNER
Introduction
TurtleBot interactive markers are an alternative way to control your TurtleBot. They allow you to teleoperate the robot from rviz.
Running the Marker Server
Do these steps on the PC, not the TurtleBot for best performance. First, if you installed from source, make sure the package has been made:
> rosmake turtlebot_interactive_markers
Then launch the turtlebot_marker_server, which will host an interactive_markers server.
> rosrun turtlebot_interactive_markers turtlebot_marker_server
Running rviz
Next, start up a copy of rviz displaying the marker topics. On the PC, type:
> rosrun rviz rviz -d `rospack find turtlebot_interactive_markers`/config/interactive_markers.vcg
Interact!
Check the "Interactive Makers" display component and select the "Interact" tool in the tool palette on the top of the screen (shown below) to bring up the interactive markers for the turtlebot.
You can now drag the red arrows to drive the TurtleBot forward and backward, and the green circle to rotate the TurtleBot. You can also drag the green circle to both rotate and translate the TurtleBot at the same time.
Video
What Next?
Build a map with SLAM or return to TurtleBot main page.
Note: This tutorial assumes that you have completed the previous tutorials: Joystick Teleop. |
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. |
Interactive Markers Teleop (pre-groovy)
Description: A tutorial describing how to use rviz interactive markers for controlling the TurtleBot.Tutorial Level: BEGINNER
Introduction
TurtleBot interactive markers are an alternative way to control your TurtleBot. They allow you to teleoperate the robot from rviz.
Running the Marker Server
Do these steps on the PC, not the TurtleBot for best performance. First, if you installed from source, make sure the package has been made:
> rosmake turtlebot_interactive_markers
Then launch the turtlebot_marker_server, which will host an interactive_markers server.
> rosrun turtlebot_interactive_markers turtlebot_marker_server
Running rviz
Next, start up a copy of rviz displaying the marker topics. On the PC, type:
> rosrun rviz rviz -d `rospack find turtlebot_interactive_markers`/config/interactive_markers.vcg
Interact!
Check the "Interactive Makers" display component and select the "Interact" tool in the tool palette on the top of the screen (shown below) to bring up the interactive markers for the turtlebot.
You can now drag the red arrows to drive the TurtleBot forward and backward, and the green circle to rotate the TurtleBot. You can also drag the green circle to both rotate and translate the TurtleBot at the same time.
Video
What Next?
Build a map with SLAM or return to TurtleBot main page.
Note: This tutorial assumes that you have completed the previous tutorials: Joystick Teleop. |
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. |
Interactive Markers Teleop (groovy)
Description: A tutorial describing how to use rviz interactive markers for controlling the TurtleBot.Tutorial Level: BEGINNER
Introduction
TurtleBot interactive markers are an alternative way to control your TurtleBot. They allow you to teleoperate the robot from rviz.
Running the Marker Server
Do these steps on the PC, not the TurtleBot for best performance. First, if you installed from source, make sure the package has been made:
> rosmake turtlebot_interactive_markers
Then launch the turtlebot_marker_server, which will host an interactive_markers server.
> roslaunch turtlebot_interactive_markers interactive_markers.launch
Running rviz
Next, start up a copy of rviz displaying the marker topics. On the PC, type:
> roslaunch turtlebot_rviz_launchers view_robot.launch
Interact!
Check the "Interactive Makers" display component and select the "Interact" tool in the tool palette on the top of the screen (shown below) to bring up the interactive markers for the turtlebot.
You can now drag the red arrows to drive the TurtleBot forward and backward, and the green circle to rotate the TurtleBot. You can also drag the green circle to both rotate and translate the TurtleBot at the same time.
Video
What Next?
Build a map with SLAM or return to TurtleBot main page.