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 e7e6c77 commit 89300b8Copy full SHA for 89300b8
laser_scan_matcher/CMakeLists.txt
@@ -13,7 +13,7 @@ set( ROS_CXX_DEPENDENCIES
13
nav_msgs)
14
15
# Find catkin and all required ROS components
16
-find_package(catkin REQUIRED COMPONENTS ${ROS_CXX_DEPENDENCIES} rostest)
+find_package(catkin REQUIRED COMPONENTS ${ROS_CXX_DEPENDENCIES})
17
find_package(PCL REQUIRED QUIET)
18
19
# Find csm project
@@ -69,6 +69,7 @@ install(DIRECTORY demo
69
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
70
71
if(CATKIN_ENABLE_TESTING)
72
+ find_package(rostest)
73
add_rostest(test/run.test)
74
add_rostest(test/covariance.test)
75
endif()
0 commit comments