2024-04-16 11:59:08 +08:00
2024-01-03 15:59:27 +08:00
2023-12-27 21:18:53 +08:00
2023-12-27 21:18:53 +08:00
2023-12-27 21:18:53 +08:00
2023-12-27 21:18:53 +08:00
2024-01-03 15:59:27 +08:00
2022-11-24 15:18:50 +08:00
2024-04-16 11:59:08 +08:00

README.md

If you have any questions or need assistance with usage, feel free to contact support@unitree.com.

Notice

support motor: GO-M8010-6 motor、A1 motor、 B1 motor

gcc >= 5.4.0 (for x86 platform)

gcc >= 7.5.0 (for Arm platform)

run gcc --version command to check your gcc version

Build

mkdir build
cd build
cmake ..
make

Run

If the compilation is successful, many C++ example executable files will be generated in the build folder. Then run the examples with 'sudo', for example:

sudo ./example_a1_motor

If you need to run the Python example, please enter the "python" folder. Then run the examples with 'sudo', for example:

sudo python3 example_a1_motor.py
Description
No description provided
Readme BSD-3-Clause 9.1 MiB
Languages
C++ 45.7%
C 42.7%
Python 7.1%
CMake 4.5%