Skill say

Speak out the provided input text (also executing any additional markup action).

See tts for details.

Input parameters

  • input string, required

    The multi-modal expression to be read-out.

  • person_id string, default: ""

    If targeting a specific person, the ID of the person.

  • group_id string, default: ""

    If targeting a group of people, the ID of the group (currently not supported).

  • meta.priority integer, default: 128

    Between 0 and 255. Higher value means that this skill invokation will have higher priority.

Quick snippets

Call the skill from the command-line

$ ros2 action send_goal /skill/say communication_skills/action/Say # then press Tab to complete the message prototype

See also