• Diff for "turtlebot_teleop"
Differences between revisions 7 and 8
Revision 7 as of 2012-03-11 23:07:57
Size: 1592
Editor: MeloneeWise
Comment:
Revision 8 as of 2012-03-11 23:08:17
Size: 1467
Editor: MeloneeWise
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

turtlebot_teleop

turtlebot_apps: turtlebot_actions | turtlebot_calibration | turtlebot_follower | turtlebot_navigation | turtlebot_sounds | turtlebot_teleop

Package Summary

Provides teleoperation using joysticks or keyboard.

turtlebot_apps: turtlebot_actions | turtlebot_calibration | turtlebot_follower | turtlebot_navigation | turtlebot_sounds | turtlebot_teleop

Package Summary

Provides teleoperation using joysticks or keyboard.

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

Provides teleoperation using joysticks or keyboard.

turtlebot: turtlebot_bringup | turtlebot_capabilities | turtlebot_description | turtlebot_teleop

Package Summary

Provides teleoperation using joysticks or keyboard.

turtlebot: turtlebot_bringup | turtlebot_capabilities | turtlebot_description | turtlebot_teleop

Package Summary

Provides teleoperation using joysticks or keyboard.

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
    For a keyboard teleoperation use:
    • roslaunch turtlebot_teleop keyboard_teleop.launch
    For a ps3 joystick use:
    • 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)

Parameters

~axis_linear (int, default: 1)
  • The axis for commanding a linear velocity.
~axis_angular (int, default: 0)
  • The axis for commanding a angular velocity.
~deadman_axis (int, default: 4)
  • The axis for providing a deadman switch.
~scale_linear (double, default: 0.3)
  • The amount to scale the joystick input for the command velocity output.
~scale_angular (double, default: 0.9)
  • The amount to scale the joystick input for the command velocity output.

Wiki: turtlebot_teleop (last edited 2015-01-08 08:30:41 by jihoonl)