forked from ipa320/cob_perception_common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ipa-fmw
committed
Nov 24, 2015
1 parent
5e0c6fb
commit ff8e45d
Showing
11 changed files
with
46 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,18 +13,12 @@ | |
<author email="[email protected]">Georg Arbeiter</author> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<depend>roscpp</depend> | ||
<depend>sensor_msgs</depend> | ||
<depend>pluginlib</depend> | ||
|
||
<depend>message_filters</depend> | ||
<depend>nodelet</depend> | ||
|
||
<!-- <test_depend>roscpp</test_depend> --> | ||
<!-- <test_depend>sensor_msgs</test_depend> --> | ||
<!-- <test_depend>pluginlib</test_depend> --> | ||
<!-- <test_depend>message_filters</test_depend> --> | ||
<!-- <test_depend>nodelet</test_depend> --> | ||
<depend>pluginlib</depend> | ||
<depend>roscpp</depend> | ||
<depend>sensor_msgs</depend> | ||
|
||
<export> | ||
<nodelet plugin="${prefix}/nodelet_plugins.xml"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,33 +8,13 @@ | |
<license>LGPL</license> | ||
<author email="[email protected]">Richard Bormann</author> --> | ||
|
||
|
||
<!-- The *_depend tags are used to specify dependencies --> | ||
<!-- Dependencies can be catkin packages or system dependencies --> | ||
<!-- Examples: --> | ||
<!-- Use build_depend for packages you need at compile time: --> | ||
<!-- <build_depend>message_generation</build_depend> --> | ||
<!-- Use buildtool_depend for build tool packages: --> | ||
<!-- <buildtool_depend>catkin</buildtool_depend> --> | ||
<!-- Use run_depend for packages you need at runtime: --> | ||
<!-- <run_depend>message_runtime</run_depend> --> | ||
<!-- Use test_depend for packages you need only for testing: --> | ||
<!-- <test_depend>gtest</test_depend> --> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<depend>cmake_modules</depend> | ||
<depend>cob_object_detection_msgs</depend> | ||
<depend>roscpp</depend> | ||
<depend>cob_object_detection_msgs</depend> | ||
<depend>visualization_msgs</depend> | ||
|
||
|
||
<!-- The export tag contains other, unspecified, tags --> | ||
<export> | ||
<!-- You can specify that this package is a metapackage here: --> | ||
<!-- <metapackage/> --> | ||
|
||
<!-- Other tools can request additional information be placed here --> | ||
|
||
</export> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,26 +2,26 @@ | |
<package format="2"> | ||
<name>cob_perception_msgs</name> | ||
<version>0.6.6</version> | ||
|
||
<description> | ||
This package contains common message type definitions for perception tasks. | ||
</description> | ||
|
||
<license>LGPL</license> | ||
|
||
<maintainer email="[email protected]">Richard Bormann</maintainer> | ||
<author>Richard Bormann</author> | ||
|
||
<url>http://wiki.ros.org/cob_perception_msgs</url> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<depend>message_generation</depend> | ||
|
||
<build_depend>message_generation</build_depend> | ||
<exec_depend>message_runtime</exec_depend> | ||
|
||
<depend>sensor_msgs</depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>std_msgs</depend> | ||
|
||
<exec_depend>message_runtime</exec_depend> | ||
|
||
</package> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters