public class HoverController extends UuvController
Modifier and Type | Field and Description |
---|---|
protected double |
hoverHeading
heading uuv is to hold while hovering
|
protected double |
maxHeadingError
acceptable heading error to consider hoverpoint success
|
alongTrackRange, bowLateralThrusterCommand, bowVerticalThrusterCommand, correctToTrack, crossTrackError, depthError, depthErrorIntegral, depthPidTime, MAXDEPTHERROR, offTrackAngleDegrees, openLoopHeading, pdOnlyTime, portPropellerCommand, psiCommand, psiError, rudderCommand, speedControlReset, speedError, stbdPropellerCommand, sternLateralThrusterCommand, sternVerticalThrusterCommand, thetaCommand, THRUSTCONVERSION, turningRpm, uuvExecution, zCommand
Constructor and Description |
---|
HoverController(UuvExecution execution)
Creates a new instance of HoverController
|
Modifier and Type | Method and Description |
---|---|
void |
computeControls()
Computes control settings for hover control
|
adjustPropellersForSteeringIfNoRudders, checkRudderAvailable, computeLateralThrusterCommands, computePropellerCommands, computeRudderCommands, computeVerticalThrusterCommands, getBowLateralThrusterCommand, getCrossTrackError, getPortPropellerCommand, getPsiCommand, getRudderCommand, getSpeedCommand, getStbdPropellerCommand, getSternLateralThrusterCommand, getThetaCommand, isClosedLoopSpeed, readControls, setCommandedSpeed, setControls, setPropellersRPM, unsetClosedLoopSpeed, updateCrossTrackError
protected double hoverHeading
protected final double maxHeadingError
public HoverController(UuvExecution execution)
execution
- UuvExecution reference to main class of AUVpublic void computeControls()
computeControls
in class UuvController