RobotGov extends the same deterministic control-plane pattern to embodied AI: mobile robots, manipulators, humanoids, UAVs, and UGVs. Physical action envelopes are evaluated before motion authority is granted — deterministically, with no LLM in the enforcement path.
Each operating profile defines the physical envelope parameters for a deployment context. Profile selection is a policy decision, not a runtime judgment call.
| Profile | Purpose | Min human dist | HSR max speed | Jackal max speed |
|---|---|---|---|---|
| industrial_strict | Warehouse, factory, high-throughput motion | 1.2m | 0.8m/s | 1.2m/s |
| collaborative_lab | Human-robot proximity, lab or controlled settings | 0.5m | 0.6m/s | 0.8m/s |
| handover_mode | Explicit close interaction, handover tasks | 0.35m | 0.4m/s | 0.5m/s |
We ran 10 public NavWareSet social-navigation pose traces through three operating profiles. 74,934 authorization windows evaluated. Every verdict is reproducible from the same inputs.
Every authorization row is a structured physical action envelope. Policy evaluates it deterministically — no natural language, no model judgment.