Skip to content

Commit a82b625

Browse files
committed
fixed build order
1 parent 83edbc4 commit a82b625

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/cameras_cpp/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<license>TODO: License declaration</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<!-- <depend>rover_utils</depend> -->
12+
<build_export_depend>rover_utils</build_export_depend>
1113

1214
<test_depend>ament_lint_auto</test_depend>
1315
<test_depend>ament_lint_common</test_depend>

src/rover_manager/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<depend>rclcpp</depend>
1616
<depend>rover_msgs</depend>
17+
<build_export_depend>serial</build_export_depend> <!-- and any other deps -->
1718

1819

1920

src/rover_utils/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<license>TODO: License declaration</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<build_export_depend>rclcpp</build_export_depend> <!-- and any other deps -->
12+
<exec_depend>rclcpp</exec_depend>
1113

1214
<test_depend>ament_lint_auto</test_depend>
1315
<test_depend>ament_lint_common</test_depend>

0 commit comments

Comments
 (0)