Skip to content
Snippets Groups Projects
user avatar
pre-commit-ci[bot] authored
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.8)
- [github.com/pre-commit/mirrors-clang-format: v18.1.3 → v18.1.6](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.3...v18.1.6)
79a85ee6
History

hpp-manipulation

Building Status Pipeline status Coverage report Code style: black pre-commit.ci status

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:

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.