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

answered 2013-02-20 11:23:24 -0500

joq gravatar image

This particular message seems to come from dynamic_reconfigure generation.

The fix is to change the cfg file. In place of:

from dynamic_reconfigure.parameter_generator import *

catkin packages should use:

from dynamic_reconfigure.parameter_generator_catkin import *