Fixing catkin python import
This commit is contained in:
parent
3dee819ea9
commit
9244556f9b
@ -1,10 +1,9 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
|
|
||||||
# set up parameters that we care about
|
PACKAGE='pcl_ros'
|
||||||
PACKAGE = 'pcl_ros'
|
|
||||||
|
from dynamic_reconfigure.parameter_generator_catkin import *
|
||||||
|
|
||||||
import roslib; roslib.load_manifest (PACKAGE);
|
|
||||||
from dynamic_reconfigure.parameter_generator import *;
|
|
||||||
import SACSegmentation_common as common
|
import SACSegmentation_common as common
|
||||||
|
|
||||||
gen = ParameterGenerator ()
|
gen = ParameterGenerator ()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user