relative_move(forward, left, degrees) | UnitreeSkillContainer | Move robot relative to current position |
execute_sport_command(command_name) | UnitreeSkillContainer | Unitree sport commands (sit, stand, flip, etc.) |
wait(seconds) | UnitreeSkillContainer | Pause execution |
observe() | GO2Connection | Capture and return current camera frame |
navigate_with_text(query) | NavigationSkillContainer | Navigate to a location by description |
tag_location(name) | NavigationSkillContainer | Tag current position for later recall |
stop_navigation() | NavigationSkillContainer | Cancel current navigation goal |
follow_person(query) | PersonFollowSkill | Visual servoing to follow a described person |
stop_following() | PersonFollowSkill | Stop person following |
speak(text) | SpeakSkill | Text-to-speech through robot speakers |
where_am_i() | GoogleMapsSkillContainer | Current street/area from GPS |
get_gps_position_for_queries(queries) | GoogleMapsSkillContainer | Look up GPS coordinates |
set_gps_travel_points(points) | GPSNavSkill | Navigate via GPS waypoints |
map_query(query) | OsmSkill | Search OpenStreetMap with VLM |