-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
26 lines (20 loc) · 922 Bytes
/
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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>nuc</name>
<version>0.0.1</version>
<description>
This package contains the supplementary code for the journal paper entitled "Template-free Non-revisiting Uniform Coverage Path Planning on Curved Surfaces", IEEE/ASME Transactions on Mechatronics (T-Mech).
</description>
<author>Tong Yang</author>
<author>[email protected]</author>
<maintainer email="[email protected]">Tong Yang</maintainer>
<license>GPL3.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>message_generation</build_depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>shape_msgs</depend>
<depend>nav_msgs</depend>
</package>