Skip to main content

Module score

Module score 

Source
Expand description

Oracle for the simulation harness: summarize the 3D tracks in a .braidz, and compare a live recording against an offline retrack of the same file.

The headline question is whether live tracking produces shorter / more fragmented trajectories than retracking the same data. This module computes per-recording track statistics and the live-vs-retrack differential that answers it.

Structs§

Differential
The result of comparing a live recording against an offline retrack.
TrackStats
Statistics about the 3D tracks in one .braidz recording.

Functions§

differential
Run braid-offline-retrack on live_braidz, writing to out_braidz, then return the live-vs-retrack Differential.
track_stats
Compute TrackStats from a .braidz file’s kalman_estimates table.