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 21, 2021
1 parent cb0a9b3 commit 50dee33
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ ADD_SUBDIRECTORY(src)

CONFIG_FILES (include/${CUSTOM_HEADER_DIR}/doc.hh)

install(FILES
data/package.xml
DESTINATION share/${PROJECT_NAME})

install(FILES
data/urdf/hyq/hyq_trunk_large.urdf
data/urdf/darpa.urdf
Expand All @@ -95,3 +91,5 @@ install(FILES
DESTINATION share/${PROJECT_NAME}/meshes/hyq)

PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})

INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
11 changes: 0 additions & 11 deletions data/package.xml

This file was deleted.

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-corba</name>
<version>4.10.0</version>
<description>Extract Whole-Body Affordances for Multi-Contact Planning</description>

<maintainer email='guilhem.saurel@laas.fr'>Guilhem Saurel</maintainer>
<license>BSD</license>

<author>Anna Seppala</author>

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

0 comments on commit 50dee33

Please sign in to comment.