An open API service indexing awesome lists of open source software.

https://github.com/colemaring/go1-project

Hand gesture controlled Unitree Go1
https://github.com/colemaring/go1-project

go1 mediapipe-hands unitree

Last synced: 7 months ago
JSON representation

Hand gesture controlled Unitree Go1

Awesome Lists containing this project

README

        

# Video Demonstration
![video_demo](https://github.com/user-attachments/assets/38844afb-68b1-4473-9b1a-57e224609da3)

# 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](https://github.com/colemaring/go1-project/blob/main/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