List of ROS Actions

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

Caution

Only the actions contributing to the public API of the PAL OS edge 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

  • /skill/ask (documentation) Start a small dialogue exchange with the aim of getting some information through the conversation. See ask for details.

  • /skill/ask_human_for_help (documentation) See ask_human_for_help for details.

  • /skill/chat (documentation) Start a dialogue with a defined purpose. See chat for details.

  • /skill/say (documentation) Speak out the provided input text (also executing any additional markup action). See say for details.

⚙️ Robot hardware

  • /led_manager_node/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.

😄 Interaction

🛠 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) Executes pre-recorded motion from its name

  • /play_motion2/raw (documentation) Executes a joint trajectory over 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