Skip to content

Commit

Permalink
fix(autoware_interpolation): add missing dependencies (#235)
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Głowacki <gglowacki@autonomous-systems.pl>
  • Loading branch information
ralwing authored Mar 5, 2025
1 parent 428ae19 commit aa28de8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/autoware_interpolation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

<depend>autoware_utils</depend>
<depend>eigen</depend>
<depend>geometry_msgs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>

<test_depend>ament_cmake_ros</test_depend>
<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit aa28de8

Please sign in to comment.