-
Notifications
You must be signed in to change notification settings - Fork 39
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
1 parent
d53c89e
commit b4154f6
Showing
2 changed files
with
56 additions
and
151 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 |
---|---|---|
|
@@ -2,54 +2,59 @@ | |
<package> | ||
<name>learn_objects_action</name> | ||
<version>0.0.0</version> | ||
<description>The learn_objects_action package</description> | ||
<description>The learn_objects_action package provides an action server for driving the robot around a dynamic object and building an instance model of it.</description> | ||
|
||
<!-- One maintainer tag required, multiple allowed, one person per tag --> | ||
<!-- Example: --> | ||
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> --> | ||
<maintainer email="[email protected]">strands</maintainer> | ||
|
||
|
||
<!-- One license tag required, multiple allowed, one license per tag --> | ||
<!-- Commonly used license strings: --> | ||
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 --> | ||
<license>TODO</license> | ||
|
||
|
||
<!-- Url tags are optional, but mutiple are allowed, one per tag --> | ||
<!-- Optional attribute type can be: website, bugtracker, or repository --> | ||
<!-- Example: --> | ||
<!-- <url type="website">http://wiki.ros.org/learn_objects_action</url> --> | ||
|
||
|
||
<!-- Author tags are optional, mutiple are allowed, one per tag --> | ||
<!-- Authors do not have to be maintianers, but could be --> | ||
<!-- Example: --> | ||
<!-- <author email="[email protected]">Jane Doe</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> --> | ||
<author email="[email protected]">Chris Burbridge</author> | ||
<maintainer email="[email protected]">Chris Burbridge</maintainer> | ||
<license>BSD</license> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>rospy</build_depend> | ||
<run_depend>rospy</run_depend> | ||
|
||
<build_depend>smach</build_depend> | ||
<build_depend>smach_ros</build_depend> | ||
<build_depend>actionlib</build_depend> | ||
<build_depend>actionlib_msgs</build_depend> | ||
<build_depend>geometry_msgs</build_depend> | ||
<build_depend>sensor_msgs</build_depend> | ||
<build_depend>std_msgs</build_depend> | ||
<build_depend>strands_navigation_msgs</build_depend> | ||
<build_depend>object_view_generator</build_depend> | ||
<build_depend>python-yaml</build_depend> | ||
<build_depend>metric_sweep</build_depend> | ||
<build_depend>dynamic_reconfigure</build_depend> | ||
<build_depend>ptu_follow_frame</build_depend> | ||
<build_depend>static_transform_manager</build_depend> | ||
<build_depend>std_srvs</build_depend> | ||
<build_depend>scitos_ptu</build_depend> | ||
<build_depend>object_manager</build_depend> | ||
<build_depend>semantic_map_to_2d</build_depend> | ||
<build_depend>cloud_merge</build_depend> | ||
<build_depend>camera_srv_definitions</build_depend> | ||
<build_depend>incremental_object_learning_srv_definitions</build_depend> | ||
<build_depend>recognition_srv_definitions</build_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> | ||
<run_depend>rospy</run_depend> | ||
<run_depend>smach</run_depend> | ||
<run_depend>smach_ros</run_depend> | ||
<run_depend>actionlib</run_depend> | ||
<run_depend>actionlib_msgs</run_depend> | ||
<run_depend>geometry_msgs</run_depend> | ||
<run_depend>sensor_msgs</run_depend> | ||
<run_depend>std_msgs</run_depend> | ||
<run_depend>strands_navigation_msgs</run_depend> | ||
<run_depend>object_view_generator</run_depend> | ||
<run_depend>python-yaml</run_depend> | ||
<run_depend>metric_sweep</run_depend> | ||
<run_depend>dynamic_reconfigure</run_depend> | ||
<run_depend>ptu_follow_frame</run_depend> | ||
<run_depend>static_transform_manager</run_depend> | ||
<run_depend>std_srvs</run_depend> | ||
<run_depend>scitos_ptu</run_depend> | ||
<run_depend>object_manager</run_depend> | ||
<run_depend>semantic_map_to_2d</run_depend> | ||
<run_depend>cloud_merge</run_depend> | ||
<run_depend>camera_srv_definitions</run_depend> | ||
<run_depend>incremental_object_learning_srv_definitions</run_depend> | ||
<run_depend>recognition_srv_definitions</run_depend> | ||
|
||
<export> </export> | ||
</package> |