|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#6
|
|||
|
|||
|
Re: Gyro reset() troubles
As Joe pointed out, the reset() method only zeros the accumulator as you can see in this code from the Gyro class:
Code:
public void reset() {
if (m_analog != null) {
m_analog.resetAccumulator();
}
}
Let us know if that helps. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|