Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions nav2_costmap_2d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ target_link_libraries(nav2_costmap_2d_core PUBLIC
tf2::tf2
tf2_ros::tf2_ros
tf2_sensor_msgs::tf2_sensor_msgs
nav2_ros_common::nav2_ros_common
)

add_library(layers SHARED
Expand All @@ -85,6 +86,7 @@ target_link_libraries(layers PUBLIC
nav2_voxel_grid::voxel_grid
nav2_costmap_2d_core
tf2::tf2
nav2_ros_common::nav2_ros_common
)
target_link_libraries(layers PRIVATE
pluginlib::pluginlib
Expand Down Expand Up @@ -122,6 +124,7 @@ target_link_libraries(nav2_costmap_2d_client PUBLIC
nav2_costmap_2d_core
${std_msgs_TARGETS}
tf2::tf2
nav2_ros_common::nav2_ros_common
)

add_executable(nav2_costmap_2d_markers src/costmap_2d_markers.cpp)
Expand Down
Loading