-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
executable file
·31 lines (25 loc) · 1.11 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
28
29
30
31
<?xml version="1.0"?>
<package>
<name>ema_fes_cycling</name>
<version>0.1.0</version>
<description>The ema_fes_cycling package</description>
<maintainer email="georgebrindeiro@lara.unb.br">George Brindeiro</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>TODO</license>
<url type="website">https://github.com/lara-unb/ema_fes_cycling</url>
<author email="lucasfonseca27@gmail.com">Lucas Fonseca</author>
<author email="stephany0303@hotmail.com">Stephany Ribeiro</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>ema_common_msgs</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<build_depend>ema_common_msgs</build_depend>
</package>