Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 401 Bytes

LibArm_kinematics used by Unity Reachy Simulator

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.