ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
We had the same problem but we fixed it by adding _catkin to the following line in the cfg file:
from dynamic_reconfigure.parameter_generator_catkin import *
I had converted an old package to catkin and had missed that you needed _catkin here.
2 | No.2 Revision |
We had the same problem but we fixed it by adding _catkin to in the following line in the cfg file:
from dynamic_reconfigure.parameter_generator_catkin import *
I had converted an old package to catkin and had missed that you needed _catkin here.