ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The MotionCommandBtn message was dropped in trunk because it only enabled a few hardcoded behaviors. The replacement is the nao_controller node in nao_driver which enables arbitrary joint trajectories and pose_manager in nao_remote which enables the robot to assume fixed body poses via an actionlib interface. All this is fully configurable and a few default poses are loaded from the parameter server: "crouch" (sit down), "zero", "init" (stand up).

Your robot can enter these poses if nao_controller and nao_remote are running (there are configured launchfiles in their packages), and you call the corresponding action just like the Gamepad teleoperation does on button presses. The new actionlib interface has the advantage that you can now be sure that the action was called properly and finished completely.