-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
44 lines (37 loc) · 1.28 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<package format="2">
<name>moveit_custom_perception</name>
<version>1.0.11</version>
<description>Custom Octomap updater using Pointclouds</description>
<author email="[email protected]">Vishwas NS</author>
<license>BSD</license>
<maintainer email="[email protected]">vishwas</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<depend>moveit_core</depend>
<depend>roscpp</depend>
<depend>rosconsole</depend>
<depend>urdf</depend>
<depend>message_filters</depend>
<depend version_gte="1.11.2">pluginlib</depend>
<depend>image_transport</depend>
<depend>glut</depend>
<depend>libglew-dev</depend>
<depend>libomp-dev</depend>
<depend>opengl</depend>
<depend>cv_bridge</depend>
<depend>sensor_msgs</depend>
<depend>moveit_msgs</depend>
<depend>object_recognition_msgs</depend>
<depend>tf2</depend>
<depend>tf2_eigen</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>moveit_ros_occupancy_map_monitor</depend>
<depend>moveit_ros_planning</depend>
<depend>moveit_ros_perception</depend>
<depend>nodelet</depend>
<build_depend>eigen</build_depend>
<test_depend>rosunit</test_depend>
<export>
<moveit_ros_perception plugin="${prefix}/custom_octomap_updater_plugin_description.xml"/>
</export>
</package>