Skip to content

Commit

Permalink
Change costmap_queue to shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
cybaol committed Jan 26, 2024
1 parent 20b67cc commit e87e0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_dwb_controller/costmap_queue/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include_directories(
include
)

add_library(${PROJECT_NAME}
add_library(${PROJECT_NAME} SHARED
src/costmap_queue.cpp
src/limited_costmap_queue.cpp
)
Expand Down

0 comments on commit e87e0d7

Please sign in to comment.