Function cybergrape::localizer::localize_points
source ยท pub fn localize_points(measurements: &[Update]) -> Vec<Point>Expand description
Given a list of Update structs containing the angular measurements between
points, computes the cartesian positions of the points.