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