forked from ToniRV/mesh_rviz_plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
40 lines (34 loc) · 1.12 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
<?xml version="1.0"?>
<package format="2">
<name>mesh_rviz_plugins</name>
<version>1.0.0</version>
<description>ROS bindings for flame.</description>
<maintainer email="[email protected]">Antoni Rosinol</maintainer>
<license>GPLv3</license>
<url type="website">https://github.com/robustrobotics/flame_ros</url>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<depend>Boost</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<depend>pcl_ros</depend>
<depend>pcl_msgs</depend>
<depend>pcl_conversions</depend>
<!--
<depend>libpcl-all-dev</depend>
-->
<depend>nodelet</depend>
<depend>cv_bridge</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>image_geometry</depend>
<depend>camera_info_manager</depend>
<depend>rviz</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
<rviz plugin="${prefix}/mesh_rviz_plugins.xml"/>
</export>
</package>