This commit is contained in:
Ryan
2022-03-22 17:23:11 -06:00
parent 8978b909e5
commit 162b3f7db5
@@ -88,8 +88,8 @@ public class TrackTarget extends CommandBase {
m_visionOdometry.setDriverMode(false);
m_visionOdometry.setLEDs(true);
//// points = m_visionOdometry.getTargetPoints();
points = getFakePoints();
points = m_visionOdometry.getTargetPoints();
// points = getFakePoints();
//// points = filterPoints(points);
Point average = VisionOdometry.averagePoint(points);