Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
SensorReadings -> ActuatorCommands
Communicate sensor readings and actuator commands between a simulation engine and a separate controller process using local IPC sockets.
Problem it solves
Running controller logic inside the physics loop blocks execution and crashes the entire simulation if the controller fails.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.