concepts.dm.crow.interfaces.execution_manager.CrowExecutionManager#
- class CrowExecutionManager[source]#
Bases:
object
Methods
run
(goal[, max_steps])update_perception
([action])- __init__(executor, perception_interface, simulator_controller_interface, physical_controller_interface)[source]#
- Parameters:
executor (CrowExecutor)
perception_interface (CrowPerceptionInterface)
simulator_controller_interface (CrowSimulationControllerInterface | None)
physical_controller_interface (CrowPhysicalControllerInterface)
- __new__(**kwargs)#