forked from Rhoban/env_public
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (21 loc) · 785 Bytes
/
package.xml
File metadata and controls
25 lines (21 loc) · 785 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
<?xml version="1.0"?>
<package>
<!--
Do not delete this file, it is required to get workspace pulling
the repository
-->
<name>env</name>
<version>0.0.0</version>
<description>
Environnement
</description>
<maintainer email="qrouxel@labri.fr">Quentin Rouxel</maintainer>
<maintainer email="rfabre@labri.fr">Rémi Fabre</maintainer>
<maintainer email="gpassault@labri.fr">Grégoire Passault</maintainer>
<maintainer email="ly@labri.fr">Olivier Ly</maintainer>
<maintainer email="snguyen@labri.fr">Steve N'guyen</maintainer>
<maintainer email="lhofer@labri.fr">Ludovic Hofer</maintainer>
<license>MIT</license>
<!-- only required for run_tests command to work properly-->
<buildtool_depend>catkin</buildtool_depend>
</package>