fixing catkin python imports

This commit is contained in:
Julius Kammerl 2013-05-21 14:01:53 -07:00 committed by Paul Bovbel
parent 6e4f23f43c
commit 6f256968eb

View File

@ -3,8 +3,7 @@
# set up parameters that we care about
PACKAGE = 'pcl_ros'
import roslib; roslib.load_manifest (PACKAGE);
from dynamic_reconfigure.parameter_generator import *;
from dynamic_reconfigure.parameter_generator_catkin import *;
def add_common_parameters (gen):
# add (self, name, paramtype, level, description, default = None, min = None, max = None, edit_method = "")