Skip to content

Commit

Permalink
Add missing build_export_depends to controller_interface (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Apr 14, 2023
1 parent e7366d0 commit 437d37b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controller_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<build_depend>rclcpp_lifecycle</build_depend>
<build_depend>sensor_msgs</build_depend>

<build_export_depend>hardware_interface</build_export_depend>
<build_export_depend>rclcpp_lifecycle</build_export_depend>

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>sensor_msgs</test_depend>

Expand Down

0 comments on commit 437d37b

Please sign in to comment.