Skip to content

Commit

Permalink
Log status too
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Oct 7, 2024
1 parent f912338 commit 35a2025
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public PoseVelocity2d updatePoseEstimate() {

FlightRecorder.write("ESTIMATED_POSE", new PoseMessage(pose));
FlightRecorder.write("PINPOINT_RAW_POSE",new FTCPoseMessage(pinpoint.getPosition()));
FlightRecorder.write("PINPOINT_STATUS",pinpoint.getDeviceStatus());

return pinpoint.getVelocityRR();
}
Expand Down

0 comments on commit 35a2025

Please sign in to comment.