-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
27 lines (24 loc) · 1.03 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
<?xml version="1.0"?>
<package format="2">
<name>remote_monitor</name>
<version>0.1.0</version>
<description>The remonot monitor package</description>
<maintainer email="[email protected]">Arita Yuta</maintainer>
<maintainer email="[email protected]">Masaru Morita</maintainer>
<maintainer email="[email protected]">Doi Yusuke</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/CIR-KIT/remote_monitor.git</url>
<url type="bugtracker">https://github.com/CIR-KIT/remote_monitor/issues</url>
<author email="[email protected]">CIR-KIT</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>cv_bridge</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>tf</depend>
<depend>cirkit_waypoint_navigator</depend>
<depend>cirkit_waypoint_manager_msgs</depend>
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
</package>