Teleop debug cleanup
This commit is contained in:
parent
1944c6ab0c
commit
5535535302
|
@ -120,8 +120,6 @@ public class Camera {
|
|||
return null;
|
||||
}
|
||||
|
||||
// return estimatePoseFromAprilTag(aprilTagDetections.get(0));
|
||||
|
||||
int numDetections = aprilTagDetections.size();
|
||||
Pose2d acc = new Pose2d(0, 0, 0);
|
||||
for (AprilTagDetection aprilTagDetection : aprilTagDetections) {
|
||||
|
|
Loading…
Reference in New Issue