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