diff --git a/src/itg3200/itg3200.cxx b/src/itg3200/itg3200.cxx index 6b00cf4d..1f2f2ffb 100644 --- a/src/itg3200/itg3200.cxx +++ b/src/itg3200/itg3200.cxx @@ -86,7 +86,7 @@ Itg3200::calibrate(void) for(int i = 0; i < reads; i++){ Itg3200::update(); - if (i > skip){ + if (i >= skip){ for (int j = 0; j < 3; j++){ temp[j] += m_rotation[j]; }