Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 622 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 622 Bytes

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.