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 2262257 commit 0f4d9e8Copy full SHA for 0f4d9e8
src/main/java/frc/robot/constants/VisionConstants.java
@@ -93,7 +93,7 @@ public final class VisionConstants {
93
VecBuilder.fill(Units.degreesToRadians(0.01));
94
95
// Increase these numbers to trust global measurements from vision less. This matrix is in the
96
- // form [x, y, theta]ᵀ, with units in meters and radians.
+ // form [x, y, theta], with units in meters and radians.
97
// Vision Odometry Standard devs
98
public static Matrix<N3, N1> kVisionMeasurementStdDevs =
99
VecBuilder.fill(0.05, 0.05, Units.degreesToRadians(360));
0 commit comments