Skip to content
Snippets Groups Projects
package.xml 1.21 KiB
Newer Older
Guilhem Saurel's avatar
Guilhem Saurel committed
<?xml version='1.0'?>
 <package format='2'>
 <name>hpp-manipulation</name>
 <version>5.1.0</version>
Guilhem Saurel's avatar
Guilhem Saurel committed
 <description>Classes for manipulation planning. </description>

 <maintainer email='hpp@laas.fr'>Joseph Mirabel</maintainer>
 <license>LGPL</license>

 <!-- <url type='website'>https://github.com/humanoid-path-planner/hpp-manipulation </url> -->

 <author>Joseph Mirabel</author>
 <author>Florent Lamiraux et al.</author>

 <buildtool_depend>catkin</buildtool_depend>
 <build_depend>hpp-core</build_depend>
 <exec_depend>hpp-core</exec_depend>
Joseph Mirabel's avatar
Joseph Mirabel committed
 <build_export_depend>hpp-core</build_export_depend>
Guilhem Saurel's avatar
Guilhem Saurel committed
 <build_depend>hpp-wholebody-step</build_depend>
 <exec_depend>hpp-wholebody-step</exec_depend>
Joseph Mirabel's avatar
Joseph Mirabel committed
 <build_export_depend>hpp-wholebody-step</build_export_depend>
Guilhem Saurel's avatar
Guilhem Saurel committed
 <test_depend>example-robot-data</test_depend>
 <build_depend>eigen3</build_depend>
 <exec_depend>eigen3</exec_depend>
Joseph Mirabel's avatar
Joseph Mirabel committed
 <build_export_depend>eigen3</build_export_depend>
Guilhem Saurel's avatar
Guilhem Saurel committed
 <build_depend>urdfdom</build_depend>
 <exec_depend>urdfdom</exec_depend>
Joseph Mirabel's avatar
Joseph Mirabel committed
 <build_export_depend>urdfdom</build_export_depend>
Guilhem Saurel's avatar
Guilhem Saurel committed
 <build_depend>hpp-fcl</build_depend>
 <exec_depend>hpp-fcl</exec_depend>
Joseph Mirabel's avatar
Joseph Mirabel committed
 <build_export_depend>hpp-fcl</build_export_depend>
Guilhem Saurel's avatar
Guilhem Saurel committed
 <test_depend>romeo_description</test_depend>
Joseph Mirabel's avatar
Joseph Mirabel committed
 </package>