Size: 1592
Comment:
|
Size: 1467
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 45: | Line 45: |
0{ name= ~dev type= string default= `/dev/input/js0` desc= Linux joystick device from which to read joystick events. } |
Only released in EOL distros:
turtlebot_apps: chirp | turtlebot_calibration | turtlebot_follower | turtlebot_navigation | turtlebot_teleop
Package Summary
No API documentation
turtlebot_teleop
- Author: Melonee Wise
- License: BSD
- Repository: turtlebot-ros-pkg
- Source: hg https://kforge.ros.org/turtlebot/turtlebot_apps
turtlebot_apps: turtlebot_actions | turtlebot_calibration | turtlebot_follower | turtlebot_navigation | turtlebot_sounds | turtlebot_teleop
Package Summary
Documented
Provides teleoperation using joysticks or keyboard.
- Author: Melonee Wise
- License: BSD
- Source: hg https://kforge.ros.org/turtlebot/turtlebot_apps (branch: electric-devel)
turtlebot_apps: turtlebot_actions | turtlebot_calibration | turtlebot_follower | turtlebot_navigation | turtlebot_sounds | turtlebot_teleop
Package Summary
Documented
Provides teleoperation using joysticks or keyboard.
- Author: Melonee Wise
- License: BSD
- Source: hg https://kforge.ros.org/turtlebot/turtlebot_apps (branch: default)
turtlebot_apps: pano_core | pano_py | pano_ros | turtlebot_actions | turtlebot_calibration | turtlebot_core_apps | turtlebot_follower | turtlebot_navigation | turtlebot_panorama | turtlebot_sounds | turtlebot_teleop
Package Summary
Documented
Provides teleoperation using joysticks or keyboard.
- Author: Melonee Wise
- License: BSD
- Source: git https://github.com/turtlebot/turtlebot_apps.git (branch: groovy)
turtlebot_apps: pano_core | pano_py | pano_ros | turtlebot_actions | turtlebot_calibration | turtlebot_core_apps | turtlebot_follower | turtlebot_navigation | turtlebot_panorama | turtlebot_teleop
Package Summary
Released
Documented
Provides teleoperation using joysticks or keyboard.
- Maintainer status: developed
- Maintainer: Melonee Wise <mwise AT willowgarage DOT com>
- Author: Melonee Wise <mwise AT willowgarage DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/turtlebot/turtlebot_apps/issues
- Source: git https://github.com/turtlebot/turtlebot_apps.git (branch: hydro)
turtlebot: turtlebot_bringup | turtlebot_capabilities | turtlebot_description | turtlebot_teleop
Package Summary
Released
Documented
Provides teleoperation using joysticks or keyboard.
- Maintainer status: developed
- Maintainer: Melonee Wise <mwise AT willowgarage DOT com>
- Author: Melonee Wise <mwise AT willowgarage DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/turtlebot/turtlebot/issues
- Source: git https://github.com/turtlebot/turtlebot.git (branch: indigo)
turtlebot: turtlebot_bringup | turtlebot_capabilities | turtlebot_description | turtlebot_teleop
Package Summary
Released
Documented
Provides teleoperation using joysticks or keyboard.
- Maintainer status: maintained
- Maintainer: Melonee Wise <mwise AT willowgarage DOT com>
- Author: Melonee Wise <mwise AT willowgarage DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/turtlebot/turtlebot/issues
- Source: git https://github.com/turtlebot/turtlebot.git (branch: kinetic)
Use
The turtlebot_teleop package provides launch files for teleoperation with different input devices.
- For a generic linux joystick use:
roslaunch turtlebot_teleop joystick_teleop.launch
roslaunch turtlebot_teleop keyboard_teleop.launch
roslaunch turtlebot_teleop ps3_teleop.launch
Nodes
turtlebot_teleop_joy
The turtlebot_teleop_joy provides a generic Linux joystick node.Subscribed Topics
joy (sensor_msgs/Joy)- Listens to the joystick state.
Published Topics
cmd_vel (geometry_msgs/Twist)- Outputs command velocity to the TurtleBot.
Parameters
~axis_linear (int, default: 1)- The axis for commanding a linear velocity.
- The axis for commanding a angular velocity.
- The axis for providing a deadman switch.
- The amount to scale the joystick input for the command velocity output.
- The amount to scale the joystick input for the command velocity output.