-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
29 lines (24 loc) · 953 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>online_forests_ros</name>
<version>0.1.2</version>
<description>
A package that ROSifies the Online Random Forests.
</description>
<maintainer email="[email protected]">Rui Yang</maintainer>
<maintainer email="[email protected]">Zhi Yan</maintainer>
<license>MIT</license>
<url>https://github.com/amirsaffari/online-random-forests</url>
<author email="[email protected]">Amir Saffari</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<build_depend>libconfig++-dev</build_depend>
<build_depend>libgmm++-dev</build_depend>
<build_depend>libatlas-base-dev</build_depend>
<build_depend>libblas-dev</build_depend>
<build_depend>liblapack-dev</build_depend>
<build_depend>autoware_tracker</build_depend>
<build_depend>std_msgs</build_depend>
<exec_depend>autoware_tracker</exec_depend>
<exec_depend>std_msgs</exec_depend>
</package>