Skip to content

Commit

Permalink
Change costmap_queue to shared library (ros-navigation#4072)
Browse files Browse the repository at this point in the history
Signed-off-by: cybaol <cybao292261@163.com>
Signed-off-by: enricosutera <enricosutera@outlook.com>
  • Loading branch information
cybaol authored and enricosutera committed May 19, 2024
1 parent a2da8cd commit 0805191
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 0805191

Please sign in to comment.