Skip to content

colemaring/go1-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Demonstration

video_demo

Building and running

git clone https://github.com/unitreerobotics/unitree_legged_sdk.git

Add the following 2 lines to CMakeLists.txt:
add_executable(run example/run.cpp)
target_link_libraries(run ${EXTRA_LIBS})

git clone https://github.com/colemaring/go1-project.git
Move run.cpp into examples folder
cd build and compile. you'll need these dependencies.
cmake .. && make

Connect to Go1's network. Password is 00000000
run with ./run
Now run main.py

Resources

cmd modes: https://unitree-docs.readthedocs.io/en/latest/get_started/Go1_Edu.html

About

Hand gesture controlled Unitree Go1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published