Module trajectory_observation

Module trajectory_observation 

Source
Expand description

Checked, full-state observations over completed trajectories.

The legacy crate::TrajectoryResult::position_at_range API intentionally clamps queries beyond the computed trajectory. The APIs in this module are for protocol and laboratory consumers that need explicit range errors, finite values, and an exact terminal sample.

Structs§

TrajectoryObservation
A finite, sight-referenced observation of the complete trajectory state.

Enums§

TrajectoryObservationError
Failure to produce a checked trajectory observation.
TrajectoryObservationFlag
Stable annotations attached to a checked trajectory observation.
TrajectoryTermination
Why trajectory integration stopped.