ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I believe there is a way do generate the files using catkin:

In your CMakeLists.txt

#add dynamic reconfigure api find_package(catkin REQUIRED dynamic_reconfigure) generate_dynamic_reconfigure_options(relative_path_to_file1 relative_path_to_file2 ...)

From the dynamic reconfigure tutorial

ros.org/wiki/dynamic_reconfigure/Tutorials/HowToWriteYourFirstCfgFile

I believe there is a way do generate the files using catkin:

In your CMakeLists.txt

#add dynamic reconfigure api find_package(catkin REQUIRED dynamic_reconfigure) generate_dynamic_reconfigure_options(relative_path_to_file1 relative_path_to_file2 ...)

From the dynamic reconfigure tutorial

tutorial: ros.org/wiki/dynamic_reconfigure/Tutorials/HowToWriteYourFirstCfgFile

I believe there is a way do generate the files using catkin:

In your CMakeLists.txt

#add dynamic reconfigure api
find_package(catkin REQUIRED dynamic_reconfigure) generate_dynamic_reconfigure_options(relative_path_to_file1 relative_path_to_file2 ...)

From the dynamic reconfigure tutorial: ros.org/wiki/dynamic_reconfigure/Tutorials/HowToWriteYourFirstCfgFile

click to hide/show revision 4
No.4 Revision

I believe there is a way do generate the files using catkin:

In your CMakeLists.txt

#add dynamic reconfigure api
find_package(catkin REQUIRED dynamic_reconfigure) generate_dynamic_reconfigure_options(relative_path_to_file1 relative_path_to_file2 ...)

From the dynamic reconfigure tutorial: ros.org/wiki/dynamic_reconfigure/Tutorials/HowToWriteYourFirstCfgFilehttp://ros.org/wiki/dynamic_reconfigure/Tutorials/HowToWriteYourFirstCfgFile