Skill look_for_object

Search and localize specific objects

Input parameters

  • patterns string array, default: []

    List of RDF patterns that identify the objects to look for. Exactly one variable is expected in the patterns.

Quick snippets

Call the skill from the command-line

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

See also