Operations

Everything after the code compiles: watching a running system, working out what went wrong when it misbehaves, and getting it onto a real robot.

Run and monitor

PageWhat it covers
Monitor GuideMonitoring, debugging, and managing a running application in real time
Static AnalysisValidating a project with horus check before it runs
Parameters GuideTuning a running application through runtime parameters

Debug after the fact

When the failure is not reproducible at a breakpoint.

PageWhat it covers
BlackBox Flight RecorderEvent recording and post-mortem debugging
Record & ReplayTick-perfect replay of a recorded run
Deterministic ExecutionMaking a run reproducible in the first place

Keep it running

PageWhat it covers
Safety MonitorWatchdogs, WCET enforcement, and emergency handling
Circuit BreakerStopping one failing node from cascading

Deploy

PageWhat it covers
Production DeploymentDeploying to production robots with real-time features
Real-Time Configuration (RtConfig)The system-level settings production depends on