Skip to content

Commit

Permalink
Fix: export libraries and plugins from opennav_docking (#4413)
Browse files Browse the repository at this point in the history
* 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
jcarlosgm30 and josegarcia authored Jun 11, 2024
1 parent 7737a2f commit e581400
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 e581400

Please sign in to comment.