Skip to content

pollen-robotics/Reachy2_arm_kinematics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.0%
  • Jupyter Notebook 36.0%
  • CMake 5.0%