Skip to content

Commit

Permalink
Merge pull request #23 from ipa-nhg/MetaPackage
Browse files Browse the repository at this point in the history
Add airbus_coop metapackage
  • Loading branch information
ipa-nhg authored Aug 21, 2017
2 parents 9e4bba5 + ac8aad0 commit bb7b927
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airbus_coop/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
project(airbus_coop)
find_package(catkin REQUIRED)
catkin_metapackage()
31 changes: 31 additions & 0 deletions airbus_coop/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0"?>
<package>
<name>airbus_coop</name>
<version>0.0.1</version>
<description>The airbus_coop metapackage</description>

<license>Apache 2.0</license>

<url type="website">http://ros.org/wiki/airbus_coop</url>
<!-- <url type="bugtracker"></url> -->

<maintainer email="[email protected]">Nadia Hammoudeh Garcia</maintainer>
<author email="[email protected]">Nadia Hammoudeh Garcia</author>

<buildtool_depend>catkin</buildtool_depend>

<run_depend>agi_docgen</run_depend>
<run_depend>cobot_gui</run_depend>
<run_depend>plugin_log_manager</run_depend>
<run_depend>plugin_node_manager</run_depend>
<run_depend>plugin_rqt</run_depend>
<run_depend>plugin_rviz</run_depend>
<run_depend>pyqt_agi_extend</run_depend>
<run_depend>ssm_core</run_depend>
<run_depend>ssm_plugin</run_depend>
<run_depend>ssm_tutorial</run_depend>

<export>
<metapackage/>
</export>
</package>

0 comments on commit bb7b927

Please sign in to comment.