-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.xml
28 lines (24 loc) · 926 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
<package format="3">
<name>rangenet_pp</name>
<version>0.1.0</version>
<description>The rangenet_pp package</description>
<maintainer email="[email protected]">helios</maintainer>
<license>Apache 2</license>
<!-- for ROS1 -->
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<!-- for ROS2 -->
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<member_of_group condition="$ROS_VERSION == 2">rosidl_interface_packages</member_of_group>
<!-- 共性部分 -->
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<depend>pcl_ros</depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>