Skip to content

Commit 5f072ae

Browse files
Revert back to default-initialization
Co-authored-by: Tyler Veness <[email protected]>
1 parent 867205e commit 5f072ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpimath/src/main/native/include/frc/estimator/PoseEstimator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ class WPILIB_DLLEXPORT PoseEstimator {
434434
// unless there have been no vision measurements after the last reset
435435
std::map<units::second_t, VisionUpdate> m_visionUpdates;
436436

437-
Pose2d m_poseEstimate{};
437+
Pose2d m_poseEstimate;
438438
};
439439

440440
} // namespace frc

0 commit comments

Comments
 (0)