Skip to content

Commit

Permalink
Add tf2_sensor_msgs to build dependencies (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
NaokiTakahashi12 authored Sep 25, 2023
1 parent a12f340 commit 5417fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ find_package(sensor_msgs REQUIRED)
find_package(nav_msgs REQUIRED)
find_package(tf2_ros REQUIRED)
find_package(tf2_geometry_msgs REQUIRED)
find_package(tf2_sensor_msgs REQUIRED)
find_package(tf2_eigen REQUIRED)
find_package(pcl_conversions REQUIRED)
find_package(PCL REQUIRED)
Expand All @@ -37,6 +38,7 @@ ament_target_dependencies(pcl_localization_component
rclcpp
tf2_ros
tf2_geometry_msgs
tf2_sensor_msgs
tf2_eigen
geometry_msgs
sensor_msgs
Expand Down

0 comments on commit 5417fcd

Please sign in to comment.