liruiw / orocos_kinematics_dynamics

Orocos Kinematics and Dynamics C++ library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

SIP

cd sip-4.19.3
python configure.py
make -j8; sudo make install

KDL C++

export ROS_PYTHON_VERSION=3
cd ../orocos_kdl
mkdir build; cd build;
cmake ..
make -j8; sudo make install

Python Binding

cd ../../python_orocos_kdl
mkdir build; cd build;
cmake ..  -DPYTHON_VERSION=3.6.9 -DPYTHON_EXECUTABLE=~/anaconda2/envs/omg/bin/python3.6
make -j8;  cp PyKDL.so ~/anaconda2/envs/omg/lib/python3.6/site-packages/

Note

  1. Sanity check python -c "import PyKDL"
  2. Python 2 users should replace all appearances of python3 accordingly.
  3. The anaconda path should also be modified accordingly

About

Orocos Kinematics and Dynamics C++ library


Languages

Language:C 39.9%Language:C++ 23.3%Language:HTML 22.7%Language:Yacc 5.8%Language:Python 3.8%Language:JavaScript 2.2%Language:CMake 0.9%Language:CSS 0.5%Language:Lex 0.5%Language:TeX 0.2%Language:Makefile 0.1%Language:Roff 0.0%Language:MATLAB 0.0%Language:Elixir 0.0%Language:M 0.0%Language:Shell 0.0%