Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
Line 449: Line 449:


== Predictor <predict-simple> ==
== Predictor <predict-simple> ==
Estimates the future value for a given property based on its current (or averaged) rate of change.
Legal elements are:
{| class="prettytable"
!seconds
|the time to be estimated ahead
|-
!filter-gain
|Smoothing factor (0.0-1.0, 1.0=no smoothing)
|}
Example: compute estimated speed 5 seconds ahead
<predict-simple>
  <name>predicted air speed 5 seconds ahead</name>
  <debug>false</debug>
  <input>velocities/airspeed-kt</input>
  <output>autopilot/internal/airspeed-5-sec-ahead</output>
  <seconds>5.0</seconds>
  <filter-gain>0.1</filter-gain>
</predict-simple>


== Proposed extensions ==
== Proposed extensions ==
159

edits

Navigation menu