Skip to content
Snippets Groups Projects
Commit 54c40950 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

add package.xml

parent bedb0176
No related branches found
No related tags found
No related merge requests found
......@@ -103,3 +103,5 @@ ADD_SUBDIRECTORY(tests)
IF(BUILD_PYTHON_INTERFACE)
ADD_SUBDIRECTORY(python)
ENDIF(BUILD_PYTHON_INTERFACE)
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
<?xml version='1.0'?>
<package format='2'>
<name>hpp-bezier-com-traj</name>
<version>4.10.0</version>
<description>Multi contact trajectory generation for the COM using Bezier curves</description>
<maintainer email='guilhem.saurel@laas.fr'>Guilhem Saurel</maintainer>
<license>BSD</license>
<author>Pierre Fernbach</author>
<author>Steve Tonneau</author>
<buildtool_depend>catkin</buildtool_depend>
</package>
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