Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
9327d71dba8b43c9f7bda8880dc8802f4b48c73d
/
.
/
frc971
/
imu
/
imu_calibrator.cc
blob: 73e16e02bed8e2b3a97cb5613cafdbf9de5370f0 [
file
] [
log
] [
blame
]
#include
"frc971/imu/imu_calibrator.h"
ABSL_FLAG
(
int32_t
,
imu_zeroing_buffer
,
100
,
"We will only consider readings stationary for purposes if calibration if "
"this many readings to either side appear to be stationary."
);