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 @@ -110,6 +110,7 @@ ament_export_libraries(simple_progress_checker
110110 simple_goal_checker
111111 stopped_goal_checker
112112 ${library_name} )
113+ ament_export_dependencies(${dependencies} )
113114pluginlib_export_plugin_description_file(nav2_core plugins.xml)
114115
115116ament_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 @@ -138,5 +138,5 @@ ament_export_libraries(${library_name}
138138 nav2_spin_recovery
139139 nav2_wait_recovery
140140)
141-
141+ ament_export_dependencies( ${dependencies} )
142142ament_package()
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ if(BUILD_TESTING)
104104endif ()
105105
106106ament_export_include_directories(include )
107- ament_export_libraries(wait_at_waypoint photo_at_waypoint input_at_waypoint)
108-
107+ ament_export_libraries(wait_at_waypoint photo_at_waypoint input_at_waypoint ${library_name} )
108+ ament_export_dependencies( ${dependencies} )
109109pluginlib_export_plugin_description_file(nav2_waypoint_follower plugins.xml)
110110
111111ament_package()
You can’t perform that action at this time.
0 commit comments