public class OpenLoopController extends UuvController
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
openLoopHeading
set to false for automatic heading control (open loop props only)
|
alongTrackRange, bowLateralThrusterCommand, bowVerticalThrusterCommand, correctToTrack, crossTrackError, depthError, depthErrorIntegral, depthPidTime, MAXDEPTHERROR, offTrackAngleDegrees, pdOnlyTime, portPropellerCommand, psiCommand, psiError, rudderCommand, speedControlReset, speedError, stbdPropellerCommand, sternLateralThrusterCommand, sternVerticalThrusterCommand, thetaCommand, THRUSTCONVERSION, turningRpm, uuvExecution, zCommand| Constructor and Description |
|---|
OpenLoopController(UuvExecution execution)
Creates a new instance of OpenLoopController
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeControls()
Computes control settings for open loop (manual) control
|
adjustPropellersForSteeringIfNoRudders, checkRudderAvailable, computeLateralThrusterCommands, computePropellerCommands, computeRudderCommands, computeVerticalThrusterCommands, getBowLateralThrusterCommand, getCrossTrackError, getPortPropellerCommand, getPsiCommand, getRudderCommand, getSpeedCommand, getStbdPropellerCommand, getSternLateralThrusterCommand, getThetaCommand, isClosedLoopSpeed, readControls, setCommandedSpeed, setControls, setPropellersRPM, unsetClosedLoopSpeed, updateCrossTrackErrorprotected boolean openLoopHeading
public OpenLoopController(UuvExecution execution)
execution - UuvExecution reference to main class of AUVpublic void computeControls()
computeControls in class UuvController