Laying the foundation for a good graph.

This commit is contained in:
Quinn
2023-12-11 18:55:23 -05:00
parent f7fd6fc6a8
commit 2d55388f24
6 changed files with 193 additions and 46 deletions

View File

@@ -134,6 +134,7 @@ public class ScanMatcher{
tempScan.getPoints().set(i, new Vector((float) newPointMatrix.get(0), (float) newPointMatrix.get(1)));
}
}
newScan.UpdatePose(rotationMatrix, translationVector);
return tempScan;
}