Skip to content

Commit 0a17499

Browse files
committed
Update vision tuning
1 parent be32edf commit 0a17499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/team2767/deepspace/subsystem/VisionSubsystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class VisionSubsystem extends Subsystem implements Measurable {
4141
private static final double CAMERA_RANGE_OFFSET_RIGHT = -5.7751; // -5.02
4242
private static final double CAMERA_RANGE_SLOPE_LEFT = 1.0437; // 1.061
4343
private static final double CAMERA_RANGE_OFFSET_LEFT = -4.3828; // -4.92
44-
// NEGATIVE = TOWARDS FIELD LEFT (this one was negative)
44+
// NEGATIVE = TOWARDS FIELD LEFT (this one was negative) from driver station perspective
4545
private static final double STRAFE_CORRECTION_RIGHT =
4646
-0.75; // -1.0 // NEGATIVE TO FIELD LEFT FOR THIS ONE
4747
private static final double STRAFE_CORRECTION_LEFT = 0; // was positive

0 commit comments

Comments
 (0)