Newer
Older
[](https://travis-ci.org/humanoid-path-planner/hpp-manipulation)
[](https://gitlab.laas.fr/humanoid-path-planner/hpp-manipulation/commits/master)
[](https://gepettoweb.laas.fr/doc/humanoid-path-planner/hpp-manipulation/master/coverage/)
[](https://github.com/psf/black)
[](https://results.pre-commit.ci/latest/github/humanoid-path-planner/hpp-manipulation)
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
This package is part of the [HPP] software and extends the functionalities of hpp-core.
It implements a solver for manipulation planning problems.
### Dependencies
[hpp-manipulation] needs the following package to be installed:
* [hpp-core]
* [hpp-model]
* [hpp-constraints]
* [hpp-statistics]
### Installation
Make sure you have installed all the dependency.
```sh
$ 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.
[hpp-core]:https://github.com/humanoid-path-planner/hpp-core
[HPP]:https://github.com/humanoid-path-planner/hpp-doc
[hpp-constraints]:https://github.com/humanoid-path-planner/hpp-constraints
[hpp-statistics]:https://github.com/billx09/hpp-statistics
[hpp-model]:https://github.com/humanoid-path-planner/hpp-model
[hpp-util]:https://github.com/humanoid-path-planner/hpp-util