public class WaypointController 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 |
---|
WaypointController(UavExecution execution)
Creates a new instance of WaypointController
|
Modifier and Type | Method and Description |
---|---|
void |
computeControls()
computes uavExecution controls based on type of controller and current state/command
|
setControls, updateCrossTrackError
public WaypointController(UavExecution execution)
execution
- UavExecution instancepublic void computeControls()
computeControls
in class UavController