-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
44 lines (36 loc) · 1.48 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
<package>
<name>rqt_marble</name>
<version>0.2.9</version>
<description>
rqt_marble works as an interface between KDE's Marble library and
provide following features:
<ul>
<li>Publishes GPS coordinates in a path that user sets on global map in
sensor_msgs::NavSatFix</li>
<li>Plots single or multiple GPS coordinates of the robot's current
position</li>
</ul>
Originally created as marble_plugin by Tobias Baer.
</description>
<license>BSD</license>
<maintainer email="130s@alumni.smu.edu">Isaac Saito</maintainer>
<author email="isaito@osrfoundation.org">Isaac Saito</author>
<author email="baer@fzi.de">Tobias Baer</author>
<url type="website">http://ros.org/wiki/rqt_marble</url>
<url type="repository">https://github.com/ros-visualization/rqt_robot_plugins/rqt_marble</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_robot_plugins/issues</url>
<!-- <rosdep name="libmarble-dev" /> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libmarble-dev</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>rqt_gui</build_depend>
<build_depend>rqt_gui_cpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>message_runtime</run_depend>
<run_depend>rqt_gui</run_depend>
<run_depend>rqt_gui_cpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>