Skip to content

Commit

Permalink
Add correct calibration rig values for robot pose relative to calibra…
Browse files Browse the repository at this point in the history
…tion rig tag center
  • Loading branch information
simonstoryparker committed Nov 27, 2024
1 parent 489a0e0 commit 992a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/config/CompConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class CompConfig {
0.4,
InterpolatedVisionDataset.MADTOWN,
// right is positive x, up is positive y, forward is positive z
new Pose3d(0, -1.0, -1.5, new Rotation3d(0.0, 0.0, 0.0))),
new Pose3d(0.0, Units.inchesToMeters(-57.128),Units.inchesToMeters(-64.750), new Rotation3d(0.0, 0.0, 0.0))),
new LightsConfig("rio", 3));

private CompConfig() {}
Expand Down

0 comments on commit 992a5c0

Please sign in to comment.