Skip to content
Snippets Groups Projects
Forked from Humanoid Path Planner / hpp-manipulation
241 commits behind the upstream repository.
user avatar
Le Quang Anh authored
Propagate the constraints from intermediate nodes as well, so that we
have a higher chance of filtering out invalid state sequences.
Direction of propagation should be from the final node to the first
node, so that we don't miss out the constraints that don't reach the
final node but are still relevant for the first portion of the
transitions.
01c6c2c4
History

hpp-manipulation

Building Status Pipeline status Coverage report

This package is part of the HPP software and extends the functionalities of hpp-core. It implements a solver for manipulation planning problems.

Version

1.1

Dependencies

[hpp-manipulation] needs the following package to be installed:

Installation

Make sure you have installed all the dependency.

$ git clone https://github.com/humanoid-path-planner/hpp-manipulation
$ cd hpp-manipulation
$ mkdir build && cd build
$ cmake ..
$ make install

Todo's

  • Online modification of the transition probabilities.
  • Solver based on Probabilistic RoadMap.