-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (24 loc) · 834 Bytes
/
Copy pathpackage.xml
File metadata and controls
24 lines (24 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package format="2">
<name>naex</name>
<version>0.0.1</version>
<description>Robot navigation and exploration.</description>
<maintainer email="tpetricek@gmail.com">Tomas Petricek</maintainer>
<license>BSD</license>
<url type="website">https://github.com/tpet/naex</url>
<author email="tpetricek@gmail.com">Tomas Petricek</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>geometry_msgs</depend>
<depend>libflann-dev</depend>
<depend>lz4</depend>
<depend>message_runtime</depend>
<depend>nav_msgs</depend>
<depend>nodelet</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2_ros</depend>
<export>
<nodelet plugin="${prefix}/naex_nodelets.xml" />
</export>
</package>