Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pollen-robotics/arm_kinematics


https://github.com/pollen-robotics/arm_kinematics

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

LibArm_kinematics used by [Unity Reachy Simulator](https://github.com/pollen-robotics/reachy2021-unity-package)

To compile the lib
```
git clone --recursive [email protected]:pollen-robotics/Arm_kinematics.git
cd Arm_kinematics
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j
```
Copy the lib from the *build* directory to the *Packages/ReachySimulator/Plugins* of your Unity project.