concepts.dm.crow.interfaces.perception_interface.CrowPerceptionResult#
- class CrowPerceptionResult[source]#
Bases:
object
The result of a perception query.
Methods
Attributes
The timestep of the perception result.
The global memory of the perception system.
The object memory items that are detected.
- __init__(timestep, global_memory, object_memory)#
- Parameters:
timestep (int)
global_memory (CrowGlobalMemory)
object_memory (Sequence[CrowObjectMemoryItem])
- Return type:
None
- __new__(**kwargs)#
- global_memory: CrowGlobalMemory#
The global memory of the perception system.
- object_memory: Sequence[CrowObjectMemoryItem]#
The object memory items that are detected.