Skip to content

Commit

Permalink
fix(map_loader): modify build error in rolling (#777)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 authored Apr 24, 2022
1 parent a453c23 commit e35e31c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions map/map_loader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ ament_auto_add_library(pointcloud_map_loader_node SHARED
)
target_link_libraries(pointcloud_map_loader_node ${PCL_LIBRARIES})

target_include_directories(pointcloud_map_loader_node
SYSTEM PUBLIC
${PCL_INCLUDE_DIRS}
)

rclcpp_components_register_node(pointcloud_map_loader_node
PLUGIN "PointCloudMapLoaderNode"
EXECUTABLE pointcloud_map_loader
Expand Down

0 comments on commit e35e31c

Please sign in to comment.