hpp-core  4.9.0
Implement basic classes for canonical path planning for kinematic chains.
hpp-core documentation

Introduction

This package implements path planning algorithms for robots as kinematic chains. Kinematic chains are represented by class hpp::pinocchio::Device in package hpp-model.

The main classes are:

For clarity, classes are distributed into modules.

Embedding hpp-core into an application

Class hpp::core::ProblemSolver is a container aiming at embedding hpp-core into an application. It stores elements of the problem that can be provided in random order and builds a valid problem upon call of method solve. After completion of method solve, it stores solution paths.