diff --git a/CMakeLists.txt b/CMakeLists.txt index f4505fe..b2395c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ add_definitions(${EIGEN_DEFINITIONS}) find_package(OpenCV REQUIRED COMPONENTS core highgui imgproc) -generate_dynamic_reconfigure_options(cfg/visensor_node.cfg) +generate_dynamic_reconfigure_options(cfg/Driver.cfg) if(NOT DEFINED CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) diff --git a/cfg/visensor_node.cfg b/cfg/Driver.cfg similarity index 100% rename from cfg/visensor_node.cfg rename to cfg/Driver.cfg