-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.xml
33 lines (27 loc) · 911 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>unreal_airsim</name>
<version>0.0.0</version>
<description>Utilities and ROS-interfaces to UE4 via Airsim.</description>
<author email="[email protected]">Lukas Schmid</author>
<maintainer email="[email protected]">Lukas Schmid</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>rospy</depend>
<depend>roscpp</depend>
<depend>eigen_catkin</depend>
<depend>glog_catkin</depend>
<depend>gflags_catkin</depend>
<depend>minkindr_conversions</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>rosgraph_msgs</depend>
<depend>tf2_ros</depend>
<depend>cv_bridge</depend>
<export>
</export>
</package>