We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c1b2b commit 8c1b560Copy full SHA for 8c1b560
nav2_controller/CMakeLists.txt
@@ -159,12 +159,11 @@ target_link_libraries(path_complete_goal_checker PUBLIC
159
rclcpp::rclcpp
160
rclcpp_lifecycle::rclcpp_lifecycle
161
${rcl_interfaces_TARGETS}
162
+ simple_goal_checker
163
)
164
target_link_libraries(path_complete_goal_checker PRIVATE
- angles::angles
165
nav2_util::nav2_util_core
166
pluginlib::pluginlib
167
- tf2::tf2
168
169
170
if(BUILD_TESTING)
0 commit comments