concepts.dm.crow.interfaces.controller_interface#

A controller interface connects the controller commands output by a policy or a planner to the robot simulation/physical system. Here, we distinguish between the simulation interface and the physical interface by whether they support state save/restore.

Classes

CrowControllerInterfaceBase

The base class for all controller interfaces.

CrowPhysicalControllerInterface

CrowSimulationControllerInterface

Exceptions

CrowControllerExecutionError