Skip to content

Commit

Permalink
add package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 13, 2021
1 parent fc9cea6 commit 86834c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ ADD_SUBDIRECTORY(tests)

CONFIG_FILES(include/hpp/affordance/doc.hh)
PKG_CONFIG_APPEND_LIBS("hpp-affordance")

INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
13 changes: 13 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version='1.0'?>
<package format='2'>
<name>hpp-affordance</name>
<version>4.10.0</version>
<description>Extract Whole-Body Affordances for Multi-Contact Planning</description>

<maintainer email='[email protected]'>Guilhem Saurel</maintainer>
<license>BSD</license>

<author>Anna Seppala</author>

<buildtool_depend>catkin</buildtool_depend>
</package>

0 comments on commit 86834c6

Please sign in to comment.