Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pollen-robotics/arm_kinematics
https://github.com/pollen-robotics/arm_kinematics
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pollen-robotics/arm_kinematics
- Owner: pollen-robotics
- Created: 2022-03-16T10:34:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T13:43:31.000Z (5 months ago)
- Last Synced: 2024-11-06T08:12:37.229Z (3 months ago)
- Language: C++
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.