Skip to content

Commit

Permalink
Actual robotToCam values
Browse files Browse the repository at this point in the history
  • Loading branch information
Liammurray19 committed Jun 27, 2024
1 parent db16949 commit a09ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class Drive extends LoggedSubsystem<SwerveDriveData, SwerveDriveMap> {
// Cam mounted facing forward, half a meter forward of center, half a meter up
// from center.
public static final Transform3d kRobotToCam = new Transform3d(
new Translation3d(Units.inchesToMeters(3.029), Units.inchesToMeters(-6.9965), Units.inchesToMeters(12.445)),
new Translation3d(Units.inchesToMeters(-6.9965), Units.inchesToMeters(-3.029), Units.inchesToMeters(12.445)),
new Rotation3d(0, Units.degreesToRadians(-16.875), Units.degreesToRadians(-6.5)));

// The layout of the AprilTags on the field
Expand Down

0 comments on commit a09ea69

Please sign in to comment.