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.