Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
42a87457e4a3845f9c836f30bccd449fccb43c25
/
.
/
frc971
/
imu
/
imu_calibrator.cc
blob: 03fa3770a8d5fc59f193c8053a16b91bc67f8e14 [
file
] [
log
] [
blame
]
#include
"frc971/imu/imu_calibrator.h"
DEFINE_int32
(
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."
);