Wiki

Only released in EOL distros:  

nao_common: nao_description | nao_remote | nao_teleop

Package Summary

Teleoperation (gamepad or joystick) for the Nao humanoid

nao_common: nao_description | nao_remote | nao_teleop

Package Summary

Teleoperation (gamepad or joystick) for the Nao humanoid

nao_extras: nao_path_follower | nao_teleop

Package Summary

Teleoperation (gamepad or joystick) for the Nao humanoid

nao_extras: nao_path_follower | nao_teleop

Package Summary

Teleoperation (gamepad or joystick) for the Nao humanoid

nao_extras: nao_path_follower | nao_teleop

Package Summary

Teleoperation (gamepad or joystick) for the Nao humanoid

nao_extras: nao_path_follower | nao_teleop

Package Summary

Teleoperation (gamepad or joystick) for the Nao humanoid

Starting Teleoperation

Start all the needed remote teleoperation nodes by running

roslaunch nao_teleop teleop_joy.launch

on the remote machine (e.g. your PC).

Then start naoqi_driver either on your local machine or on the Nao (nao_walker and nao_controller are required by this node). By default, gamepad teleoperation starts paused. Just hit the "toggle control button" (#8 by default or #9 on PS3 controller) and start walking Nao around by setting the velocities for the OmniWalk engine with the two sticks on the gamepad (see below).

Teleoperating Nao

You can teleoperate Nao using any joystick or gamepad configured in ROS with omnidirectional velocities, very similar to pr2_teleop. The following commands are currently implemented (tested on a Logitech Cordless Rumblepad II, where the button numbering should be increased by one as it starts with "1"):

Initially, gamepad control is off and needs to be enabled with button 8. When you're done you can either shut down all nodes or toggle gamepad control off, Nao will remain standing in its current state.

Below is the default button placement on a Logitech Cordless Rumblepad II. The button / behavior mapping can be changed with parameters.

Node API

teleop_nao_joy

Teleoperates Nao with a Joystick / Gamepad

Subscribed Topics

joy (joy/Joy)

Published Topics

cmd_vel (geometry_msgs/Twist) motion_command_btn (nao_ctrl/MotionCommandBtn) head_angles (nao_ctrl/HeadAngles) speech (std_msgs/String)

Parameters

~axis_* (int) ~btn_* (int) ~max_vx (double, default: 1.0) ~max_vy (double, default: 1.0) ~max_vw (double, default: 0.5)

Wiki: nao_teleop (last edited 2016-01-15 17:24:44 by NataliaLyubova)