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

The file in the repo (https://github.com/srv/camera1394stereo/blob/groovy/cfg/Camera1394Stereo.cfg#L36) indicates that it imports the old version of dynamic reconfigure intended to be used only with rosbuild:

from dynamic_reconfigure.parameter_generator import *

Please take a look at the tutorial http://www.ros.org/wiki/dynamic_reconfigure/Tutorials/HowToWriteYourFirstCfgFile describing how to write the cfg file (watch out to select catkin at the top, not rosbuild). For catkin based packages the import line is subtly different:

from dynamic_reconfigure.parameter_generator_catkin import *