项目作者: conroy-cheers

项目描述 :
Modern C++ implementation of forward and inverse kinematics for Stewart-Gough platforms
高级语言: C++
项目地址: git://github.com/conroy-cheers/hexapod_kinematics.git
创建时间: 2021-08-17T12:05:33Z
项目社区:https://github.com/conroy-cheers/hexapod_kinematics

开源协议:GNU General Public License v2.0

下载


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.