List of ROS Actions#

This page lists all the public ROS actions available in PAL OS 25.01.

Caution

Only the actions contributing to the public API of the PAL OS 25.01 are listed here.

Additional ROS actions might be present on the robot, for internal purposes. They are however not part of the documented and supported robot API.

Alphabetic index#

By capability#

πŸ’¬ Communication#

βš™οΈ Robots hardware#

  • /pal_led_manager/do_effect (documentation) Controls the various LEDs or PAL’s robots. You can select the desired set of LEDs, a colour effect, duration and priority, as well as provide effect-specific parameters (like the desired color).

    See LEDs API for details.

πŸ›  Robot management#

πŸ‘‹ Gestures and motions#

  • /arm_controller/follow_joint_trajectory (documentation) Moves the arm joints to the desired positions

  • /arm_left_controller/follow_joint_trajectory (documentation)

  • /arm_right_controller/follow_joint_trajectory (documentation)

  • /gripper_controller/follow_joint_trajectory (documentation) This action encapsulates the trajectory_msgs/JointTrajectory message

  • /gripper_controller/increment (documentation) Moves the gripper joints the desired increment

  • /head_controller/follow_joint_trajectory (documentation) Moves the head joints to the desired positions

  • /head_controller/increment (documentation) Moves the head joints the desired increment

  • /head_controller/point_head_action (documentation) Moves the head joints to the necessary positions to point to a desired position, performing inverse kinematics

  • /joy_turbo_reset (documentation)

  • /play_motion2 (documentation) Allows executing simultaneous trajectories in multiple groups of joints.

  • /safe_arm_controller/follow_joint_trajectory (documentation) Moves the arm joints to the desired positions providing there are no self-collisions

  • /safe_arm_left_controller/follow_joint_trajectory (documentation)

  • /safe_arm_right_controller/follow_joint_trajectory (documentation)

  • /safe_torso_controller/follow_joint_trajectory (documentation) This action encapsulates the trajectory_msgs/JointTrajectory message; the goal is discarded if a self-collision will occur.

  • /torso_controller/follow_joint_trajectory (documentation) This action encapsulates the trajectory_msgs/JointTrajectory message

  • /torso_controller/increment (documentation)

🧭 Navigation#