public class OpenLoopController extends UavController
aileronCommand, alongTrackRange, correctToTrack, crossTrackError, error, errorIntegral, maxIntegral, offTrackAngleDegrees, pdOnlyTime, powerCommand, psiError, reset, rudderCommand, stabilatorCommand, timePIDControl, uavExecution, xCommand, xStart, yCommand, yStart
Constructor and Description |
---|
OpenLoopController(UavExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
computeControls()
computes uavExecution controls based on type of controller and current state/command
|
setControls, updateCrossTrackError
public OpenLoopController(UavExecution execution)
public void computeControls()
computeControls
in class UavController