File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ public final class BuildConstants {
55 public static final String MAVEN_GROUP = "" ;
66 public static final String MAVEN_NAME = "2024RobotCode" ;
77 public static final String VERSION = "unspecified" ;
8- public static final int GIT_REVISION = 343 ;
9- public static final String GIT_SHA = "cbd3125922c579935803217b3b80ae24f510c99a " ;
10- public static final String GIT_DATE = "2024-08-17 11:17:26 EDT" ;
8+ public static final int GIT_REVISION = 344 ;
9+ public static final String GIT_SHA = "e9fafa3962bafe4cf7dcc69aa821b6f3b58c253f " ;
10+ public static final String GIT_DATE = "2024-08-17 16: 11:56 EDT" ;
1111 public static final String GIT_BRANCH = "marc" ;
12- public static final String BUILD_DATE = "2024-08-17 16:11:47 EDT" ;
13- public static final long BUILD_UNIX_TIME = 1723925507047L ;
14- public static final int DIRTY = 1 ;
12+ public static final String BUILD_DATE = "2024-08-17 16:14:19 EDT" ;
13+ public static final long BUILD_UNIX_TIME = 1723925659603L ;
14+ public static final int DIRTY = 0 ;
1515
1616 private BuildConstants () {}
1717}
Original file line number Diff line number Diff line change @@ -614,11 +614,15 @@ public Pose3d calculateNotePositionFieldRelative() {
614614 new Translation2d (
615615 Units .inchesToMeters (radiusInchRaw ), Rotation2d .fromDegrees (noteYawAngleDegRaw ));
616616
617+ Logger .recordOutput ("NoteTracking/camRelNoteLocT2dRaw" , camRelNoteLocT2dRaw );
618+
617619 Translation2d roboRelNoteLocT2dRaw =
618620 camRelNoteLocT2dRaw
619621 .rotateBy (Rotation2d .fromDegrees (0 ))
620622 .plus (new Translation2d (Units .inchesToMeters (12 ), 0 ));
621623
624+ Logger .recordOutput ("NoteTracking/camRelNoteLocT2dCorrected" , roboRelNoteLocT2dRaw );
625+
622626 Translation2d roboRelNoteLocT2dCorrected =
623627 camRelNoteLocT2dCorrected
624628 .rotateBy (Rotation2d .fromDegrees (0 ))
You can’t perform that action at this time.
0 commit comments