pub fn read_poses(path: &Path) -> Result<Vec<Matrix4<f64>>, IoError>
Reads a pose_scanner_leica.csv pose file.
pose_scanner_leica.csv
Each line holds a homogeneous 4×4 matrix row by row, plus bookkeeping columns. Matrices are returned in file order.