blob: 03fa3770a8d5fc59f193c8053a16b91bc67f8e14 [file] [log] [blame]
James Kuszmaula60aee12024-02-02 22:57:47 -08001#include "frc971/imu/imu_calibrator.h"
2
3DEFINE_int32(
4 imu_zeroing_buffer, 100,
5 "We will only consider readings stationary for purposes if calibration if "
6 "this many readings to either side appear to be stationary.");