Skip to content

Commit

Permalink
remove roslib import from dynamic reconfigure script
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin committed Apr 14, 2013
1 parent edd03ac commit 8568997
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cfg/Camera1394.cfg
Expand Up @@ -33,9 +33,6 @@

# 1394 camera dynamic configuration

PACKAGE='camera1394'
import roslib; roslib.load_manifest(PACKAGE)

from dynamic_reconfigure.parameter_generator_catkin import *
from driver_base.msg import SensorLevels

Expand Down Expand Up @@ -263,4 +260,5 @@ gen.add("auto_zoom", int_t, SensorLevels.RECONFIGURE_RUNNING,
gen.add("zoom", double_t, SensorLevels.RECONFIGURE_RUNNING,
"Zoom control.", 0., 0., 4095.)

PACKAGE='camera1394'
exit(gen.generate(PACKAGE, "Camera1394", "Camera1394"))

0 comments on commit 8568997

Please sign in to comment.