Skip to content
Snippets Groups Projects
Forked from Humanoid Path Planner / hpp-manipulation
197 commits behind the upstream repository.
user avatar
Le Quang Anh authored
Previously, when the inStatePlanner fails to compute path between two
configurations on the same leaf, the roadmap generated is not added to
the main roadmap of StatesPathFinder. Now it is added so that the
roadmap gets expanded whenever inStatePlanner is used. The good side
effect is fairer comparison between different algorithms when comparing by the number
of nodes in the roadmap.
867867a2
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.