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