fixing catkin python imports
This commit is contained in:
parent
6e4f23f43c
commit
6f256968eb
@ -3,8 +3,7 @@
|
|||||||
# set up parameters that we care about
|
# set up parameters that we care about
|
||||||
PACKAGE = 'pcl_ros'
|
PACKAGE = 'pcl_ros'
|
||||||
|
|
||||||
import roslib; roslib.load_manifest (PACKAGE);
|
from dynamic_reconfigure.parameter_generator_catkin import *;
|
||||||
from dynamic_reconfigure.parameter_generator import *;
|
|
||||||
|
|
||||||
def add_common_parameters (gen):
|
def add_common_parameters (gen):
|
||||||
# add (self, name, paramtype, level, description, default = None, min = None, max = None, edit_method = "")
|
# add (self, name, paramtype, level, description, default = None, min = None, max = None, edit_method = "")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user