-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
33 lines (27 loc) · 1.17 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>particle_filter</name>
<version>0.0.1</version>
<description>This package provides a library for particle filters in ROS.</description>
<maintainer email="2hartfil@informatik.uni-hamburg.de">Judith Hartfill</maintainer>
<maintainer email="5fiedler@informatik.uni-hamburg.de">Niklas Fiedler</maintainer>
<maintainer email="info@bit-bots.de">Hamburg Bit-Bots</maintainer>
<license>MIT</license>
<author email="2hartfil@informatik.uni-hamburg.de">Judith Hartfill</author>
<author email="5fiedler@informatik.uni-hamburg.de">Niklas Fiedler</author>
<author email="info@bit-bots.de">Hamburg Bit-Bots</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>tf2_eigen</depend>
<export>
<bitbots_documentation>
<status>unknown</status>
<language>c++</language>
</bitbots_documentation>
<build_type>ament_cmake</build_type>
</export>
</package>