robokudo.annotators.pointcloud_crop_map¶
Classes¶
Exploit the camera transformation to segment points in the world relative to the world frame. |
Module Contents¶
- class robokudo.annotators.pointcloud_crop_map.PointcloudCropMapAnnotator(name='PointcloudCropMapAnnotator', descriptor=Descriptor())¶
-
Bases:
robokudo.annotators.core.BaseAnnotator
Exploit the camera transformation to segment points in the world relative to the world frame. This would allow you to segment always the same region of the world instead of calculating everything in camera coordinates. @Deprecated Use pointcloud_crop with the corresponding instead of this annotator.
- class Descriptor¶
-
Bases:
robokudo.annotators.core.BaseAnnotator.Descriptor
- parameters¶
- color = None¶
- update()¶
-
Called every time the behavior is ticked.