The autonomous exploration capability requires a laserscan sensor to be mounted to the head of the Go2. We recommend the RPLidar A1M8. Please see the RPLidar setup documentation for more information.
Using OM1, the Unitree Go2 is able to autonomously explore spaces such as your home. There are several parts to this capability. To get started, launch OM1:
OM1 uses the RPLIDAR to tell the core LLMs about nearby objects. This information flows as natural language to the core LLMs. The LIDAR data are also used in the action driver to check for viable paths before and during motions are executed.
The LIDAR senses something within 1.1 m (or less) and uses that information to tell the core LLMs about which paths are possible. For example, the LIDAR may tell the core LLMS that:
Copy
Ask AI
Here is information about objects and walls around you. Use this information to plan your movements and avoid bumping into things: The safe movement choices are: You can turn left. You can turn right.
If all directions are blocked, the LIDAR tells the LLMs that:
Copy
Ask AI
You are surrounded by objects and cannot safely move in any direction. DO NOT MOVE.
In this case, the core LLMs should command the Go2 to avoid the object(s).