added cmake_modules for test.

This commit is contained in:
Kayman
2018-03-28 16:46:38 +09:00
parent 25c569c911
commit a6ca620b7b
3 changed files with 4 additions and 2 deletions

View File

@ -68,7 +68,7 @@ generate_dynamic_reconfigure_options(cfg/detector_params.cfg)
################################################################################
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS cv_bridge geometry_msgs image_transport roscpp rospy std_msgs dynamic_reconfigure
CATKIN_DEPENDS cv_bridge cmake_modules geometry_msgs image_transport roscpp rospy std_msgs dynamic_reconfigure
)
################################################################################

View File

@ -19,6 +19,7 @@
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>roslib</run_depend>
@ -28,6 +29,7 @@
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>cmake_modules</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>message_runtime</run_depend>
</package>

View File

@ -52,7 +52,7 @@ endif(NOT ${YAML_CPP_VERSION} VERSION_LESS "0.5")
################################################################################
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp sensor_msgs
CATKIN_DEPENDS roscpp sensor_msgs cmake_modules
DEPENDS EIGEN3
)