dynamic_reconfigure: Why don't many ROS Navigation Plugins have add_dependencies() for gencfg in CMakeLists.txt
I was following this tutorial to get dynamic_reconfigure to work on my own nav_stack plugin.
However, I notice that in ros navigation stack plugins, for example the global planners, in theirCMakeLists.txt, they do not declare
add_dependencies(plugin_name ${catkin_EXPORTED_TARGETS} ${PROJECT_NAME}_gencfg)
Is there a reason why?
Thanks, Rico