...
- ACOMMS_SCHEDULER_OFFSET - the estimated offset of the receive start
- ACOMMS_SCHEDULER_DURATION - the estimated duration of the receive
- ACOMMS_SCHEDULER_STATE - current state: 0=unlocked, 1-3=locked (pre, mid, post), 4=unset (no observation)
—
pMarinePID_Hover
A slightly modified version of the pMarinePID application included with MOOS-IvP. Differential control is properly implemented by the following equation:
Code Block |
---|
Diff = (dTheta*Tau*OldDiff)/(Tau+dT)
Differential portion of rudder output = Kd*Diff
|