Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orocos/orocos_kinematics_dynamics
Orocos Kinematics and Dynamics C++ library
https://github.com/orocos/orocos_kinematics_dynamics
Last synced: 6 days ago
JSON representation
Orocos Kinematics and Dynamics C++ library
- Host: GitHub
- URL: https://github.com/orocos/orocos_kinematics_dynamics
- Owner: orocos
- Created: 2013-10-16T20:10:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T08:49:42.000Z (11 days ago)
- Last Synced: 2024-10-28T09:36:41.023Z (11 days ago)
- Language: C++
- Size: 2.03 MB
- Stars: 694
- Watchers: 42
- Forks: 407
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-robotics - orocos_kinematics_dynamics - Orocos Kinematics and Dynamics C++ library. (Uncategorized / Uncategorized)
README
# Kinematics and Dynamics Library
[![CI](https://github.com/orocos/orocos_kinematics_dynamics/workflows/CI/badge.svg)](https://github.com/orocos/orocos_kinematics_dynamics/actions)
Orocos project to supply RealTime usable kinematics and dynamics code,
it contains code for rigid body kinematics calculations and
representations for kinematic structures and their inverse and forward
kinematic solvers.The C++ library is located in the `orocos_kdl` folder. The installation instructions can be found in
[INSTALL.md](orocos_kdl/INSTALL.md).The python bindings, are located in the `python_orocos_kdl` folder. The installation instructions can be found in
[INSTALL.md](python_orocos_kdl/INSTALL.md).Always use the same version of the C++ library and the python bindings. As a mismatch between these two can cause many issues.
Also when using ROS/catkin, it is preferred to use the catkin installation method over the `cmake/make` method.
There will be no ROS Noetic release.