|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
Re: Gyro reset() troubles
Quote:
I don't think this is time related. And I've never had to wait for the reset method to zero the gyro in the past. We've used this method extensively in the past and have never had a problem with it previously. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|