Skip to content
Snippets Groups Projects
Commit a13e7e87 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add README.md and NEWS

parent 6b490fea
No related branches found
Tags v1.0
No related merge requests found
NEWS 0 → 100644
2014/11/18 - Release 1.0
* Manipulation planner based on RRT.
* A graph of constraint.
* graph::Edge has 3 implementations: Edge, WaypointEdge, LevelSetEdge
* WaypointEdge supports several waypoints.
* LevelSetEdge solves the zero-probability problem.
# 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.0
### 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment