Skip to content

AtsukiYokota/orocos_kinematics_dynamics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinematics and Dynamics Library

CI

Install for QF

Ubuntu 20.04

sudo apt install libeigen3-dev
git submodule update --init
cd orocos_kdl
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install
sudo ldconfig
cd ../../python_orocos_kdl
mkdir build
cd build
export ROS_PYTHON_VERSION=3
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install
sudo ldconfig

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.

About

Orocos Kinematics and Dynamics C++ library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.5%
  • Python 4.1%
  • CMake 2.2%
  • TeX 0.5%
  • Makefile 0.3%
  • C 0.2%
  • Other 0.2%