-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
executable file
·45 lines (37 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<package format="2">
<name>robot_rodeo_gym</name>
<version>0.0.1</version>
<description>
Robot Rodeo Gym
</description>
<author email="[email protected]">Valentyn Cihala</author>
<maintainer email="[email protected]">Valentyn Cihala</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>gazebo_plugins</depend>
<depend>gazebo_ros</depend>
<depend>gazebo_ros_control</depend>
<depend>rqt_gui</depend>
<depend>rqt_gui_cpp</depend>
<depend>grid_map_msgs</depend>
<depend>grid_map_pcl</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>eigen_conversions</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>grid-map-costmap-2d</depend>
<depend>geometry2</depend>
<depend>octomap-msgs</depend>
<depend>sensor-filters</depend>
<depend>robot-body-filter</depend>
<depend>joy</depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>