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
The base class for all controller interfaces. |
|
CrowControllerReflex(callable: Callable, priority: int, uid: int) |
|
Exceptions