Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e9ee3e6a3ed2afd17963e2cfcd1b5830f0a19c96
/
.
/
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."
);