Skill list_motions

  • Version: 1.0.0

  • Default path: /skill/list_motions

  • Datatype: motion_skills_action_ListMotions.srv

  • Definition source: package.xml in ros4hri/motions_skills

List the available pre-recorded motions that can be executed with the replay_motion skill.

Input parameters

Output fields

  • motions array of string

    The list of available motion names that can be executed with the replay_motion skill.

Quick snippets

Call the skill from the command-line

$ ros2 service call /skill/list_motions motion_skills/action/ListMotions.srv # then press Tab to complete the message prototype

See also