Searched defs:compute_range_azimuth_elevation (Results 1 – 2 of 2) sorted by relevance
111 pub fn compute_range_azimuth_elevation(a: &Pose, b: &Pose) -> anyhow::Result<(f32, i16, i8)> { in compute_range_azimuth_elevation() function
102 pub fn compute_range_azimuth_elevation(&self, other: &Position) -> (u16, i16, i8) { in compute_range_azimuth_elevation() method