-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (23 loc) · 886 Bytes
/
package.xml
File metadata and controls
28 lines (23 loc) · 886 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
25
26
27
28
<?xml version="1.0"?>
<package format="3">
<name>localization_kf</name>
<version>0.0.0</version>
<description>Kalman Filter based localization node using OptiTrack mocap data.</description>
<maintainer email="mon4565s@hs-coburg.de">Monika Nagarajrao</maintainer>
<license>MIT</license>
<!-- We use ament_python as build type -->
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- Runtime dependencies -->
<exec_depend>rclpy</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>mocap4r2_msgs</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<!-- Testing -->
<test_depend>ament_pytest</test_depend>
<test_depend>pytest</test_depend>
<export>
<!-- This tells colcon/ROS that this is a Python package, NOT a CMake one -->
<build_type>ament_python</build_type>
</export>
</package>