Skip to content

Commit

Permalink
Log status too
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Nov 18, 2024
1 parent a70c9d4 commit 5d8f3e2
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 5d8f3e2

Please sign in to comment.