Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.15 KB

README.md

File metadata and controls

46 lines (35 loc) · 2.15 KB

hpp-manipulation-urdf

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-model-urdf. It implements a URDF/SRDF parser for the package hpp-manipulation.

Dependencies

hpp-manipulation-urdf needs the following package to be installed:

Installation

Make sure you have installed all the dependency.

$ git clone https://github.com/billx09/hpp-manipulation-urdf
$ cd hpp-manipulation-urdf
$ mkdir build && cd build
$ cmake ..
$ make install

Todo's