-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (19 loc) · 771 Bytes
/
package.xml
File metadata and controls
27 lines (19 loc) · 771 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
<?xml version="1.0"?>
<package format="3">
<name>liboculus</name>
<version>3.0.0</version>
<description>A ROS version of the Oculus sonar codebase</description>
<maintainer email="amarburg@uw.edu">Aaron Marburg</maintainer>
<author email="amarburg@uw.edu">Aaron Marburg</author>
<license>BSD</license>
<depend>spdlog</depend>
<depend>fmt</depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<build_depend>boost</build_depend>
<exec_depend>boost</exec_depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>