Skill look_for_human

Search and localize specific humans

Input parameters

  • patterns string array, default: []

    List of RDF patterns that identify the human to look for. Exactly one variable is expected in the patterns. If left empty, all visible humans are returned.

Quick snippets

Call the skill from the command-line

$ ros2 action send_goal /skill/look_for_human interaction_skills/action/LookFor # then press Tab to complete the message prototype

See also