Fixing catkin python import
This commit is contained in:
parent
a289400192
commit
698134ab74
@ -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()
|
||||||
|
|
||||||
#enum = gen.enum ([ gen.const("ANN", int_t, 0, "ANN"), gen.const("FLANN", int_t, 1, "FLANN"), gen.const("organized", int_t, 2, "Dense/organized data locator") ], "Set the spatial locator")
|
#enum = gen.enum ([ gen.const("ANN", int_t, 0, "ANN"), gen.const("FLANN", int_t, 1, "FLANN"), gen.const("organized", int_t, 2, "Dense/organized data locator") ], "Set the spatial locator")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user