pub struct KalmanODProcessBuilder<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, TypedBuilderFields = ((), (), (), (), (), (), (), (), ())>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,{ /* private fields */ }
Expand description
Builder for KalmanODProcess
instances.
See KalmanODProcess::builder()
for more info.
Implementations§
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, ((), __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, ((), __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Sourcepub fn prop(
self,
prop: Propagator<D>,
) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, ((Propagator<D>,), __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>
pub fn prop( self, prop: Propagator<D>, ) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, ((Propagator<D>,), __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>
Propagator used for the estimation
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, (), __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, (), __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Sourcepub fn kf_variant(
self,
kf_variant: KalmanVariant,
) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, (KalmanVariant,), __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>
pub fn kf_variant( self, kf_variant: KalmanVariant, ) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, (KalmanVariant,), __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>
Kalman filter variant
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, (), __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, (), __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Sourcepub fn resid_crit(
self,
resid_crit: ResidRejectCrit,
) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, (Option<ResidRejectCrit>,), __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>
pub fn resid_crit( self, resid_crit: ResidRejectCrit, ) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, (Option<ResidRejectCrit>,), __devices, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>
Residual rejection criteria allows preventing bad measurements from affecting the estimation.
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, (), __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, (), __process_noise, __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, (), __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __max_step, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, (), __max_step, __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Sourcepub fn process_noise(
self,
process_noise: Vec<ProcessNoise<Accel>>,
) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, (Vec<ProcessNoise<Accel>>,), __max_step, __epoch_precision, __almanac, ___msr_size)>
pub fn process_noise( self, process_noise: Vec<ProcessNoise<Accel>>, ) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, (Vec<ProcessNoise<Accel>>,), __max_step, __epoch_precision, __almanac, ___msr_size)>
A sets of process noise (usually noted Q), must be ordered chronologically
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __process_noise, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, (), __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __process_noise, __epoch_precision, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, (), __epoch_precision, __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Sourcepub fn max_step(
self,
max_step: Duration,
) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, (Duration,), __epoch_precision, __almanac, ___msr_size)>
pub fn max_step( self, max_step: Duration, ) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, (Duration,), __epoch_precision, __almanac, ___msr_size)>
Maximum step size where the STM linearization is assumed correct (1 minute is usually fine)
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, (), __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __almanac, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, (), __almanac, ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Sourcepub fn epoch_precision(
self,
epoch_precision: Duration,
) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, (Duration,), __almanac, ___msr_size)>
pub fn epoch_precision( self, epoch_precision: Duration, ) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, (Duration,), __almanac, ___msr_size)>
Precision of the measurement epoch when processing measurements.
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, (), ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, ___msr_size> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, (), ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ())>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, ())>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
pub fn _msr_size( self, _msr_size: PhantomData<MsrSize>, ) -> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, (__prop, __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, __almanac, (PhantomData<MsrSize>,))>
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __kf_variant: Optional<KalmanVariant>, __resid_crit: Optional<Option<ResidRejectCrit>>, __devices: Optional<BTreeMap<String, Trk>>, __process_noise: Optional<Vec<ProcessNoise<Accel>>>, __max_step: Optional<Duration>, __epoch_precision: Optional<Duration>, ___msr_size: Optional<PhantomData<MsrSize>>> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, ((Propagator<D>,), __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, (Arc<Almanac>,), ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, __kf_variant: Optional<KalmanVariant>, __resid_crit: Optional<Option<ResidRejectCrit>>, __devices: Optional<BTreeMap<String, Trk>>, __process_noise: Optional<Vec<ProcessNoise<Accel>>>, __max_step: Optional<Duration>, __epoch_precision: Optional<Duration>, ___msr_size: Optional<PhantomData<MsrSize>>> KalmanODProcessBuilder<D, MsrSize, Accel, Trk, ((Propagator<D>,), __kf_variant, __resid_crit, __devices, __process_noise, __max_step, __epoch_precision, (Arc<Almanac>,), ___msr_size)>where
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Sourcepub fn build(self) -> KalmanODProcess<D, MsrSize, Accel, Trk>
pub fn build(self) -> KalmanODProcess<D, MsrSize, Accel, Trk>
Finalise the builder and create its KalmanODProcess
instance
Trait Implementations§
Source§impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, TypedBuilderFields> Clone for KalmanODProcessBuilder<D, MsrSize, Accel, Trk, TypedBuilderFields>where
TypedBuilderFields: Clone,
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
impl<D: Dynamics, MsrSize: DimName, Accel: DimName, Trk: TrackerSensitivity<D::StateType, D::StateType>, TypedBuilderFields> Clone for KalmanODProcessBuilder<D, MsrSize, Accel, Trk, TypedBuilderFields>where
TypedBuilderFields: Clone,
D::StateType: Interpolatable + Add<OVector<f64, <D::StateType as State>::Size>, Output = D::StateType>,
<DefaultAllocator as Allocator<<D::StateType as State>::VecLength>>::Buffer<f64>: Send,
<DefaultAllocator as Allocator<<D::StateType as State>::Size>>::Buffer<f64>: Copy,
<DefaultAllocator as Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size>>::Buffer<f64>: Copy,
DefaultAllocator: Allocator<<D::StateType as State>::Size> + Allocator<<D::StateType as State>::VecLength> + Allocator<MsrSize> + Allocator<MsrSize, <D::StateType as State>::Size> + Allocator<<D::StateType as State>::Size, MsrSize> + Allocator<MsrSize, MsrSize> + Allocator<<D::StateType as State>::Size, <D::StateType as State>::Size> + Allocator<Accel> + Allocator<Accel, Accel> + Allocator<<D::StateType as State>::Size, Accel> + Allocator<Accel, <D::StateType as State>::Size>,
Auto Trait Implementations§
impl<D, MsrSize, Accel, Trk, TypedBuilderFields> Freeze for KalmanODProcessBuilder<D, MsrSize, Accel, Trk, TypedBuilderFields>where
DefaultAllocator: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size, <<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<D as Dynamics>::StateType: Sized,
TypedBuilderFields: Freeze,
impl<D, MsrSize, Accel, Trk, TypedBuilderFields> RefUnwindSafe for KalmanODProcessBuilder<D, MsrSize, Accel, Trk, TypedBuilderFields>where
DefaultAllocator: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size, <<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<D as Dynamics>::StateType: Sized,
TypedBuilderFields: RefUnwindSafe,
D: RefUnwindSafe,
MsrSize: RefUnwindSafe,
Accel: RefUnwindSafe,
Trk: RefUnwindSafe,
impl<D, MsrSize, Accel, Trk, TypedBuilderFields> Send for KalmanODProcessBuilder<D, MsrSize, Accel, Trk, TypedBuilderFields>where
DefaultAllocator: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size, <<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<D as Dynamics>::StateType: Sized,
TypedBuilderFields: Send,
Trk: Send,
impl<D, MsrSize, Accel, Trk, TypedBuilderFields> Sync for KalmanODProcessBuilder<D, MsrSize, Accel, Trk, TypedBuilderFields>where
DefaultAllocator: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size, <<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<D as Dynamics>::StateType: Sized,
TypedBuilderFields: Sync,
Trk: Sync,
impl<D, MsrSize, Accel, Trk, TypedBuilderFields> Unpin for KalmanODProcessBuilder<D, MsrSize, Accel, Trk, TypedBuilderFields>where
DefaultAllocator: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size, <<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<D as Dynamics>::StateType: Sized,
TypedBuilderFields: Unpin,
D: Unpin,
MsrSize: Unpin,
Accel: Unpin,
Trk: Unpin,
impl<D, MsrSize, Accel, Trk, TypedBuilderFields> UnwindSafe for KalmanODProcessBuilder<D, MsrSize, Accel, Trk, TypedBuilderFields>where
DefaultAllocator: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size, <<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<DefaultAllocator as Allocator<<<D as Dynamics>::StateType as State>::Size>>::Buffer<f64>: Sized,
<D as Dynamics>::StateType: Sized,
TypedBuilderFields: UnwindSafe,
D: UnwindSafe,
MsrSize: UnwindSafe,
Accel: UnwindSafe,
Trk: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.