Skip to content

Commit

Permalink
build: add more build dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
  • Loading branch information
jspricke authored and esteve committed Jan 24, 2023
1 parent 2f7d5cc commit e9c2d23
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/kalman_filter/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<build_depend>autoware_cmake</build_depend>
<build_depend>eigen3_cmake_module</build_depend>
<build_depend>eigen</build_depend>

<test_depend>ament_cmake_cppcheck</test_depend>
<test_depend>ament_lint_auto</test_depend>
Expand Down
1 change: 1 addition & 0 deletions perception/detected_object_validation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<buildtool_depend>eigen3_cmake_module</buildtool_depend>

<build_depend>autoware_cmake</build_depend>
<build_depend>libopencv-dev</build_depend>

<depend>autoware_auto_mapping_msgs</depend>
<depend>autoware_auto_perception_msgs</depend>
Expand Down
1 change: 1 addition & 0 deletions sensing/gnss_poser/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>autoware_cmake</build_depend>
<build_depend>libboost-dev</build_depend>

<depend>autoware_sensing_msgs</depend>
<depend>geo_pos_conv</depend>
Expand Down
1 change: 1 addition & 0 deletions system/dummy_infrastructure/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>autoware_cmake</build_depend>
<build_depend>libboost-dev</build_depend>

<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
Expand Down
2 changes: 2 additions & 0 deletions system/system_monitor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>autoware_cmake</build_depend>
<build_depend>libboost-serialization-dev</build_depend>
<build_depend>libboost-thread-dev</build_depend>

<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
Expand Down

0 comments on commit e9c2d23

Please sign in to comment.