Skip to content

Commit

Permalink
fix(ground-segmentation): missing ament_index_cpp dependency (#8587)
Browse files Browse the repository at this point in the history
Signed-off-by: Rein Appeldoorn <[email protected]>
  • Loading branch information
reinzor authored Sep 1, 2024
1 parent 3e4a945 commit 5347f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perception/autoware_ground_segmentation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>ament_index_cpp</depend>
<depend>autoware_pointcloud_preprocessor</depend>
<depend>autoware_vehicle_info_utils</depend>
<depend>libopencv-dev</depend>
Expand Down

0 comments on commit 5347f93

Please sign in to comment.