We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be32edf commit 0a17499Copy full SHA for 0a17499
src/main/java/frc/team2767/deepspace/subsystem/VisionSubsystem.java
@@ -41,7 +41,7 @@ public class VisionSubsystem extends Subsystem implements Measurable {
41
private static final double CAMERA_RANGE_OFFSET_RIGHT = -5.7751; // -5.02
42
private static final double CAMERA_RANGE_SLOPE_LEFT = 1.0437; // 1.061
43
private static final double CAMERA_RANGE_OFFSET_LEFT = -4.3828; // -4.92
44
- // NEGATIVE = TOWARDS FIELD LEFT (this one was negative)
+ // NEGATIVE = TOWARDS FIELD LEFT (this one was negative) from driver station perspective
45
private static final double STRAFE_CORRECTION_RIGHT =
46
-0.75; // -1.0 // NEGATIVE TO FIELD LEFT FOR THIS ONE
47
private static final double STRAFE_CORRECTION_LEFT = 0; // was positive
0 commit comments