-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (21 loc) · 859 Bytes
/
package.xml
File metadata and controls
27 lines (21 loc) · 859 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
<?xml version="1.0"?>
<package>
<name>RhobanUtils</name>
<version>0.0.0</version>
<description>The miscellaneous utils for the robocup</description>
<maintainer email="lhofer@labri.fr">Ludovic Hofer</maintainer>
<author email="lhofer@labri.fr">Ludovic Hofer</author>
<author email="gpassault@labri.fr">Grégoire Passault</author>
<author email="lhofer@labri.fr">Ludovic Hofer</author>
<author email="qrouxel@labri.fr">Quentin Rouxel</author>
<author email="snguyen@labri.fr">Steve N'guyen</author>
<license>TODO</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>jsoncpp</build_depend> <!-- rhobandeps/jsoncpp -->
<build_depend>Eigen</build_depend> <!-- rhobandeps/eigen -->
<run_depend>jsoncpp</run_depend>
<run_depend>Eigen</run_depend>
<run_depend>model</run_depend>
<export>
</export>
</package>