blob: 73e16e02bed8e2b3a97cb5613cafdbf9de5370f0 [file] [log] [blame]
James Kuszmaula60aee12024-02-02 22:57:47 -08001#include "frc971/imu/imu_calibrator.h"
2
Austin Schuh99f7c6a2024-06-25 22:07:44 -07003ABSL_FLAG(
4 int32_t, imu_zeroing_buffer, 100,
James Kuszmaula60aee12024-02-02 22:57:47 -08005 "We will only consider readings stationary for purposes if calibration if "
6 "this many readings to either side appear to be stationary.");