concepts.dm.crow.interfaces.perception_interface.CrowObjectMemoryItem#
- class CrowObjectMemoryItem[source]#
Bases:
object
A memory item for an object.
Methods
Attributes
The index of the object in the memory.
The query that is used to detect the object.
The partial point cloud of the detected object.
The completed point cloud of the detected object.
The mesh of the detected object.
The frame number when the memory item is last updated.
The point cloud segmentation of the detected object.
Any additional features of the detected object.
- __init__(identifier, query, partial_pcd, pcd, mesh, last_updated_frame, last_updated_frame_segmentation, features)#
- __new__(**kwargs)#