forked from christopherdoer/rio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
executable file
·36 lines (27 loc) · 1.06 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
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<package format="2">
<name>x_rio</name>
<version>1.0.0</version>
<description>The x_rio package provides an Extended Kalman Filter based Radar Inertial Odometry for single and multi-radar setups.</description>
<maintainer email="[email protected]">Christopher Doer</maintainer>
<license>GPLv3</license>
<!-- <url type="website">http://wiki.ros.org/x_rio</url> -->
<author email="[email protected]">Christopher Doer</author>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<depend>message_runtime</depend>
<depend>rosbag</depend>
<depend>roscpp</depend>
<depend>angles</depend>
<depend>dynamic_reconfigure</depend>
<depend>tf2_ros</depend>
<depend>tf2_eigen</depend>
<depend>rio_utils</depend>
<depend>radar_ego_velocity_estimator</depend>
<export>
</export>
</package>