Classes | |
| class | Cropper |
Variables | |
| tuple | c = Cropper(float(options.zmin), float(options.zmax), options.frame) |
| string | dest = "zmin" |
| string | help = "Minimum z value to allow through" |
| string | NAME = 'point_cloud_cropper' |
| tuple | parser = OptionParser(usage="usage: %prog [options]", prog=NAME) |
| string | PKG = 'door_handle_detector' |
| tuple point_cloud_cropper::c = Cropper(float(options.zmin), float(options.zmax), options.frame) |
Definition at line 101 of file point_cloud_cropper.py.
| string point_cloud_cropper::dest = "zmin" |
Definition at line 87 of file point_cloud_cropper.py.
| string point_cloud_cropper::help = "Minimum z value to allow through" |
Definition at line 88 of file point_cloud_cropper.py.
| string point_cloud_cropper::NAME = 'point_cloud_cropper' |
Definition at line 52 of file point_cloud_cropper.py.
| tuple point_cloud_cropper::parser = OptionParser(usage="usage: %prog [options]", prog=NAME) |
Definition at line 85 of file point_cloud_cropper.py.
| string point_cloud_cropper::PKG = 'door_handle_detector' |
Definition at line 39 of file point_cloud_cropper.py.