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#
[π€ ROS2?] /advanced_grasping/grasp
[π€ ROS2?] /advanced_grasping/perception
[π€ ROS2?] /advanced_grasping/place
/arm_controller/follow_joint_trajectory
/arm_left_controller/follow_joint_trajectory
/arm_right_controller/follow_joint_trajectory
/asr/set_locale
/backup
/change_controllers
[π€ ROS2?] /chatbot/set_locale
/compute_path_through_poses
/compute_path_to_pose
/detect_dock
/detect_target
/dock_robot
/drive_on_heading
[π€ ROS2?] /execute_task
/follow_path
/follow_waypoints
[π€ ROS2?] /get_user_input
/go_and_dock
/gripper_controller/follow_joint_trajectory
/gripper_controller/increment
/head_controller/follow_joint_trajectory
/head_controller/increment
/head_controller/point_head_action
/i18n_manager/set_locale
/joy_priority_action
/joy_turbo_angular_decrease
/joy_turbo_angular_increase
/joy_turbo_decrease
/joy_turbo_increase
/joy_turbo_reset
/learn_dock
[π€ ROS2?] /motion_manager
/navigate_through_poses
/navigate_through_waypoints
/navigate_to_pose
/navigate_to_target
/pal_led_manager/do_effect
[π€ ROS2?] /pal_play_presentation
[π€ ROS2?] /pal_play_presentation_from_name
[π€ ROS2?] /pickup
[π€ ROS2?] /place
[π€ ROS2?] /play_motion
/play_motion2
[π€ ROS2?] /play_motion_builder_node/build
[π€ ROS2?] /play_motion_builder_node/run
/safe_arm_controller/follow_joint_trajectory
/safe_arm_left_controller/follow_joint_trajectory
/safe_arm_right_controller/follow_joint_trajectory
/safe_torso_controller/follow_joint_trajectory
/say
/set_configuration
/set_parameter
/spin
/torso_controller/follow_joint_trajectory
/torso_controller/increment
/undock_robot
/wait
By capability#
π¬ Communication#
/asr/set_locale
(documentation) Sets the current language of the vosk speech recognition (ASR) engine. Returns immediately if the required language is already loaded.See [βΌοΈROS1] How-to: Automatic Speech Recognition (ASR) and Internationalisation and language support for details.
/i18n_manager/set_locale
(documentation) Sets the language to all the associated nodes/say
(documentation) Speak out the provided input text (also executing any additional markup action). See Speech synthesis (TTS) for details.
βοΈ 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#
/change_controllers
(documentation) Allows to change controllers with a single call, avoiding resources conflict.See How to change your robotβs motion controller for details.
π 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 thetrajectory_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 thetrajectory_msgs/JointTrajectory
message; the goal is discarded if a self-collision will occur./torso_controller/follow_joint_trajectory
(documentation) This action encapsulates thetrajectory_msgs/JointTrajectory
message/torso_controller/increment
(documentation)