Skip to main content

delta_from_monocular_odometry

Function delta_from_monocular_odometry 

Source
pub fn delta_from_monocular_odometry(
    from: StampedTime,
    to: StampedTime,
    estimate: &MonocularOdometryEstimate,
    translation_scale: f32,
) -> MappingResult<DeltaMotion>
Expand description

Converts scale-ambiguous monocular motion after the caller supplies scale.