Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 585 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 585 Bytes

Unitree_DDS_Wrapper

This project aims to simplify the communication with Unitree Robots.

There is no need to implement DDS publisher & subscriber each time.

Usage

Dependencies

CPP

cd {path_to_repo}/idl/_generate_cpp
bash cxx_gen.sh
mv lib/libunitree_idl_x86_64.a {path_to_repo}/cpp/lib/{SYSTEM_PRECESSOR}/
cd {path_to_repo}/cpp
sudo ./install.sh

Python

cd {path_to_repo}/python
pip install pygame # for joystick
pip install -e .