Get started
SSH into your robot
- Identify the ip address
- SSH into the system using ssh username@ip_address (Replace username with your username)
- Use the password provided to you, when prompted
Clone the repository
Find Unitree Ethernet port
192.168.123.x. Note down the port name and update it in “unitree_go2_autonomy_advance.json5”.
Setup the API key
For Bash: vim ~/.bashrc or ~/.bash_profile. AddDocker image
Install docker/docker-compose if not already installed. Update the docker-compose file. Replace “unitree_go2_autonomy_advance” with the agent you want to run.Role in the System
- Receives sensor and mapping data from other services.
- Processes information and issues commands for movement and interaction.