Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 694 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 694 Bytes

LibArm_kinematics used by Unity Reachy Simulator

To compile the lib

Linux

git clone --recursive [email protected]:pollen-robotics/Arm_kinematics.git
cd Reachy2_arm_kinematics
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j

Windows

From an environment with cmake, as a vs command prompt:

git clone --recursive [email protected]:pollen-robotics/Arm_kinematics.git
cd Reachy2_arm_kinematics
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

Copy the lib from the build/Release directory to the Packages/ReachySimulator/Plugins of your Unity project.