Skip to content

Commit

Permalink
Added missing link library for path_complete_goal_checker
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Duchesne <[email protected]>
  • Loading branch information
josephduchesne committed Dec 11, 2024
1 parent 01c1b2b commit b1ce023
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nav2_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,11 @@ target_link_libraries(path_complete_goal_checker PUBLIC
rclcpp::rclcpp
rclcpp_lifecycle::rclcpp_lifecycle
${rcl_interfaces_TARGETS}
simple_goal_checker
)
target_link_libraries(path_complete_goal_checker PRIVATE
angles::angles
nav2_util::nav2_util_core
pluginlib::pluginlib
tf2::tf2
)

if(BUILD_TESTING)
Expand Down

0 comments on commit b1ce023

Please sign in to comment.