forked from lsa-pucrs/hratc2017_framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
51 lines (44 loc) · 2.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<package>
<name>hratc2017_framework</name>
<version>0.0.0</version>
<description>The hratc2017_framework package.</description>
<maintainer email="[email protected]">Gonçalo Cabrita</maintainer>
<maintainer email="[email protected]">Renata das Chagas Neuland</maintainer>
<maintainer email="[email protected]">Renan de Queiros Maffei</maintainer>
<maintainer email="[email protected]">Vitor Augusto Machado Jorge</maintainer>
<maintainer email="[email protected]">Guilherme Schvarcz Franco</maintainer>
<maintainer email="[email protected]">Mathias Fassini Mantelli</maintainer>
<license>BSD</license>
<url type="website">http://www.isr.uc.pt/~embedded/events/HRATC2017</url>
<author email="[email protected]">Gonçalo Cabrita</author>
<author email="[email protected]">Renata das Chagas Neuland</author>
<author email="[email protected]">Renan de Queiros Maffei</author>
<author email="[email protected]">Vitor Augusto Machado Jorge</author>
<author email="[email protected]">Guilherme Schvarcz Franco</author>
<maintainer email="[email protected]">Mathias Fassini Mantelli</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>control_msgs</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>metal_detector_msgs</build_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>gazebo_plugins</run_depend>
<run_depend>hector_gazebo_plugins</run_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>ros_control</run_depend>
<run_depend>ros_controllers</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>control_msgs</run_depend>
<run_depend>gazebo_ros_control</run_depend>
<run_depend>rospy</run_depend>
<run_depend>tf</run_depend>
<run_depend>metal_detector_msgs</run_depend>
<run_depend>robot_pose_ekf</run_depend>
<export>
<gazebo_ros gazebo_media_path="${prefix}"/>
</export>
</package>