Skip to content

Commit 0d1e2e2

Browse files
committed
fix ROS CI
1 parent 9b29c99 commit 0d1e2e2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@
1414

1515
<build_depend>ros_environment</build_depend>
1616

17+
<buildtool_depend>git</buildtool_depend>
18+
<buildtool_depend >ament_cmake</buildtool_depend>
1719

18-
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
19-
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
20-
<depend condition="$ROS_VERSION == 2">ament_index_cpp</depend>
20+
<depend >rclcpp</depend>
21+
<depend >ament_index_cpp</depend>
2122

2223
<depend>libsqlite3-dev</depend>
2324
<depend>libzmq3-dev</depend>
2425

25-
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend>
26+
<test_depend >ament_cmake_gtest</test_depend>
2627

2728
<export>
28-
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
29+
<build_type >ament_cmake</build_type>
2930
</export>
3031

3132
</package>

0 commit comments

Comments
 (0)