-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
39 lines (34 loc) · 1.21 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
<?xml version="1.0"?>
<package format="2">
<name>stargazer_ros_tool</name>
<version>1.0.0</version>
<description>Stargazer ROS interface.</description>
<license>GPLv3</license>
<maintainer email="[email protected]">Sascha Wirges</maintainer>
<author email="[email protected]">Claudio Bandera</author>
<author email="[email protected]">Christopher Wecht</author>
<url type="repository">https://github.com/KIT-MRT/stargazer_ros.git</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>gtest</test_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>roscpp</build_depend>
<depend>nodelet</depend>
<depend>cv_bridge</depend>
<depend>geometry_msgs</depend>
<depend>image_transport</depend>
<depend>message_filters</depend>
<depend>ceres</depend>
<depend>rosbag</depend>
<depend>sensor_msgs</depend>
<depend>stargazer</depend>
<depend>std_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>
<depend>yaml-cpp</depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml"/>
</export>
</package>