Fixing catkin python import
This commit is contained in:
parent
698134ab74
commit
6038a445d8
@ -1,11 +1,9 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
|
|
||||||
# set up parameters that we care about
|
|
||||||
PACKAGE='pcl_ros'
|
PACKAGE='pcl_ros'
|
||||||
|
|
||||||
import roslib;
|
from dynamic_reconfigure.parameter_generator_catkin import *
|
||||||
roslib.load_manifest (PACKAGE);
|
|
||||||
from dynamic_reconfigure.parameter_generator import *;
|
|
||||||
gen = ParameterGenerator()
|
gen = ParameterGenerator()
|
||||||
|
|
||||||
# enabling/disabling the unit limits
|
# enabling/disabling the unit limits
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user