Skip to content

Commit f19f1c3

Browse files
committed
Added missing msgs dependencies
1 parent 110fae4 commit f19f1c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ find_package(catkin REQUIRED COMPONENTS
99
tf2
1010
tf2_ros
1111
tf2_sensor_msgs
12+
tf2_geometry_msgs
1213
)
1314

1415
catkin_package(
1516
INCLUDE_DIRS include
1617
LIBRARIES pointcloud_to_laserscan ipa_pointcloud_to_laserscan
17-
CATKIN_DEPENDS roscpp message_filters nodelet sensor_msgs tf2 tf2_ros
18+
CATKIN_DEPENDS roscpp message_filters nodelet sensor_msgs tf2 tf2_ros tf2_sensor_msgs tf2_geometry_msgs
1819
)
1920

2021
include_directories(

0 commit comments

Comments
 (0)