Skip to content

Commit

Permalink
build(kalman_filter): add build dependency (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve authored Jan 24, 2023
1 parent 66f8342 commit 95b9ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/kalman_filter/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

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

<test_depend>ament_cmake_cppcheck</test_depend>
<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit 95b9ff6

Please sign in to comment.