catkin make failling when I will use dynamic reconfigure
I want to use dynamic reconfigure and I changed cmakelist.txt and package.xml like below method
################################################
## Declare ROS dynamic reconfigure parameters ##
################################################
## To declare and build dynamic reconfigure parameters within this
## package, follow these steps:
## * In the file package.xml:
## * add a build_depend and a run_depend tag for "dynamic_reconfigure"
## * In this file (CMakeLists.txt):
## * add "dynamic_reconfigure" to
## find_package(catkin REQUIRED COMPONENTS ...)
## * uncomment the "generate_dynamic_reconfigure_options" section below
## and list every .cfg file to be processed
And I do catkin_make but there are error
__________________________________________________________________________________________
CMake Error at object_tracker/CMakeLists.txt:94 (generate_dynamic_reconfigure_options): Unknown CMake command "generate_dynamic_reconfigure_options".
__________________________________________________________________________________________
I use ubuntu14.04 and indigo
how can I solve this plobrem?
Put your entire CMakeLists.txt into the question.
Did you add
dynamic_reconfigure
infind_package
?