Skip to content

Commit

Permalink
Fix: export libraries and plugins from opennav_docking (ros-navigatio…
Browse files Browse the repository at this point in the history
…n#4413)

* fix: export pose_filter lib from opennav_docking

Signed-off-by: josegarcia <[email protected]>

* fix: export plugins.xml from opennav_docking

Signed-off-by: josegarcia <[email protected]>

---------

Signed-off-by: josegarcia <[email protected]>
Co-authored-by: josegarcia <[email protected]>
  • Loading branch information
2 people authored and Marc-Morcos committed Jul 4, 2024
1 parent 1b97d4b commit 7c0db0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_docking/opennav_docking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ if(BUILD_TESTING)
endif()

ament_export_include_directories(include)
ament_export_libraries(${library_name})
ament_export_libraries(${library_name} pose_filter)
ament_export_dependencies(${dependencies} yaml-cpp)
ament_package()
1 change: 1 addition & 0 deletions nav2_docking/opennav_docking/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@

<export>
<build_type>ament_cmake</build_type>
<opennav_docking plugin="${prefix}/plugins.xml" />
</export>
</package>

0 comments on commit 7c0db0f

Please sign in to comment.