File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ ament_export_libraries(simple_progress_checker
9999 simple_goal_checker
100100 stopped_goal_checker
101101 ${library_name} )
102+ ament_export_dependencies(${dependencies} )
102103pluginlib_export_plugin_description_file(nav2_core plugins.xml)
103104
104105ament_package()
Original file line number Diff line number Diff line change @@ -154,4 +154,5 @@ ament_export_libraries(
154154 ${library_name}
155155 ${map_io_library_name}
156156)
157+ ament_export_dependencies(${map_io_dependencies} ${map_server_dependencies} )
157158ament_package()
Original file line number Diff line number Diff line change @@ -126,5 +126,5 @@ ament_export_libraries(${library_name}
126126 nav2_spin_recovery
127127 nav2_wait_recovery
128128)
129-
129+ ament_export_dependencies( ${dependencies} )
130130ament_package()
Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ if(BUILD_TESTING)
9898endif ()
9999
100100ament_export_include_directories(include )
101- ament_export_libraries(wait_at_waypoint photo_at_waypoint input_at_waypoint)
102-
101+ ament_export_libraries(wait_at_waypoint photo_at_waypoint input_at_waypoint ${library_name} )
102+ ament_export_dependencies( ${dependencies} )
103103pluginlib_export_plugin_description_file(nav2_waypoint_follower plugins.xml)
104104
105105ament_package()
You can’t perform that action at this time.
0 commit comments