-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.xml
More file actions
32 lines (29 loc) · 1022 Bytes
/
Copy pathpackage.xml
File metadata and controls
32 lines (29 loc) · 1022 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
<?xml version="1.0"?>
<package format="2">
<name>architecture</name>
<version>0.2.0</version>
<description>A package for putting the architecture together</description>
<maintainer email="MargaridaCostaFaria@gmail.com">Margarida Faria</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>catkin_simple</build_depend>
<test_depend>gtest</test_depend>
<depend>roscpp</depend>
<depend>mavros_msgs</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>gazebo_msgs</depend>
<depend>octomap_msgs</depend>
<!-- <run_depend>boost</run_depend> -->
<depend>architecture_msgs</depend>
<depend>lazy_theta_star</depend>
<depend>lazy_theta_star_msgs</depend>
<depend>frontiers</depend>
<depend>frontiers_msgs</depend>
<depend>rviz_interface</depend>
<depend>tf</depend>
<depend>laser_filters</depend>
<depend>observation_maneuver</depend>
<depend>uav_abstraction_layer</depend>
<depend>upat_follower</depend>
</package>