Expand description
Typed temporal-access contract for stages.
TemporalAccess defines the read-only interface that stages use to
query track history and temporal state. It lives in nv-perception (not
nv-temporal) so that stages can depend on it without a circular
dependency: nv-temporal implements TemporalAccess for its snapshot
type, and nv-perception never imports from nv-temporal.
Traitsยง
- Temporal
Access - Read-only access to temporal state for stages.