Current fleet position
Resolve the latest location report against the registered robot identity and operating state.
Associate every position report with a registered robot CPID, timestamp, accuracy, speed, heading and operating state. Solarion turns location from an isolated map point into governed machine context.
It is not a safety localization system and should not replace collision avoidance, functional safety or OEM navigation controls. Its role in Solarion is to enrich identity, policy, operations and investigation with location context.
Resolve the latest location report against the registered robot identity and operating state.
Review recent path evidence alongside timestamps, software state and health signals.
Compare position against configured home zones and allowed operating radii.
Expose accuracy and freshness so downstream users know whether a location claim is reliable enough to use.
Preserve out-of-zone or stale-location events for operational review and investigation.
Accept real robot location feeds through authenticated edge integrations in production architectures.
Solarion can expose location context to policy engines alongside identity, software and risk state.
In production, location reports should be authenticated, time-bounded and associated with the specific robot credential that produced them.
{
"robot": "cpid:robot:sr-h01",
"observed_at": "2026-08-21T03:55:42Z",
"lat": 43.6532,
"lon": -79.3832,
"accuracy_m": 2.8,
"speed_mps": 1.1,
"heading_deg": 84,
"geofence": "in_policy"
}The demo includes sample routes, geofence state and robot context. Production deployments connect approved positioning feeds through the edge/API layer.