We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110fae4 commit f19f1c3Copy full SHA for f19f1c3
CMakeLists.txt
@@ -9,12 +9,13 @@ find_package(catkin REQUIRED COMPONENTS
9
tf2
10
tf2_ros
11
tf2_sensor_msgs
12
+ tf2_geometry_msgs
13
)
14
15
catkin_package(
16
INCLUDE_DIRS include
17
LIBRARIES pointcloud_to_laserscan ipa_pointcloud_to_laserscan
- 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
19
20
21
include_directories(
0 commit comments