forked from aau-cns/mars_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
32 lines (22 loc) · 904 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
27
28
29
30
31
<?xml version="1.0"?>
<package format="2">
<name>mars_ros</name>
<version>1.0.0</version>
<description>
The mars_ros package, as a wrapper for the Modular and Robust State-Estimation Framework (MaRS).
</description>
<maintainer email="[email protected]">Christian Brommer</maintainer>
<author email="[email protected]">Christian Brommer</author>
<license>BSD-2-Clause-License with no commercial use allowed. No license in patents is granted.</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>message_filters</depend>
<depend>dynamic_reconfigure</depend>
<depend>tf2_ros</depend>
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>