forked from cra-ros-pkg/robot_localization
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
54 lines (43 loc) · 1.61 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<package format="3">
<name>robot_localization</name>
<version>2.7.3</version>
<description>Provides nonlinear state estimation through sensor fusion of an abritrary number of sensors.</description>
<maintainer email="[email protected]">Tom Moore</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/robot_localization</url>
<author email="[email protected]">Tom Moore</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>angles</depend>
<depend>cmake_modules</depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>eigen</depend>
<depend>eigen_conversions</depend>
<depend>geographiclib</depend>
<depend>geographic_msgs</depend>
<depend>geometry_msgs</depend>
<depend>message_filters</depend>
<depend>nav_msgs</depend>
<depend>nodelet</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>yaml-cpp</depend>
<build_depend>message_generation</build_depend>
<build_depend condition="$ROS_PYTHON_VERSION == 2">python-catkin-pkg</build_depend>
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-catkin-pkg</build_depend>
<build_depend>roslint</build_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>rosbag</test_depend>
<test_depend>rostest</test_depend>
<test_depend>rosunit</test_depend>
<export>
<rosdoc config="rosdoc.yaml" />
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>