robokudo.annotators.pointcloud_check¶
Classes¶
Check if the CASViews.Cloud contains more than X points. |
Module Contents¶
- class robokudo.annotators.pointcloud_check.PointcloudCheckAnnotator(name='PointcloudcloudCheckAnnotator', descriptor=Descriptor())¶
-
Bases:
robokudo.annotators.core.BaseAnnotator
Check if the CASViews.Cloud contains more than X points.
- class Descriptor¶
-
Bases:
robokudo.annotators.core.BaseAnnotator.Descriptor
- class Parameters¶
-
- point_threshold = 100¶
- status_below_threshold¶
- status_above_threshold¶
- raise_on_failure = True¶
- parameters¶
- update()¶
-
Called every time the behavior is ticked.