conroy-cheers / hexapod_kinematics

Modern C++ implementation of forward and inverse kinematics for Stewart-Gough platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexapod_kinematics

build

Forward and inverse kinematics for the 6DoF, 6-UPU class of parallel manipulators referred to as the Stewart-Gough platform, or as hexapods.

Kinematics implementation derived from LinuxCNC's genhexkins .

Installation

Requires Eigen 3.

On Ubuntu this can be installed with sudo apt-get install libeigen3-dev.

Usage

See test/test_kinematics.cpp for examples.

About

Modern C++ implementation of forward and inverse kinematics for Stewart-Gough platforms

License:GNU General Public License v2.0


Languages

Language:C++ 90.1%Language:CMake 9.9%