Unitree Go1
Quadruped Startup
Dog Startup Instructions
SSH into the dog's Jetson - the username and IP address is labeled on the side of the dog.
$ ssh [email protected]_ip_addr
# enter password
$ 1234
# run screen to ensure the terminal isn't killed on disconnect
$ screen
# click space a couple times till all the text goes away
# run the docker container
./openDockerDogsHumble.sh
# go into the localFiles folder
$ cd /home
# run the ros2 startup script
$ ./runUnitreeMinimalStartup.sh
When finished using the robot, click 'Ctrl+C' to kill ROS.
# exit the docker container
$ exit
Kill the screen window - click 'Ctrl-A+K' then 'Y' to confirm killing the session.
# exit the ssh session
$ exit