-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (22 loc) · 833 Bytes
/
package.xml
File metadata and controls
28 lines (22 loc) · 833 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>dynamic_objects_fusion</name>
<version>0.0.0</version>
<description>The dynamic_objects_fusion package</description>
<maintainer email="shiveshkhaitan@gmail.com">Shivesh Khaitan</maintainer>
<license>MIT</license>
<author email="shiveshkhaitan@gmail.com">Shivesh Khaitan</author>
<depend>geometry_msgs</depend>
<depend>message_generation</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>visualization_msgs</depend>
<buildtool_depend>catkin</buildtool_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<export>
<dynamic_objects_fusion plugin="${prefix}/sensor_plugins.xml"/>
</export>
</package>