Skip to content
Snippets Groups Projects
Forked from Humanoid Path Planner / hpp-manipulation
885 commits behind the upstream repository.
user avatar
Florent Lamiraux authored
  The steering method of the graph is copied in each edge.
  The steering method is used to create path related to an edge of the
  manipulation graph.
  In the current version, a SteeringMethodStraight instance is created by the
  ProblemSolver, but in the future, this will be parameterizable.
e15cb09a
History

hpp-manipulation

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.