- Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.xml
More file actions
19 lines (17 loc) · 685 Bytes
/
package.xml
File metadata and controls
19 lines (17 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package format="2">
<name>r_s_planner</name>
<version>0.0.1</version>
<description>r_s_planner</description>
<author email="todo@todo.com">todo</author>
<maintainer email="todo@todo.com">todo</maintainer>
<!-- The export tag contains other, unspecified, tags -->
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>TBD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>nav_msgs</depend>
</package>