Skip to content

HorizonRoboticsInternal/unitree_b1_sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v3.8.3

The unitree_legged_sdk is mainly used for communication between PC and Controller board. It also can be used in other PCs with UDP.

Notice

support robot: B1

not support robot: Laikago, Aliengo, A1. (Check release v3.3.1 for support)

Sport Mode

Legged_sport    >= v3.24
firmware H0.1.7 >= v0.1.35
         H0.1.9 >= v0.1.35

Dependencies

  • Boost (version 1.71.0 or higher)
  • CMake (version 3.16.3 or higher)
  • g++ (version 9.4.0 or higher)

Build

mkdir build
cd build
cmake ../
make

Run

Cpp

Run examples with 'sudo' for memory locking.

Python

arm

change sys.path.append('../lib/python/amd64') to sys.path.append('../lib/python/arm64')

About

SDK tools for control B1 robot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.1%
  • Python 17.0%
  • CMake 4.5%
  • C 2.4%