Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.15 KB

prl_hpp

Summary

This package provides "simple" interfaces for using HPP with ROS robots, aswell as some examples.

The library prl_hpp provides mainly two classes :

  • Planner : Formulate and solve some classic path planning problems (using HPP) and return the plans.
  • Commander : a class that allows to send commands to the robot for following a hpp plans. (It is built on top of the prl_pinocchio Commander)

It also provides some files to instantiate all the above class for the prl robots setup :

And some examples with launchfiles.

Installation

Dependencies:

(optionnal)

Launch

roslaunch prl_hpp sim.launch
rosrun prl_hpp example.py