-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.xml
27 lines (21 loc) · 1 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
<?xml version="1.0"?>
<package>
<name>bayes_tracking</name>
<version>1.4.0</version>
<description>The bayestracking package uses extended or unscented Kalman filters to track movement. The constant velocity model has been designed to track the movement of people in cartesian space in particular.</description>
<maintainer email="[email protected]">Christian Dondrup</maintainer>
<maintainer email="[email protected]">Marc Hanheide</maintainer>
<license>MIT</license>
<url type="git">https://github.com/LCAS/bayestracking</url>
<url type="doi">http://dx.doi.org/10.5281/zenodo.10318</url>
<author email="[email protected]">Nicola Bellotto</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>boost</build_depend>
<build_depend>libblas-dev</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>roscpp</build_depend>
<run_depend>boost</run_depend>
<run_depend>libblas-dev</run_depend>
<run_depend>cv_bridge</run_depend>
<export/>
</package>