-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·49 lines (39 loc) · 1.48 KB
/
package.xml
File metadata and controls
executable file
·49 lines (39 loc) · 1.48 KB
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
<?xml version="1.0"?>
<package format="3">
<name>bluerov2common</name>
<description>basic utility</description>
<version>0.0.11</version>
<license>BSD</license>
<author>Tim Hansen</author>
<maintainer email="t.hansen@jacobs-university.de">Tim Hansen</maintainer>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>bluerov2commonmsgs</depend>
<depend>visualization_msgs</depend>
<depend>waterlinked_a50</depend>
<depend>rclpy</depend>
<depend>ping360_sonar_msgs</depend>
<depend>px4_msgs</depend>
<depend>cv_bridge</depend>
<depend>px4_ros2_cpp</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
<!-- <buildtool_depend>catkin</buildtool_depend>-->
<!-- <build_depend>rosconsole</build_depend>-->
<!-- <build_depend>roscpp</build_depend>-->
<!-- <build_depend>roscpp_serialization</build_depend>-->
<!-- <build_depend>rostime</build_depend>-->
<!-- <build_depend>std_msgs</build_depend>-->
<!-- <build_depend>message_generation</build_depend>-->
<!-- <build_depend>underwaterslam</build_depend>-->
<!-- <build_depend>bluerov2commonmsgs</build_depend>-->
<!-- <build_depend>ping360_sonar</build_depend>-->
<!-- <build_depend>dynamic_reconfigure</build_depend>-->
<!-- <exec_depend>message_runtime</exec_depend>-->
<!-- <depend>image_transport</depend>-->
</package>