Skip to content

Commit

Permalink
Merge branch 'GRC-Practice-Day-Tuning' of https://github.com/FRC-7525…
Browse files Browse the repository at this point in the history
…/2024-Rewrite into GRC-Practice-Day-Tuning
  • Loading branch information
GreenTomato5 committed Oct 3, 2024
2 parents 330f8f5 + 29ae0d5 commit 9b073c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/util/NoteSimulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ public static void logNoteInfo() {
// "Note Sim/SimNoteTrajectory",
// NoteSimulator.getNoteTrajectory().toArray(new Translation3d[0])
// );
Logger.recordOutput("Note Sim/SimNotePose3d", getFieldPose(Constants.NoteSim.SHOOTER_POSE3D));
// Logger.recordOutput("Note Sim/SimNotePose3d", getFieldPose(Constants.NoteSim.SHOOTER_POSE3D));
}
}

0 comments on commit 9b073c2

Please sign in to comment.