Skip to content

Commit

Permalink
Setup testing for ampalign
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylve committed Feb 26, 2024
1 parent d3e4e39 commit f6cc629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/constants/VisionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class VisionConstants {

/** Physical location of the apriltag camera on the robot, relative to the center of the robot. */
public static final Transform3d APRILTAG_CAMERA_TO_ROBOT = new Transform3d(
new Translation3d(0, 0.3048, -0.3302),
new Rotation3d(0.0, 15.0 * Math.PI / 180, 0)
new Translation3d(0, 0, 0),
new Rotation3d(0, 0, 0)
);

public static final String LIMELIGHT_NAME = "limelight";
Expand Down

0 comments on commit f6cc629

Please sign in to comment.