Skip to content

Agnel-Wang/unitree_dds_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Simplify the communication with Unitree Robots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages