Skip to content

orocos/orocos_kinematics_dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinematics and Dynamics Library

CI

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.

The python bindings, are located in the python_orocos_kdl folder. The installation instructions can be found in 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.