forked from david8128/Shell_Simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (29 loc) · 1017 Bytes
/
Copy pathpackage.xml
File metadata and controls
34 lines (29 loc) · 1017 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
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package format="2">
<name>airsim_car_ros_pkgs</name>
<version>0.0.1</version>
<description>ROS Wrapper over AirSim's C++ client library</description>
<maintainer email="daafonsecato@unal.edu.co">David Fonseca</maintainer>
<maintainer email="juctorresme@unal.edu.co">Juan Camilo Torres</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cv_bridge</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>image_transport</depend>
<depend>mavros_msgs</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>nav_msgs</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>swri_profiler</depend>
<depend>swri_roscpp</depend>
<depend>tf</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<exec_depend>rospy</exec_depend>
<exec_depend>yaml-cpp</exec_depend>
</package>