Skip to content

Commit

Permalink
added missing install target for path_complete_goal_checker
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Duchesne <josephgeek@gmail.com>
  • Loading branch information
josephduchesne committed Dec 10, 2024
1 parent d5ebab4 commit 715a395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ endif()

rclcpp_components_register_nodes(${library_name} "nav2_controller::ControllerServer")

install(TARGETS simple_progress_checker pose_progress_checker simple_goal_checker stopped_goal_checker ${library_name}
install(TARGETS simple_progress_checker pose_progress_checker simple_goal_checker stopped_goal_checker path_complete_goal_checker ${library_name}
EXPORT ${library_name}
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
Expand Down

0 comments on commit 715a395

Please sign in to comment.