Skip to content

Commit

Permalink
fix(pcl_ros): add pcl_ros to laserscan to occupancy grid depends
Browse files Browse the repository at this point in the history
Signed-off-by: taikitanaka <ttatcoder@outlook.jp>
  • Loading branch information
taikitanaka3 committed Feb 28, 2022
1 parent b730a5a commit a9362ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sensing/laserscan_to_occupancy_grid_map/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ find_package(ament_cmake_auto REQUIRED)
find_package(eigen3_cmake_module REQUIRED)
find_package(Eigen3 REQUIRED)
find_package(PCL REQUIRED)
find_package(pcl_ros REQUIRED)
ament_auto_find_build_dependencies()

ament_auto_add_library(laserscan_to_occupancy_grid_map SHARED
Expand Down

0 comments on commit a9362ab

Please sign in to comment.