Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
Added Damped oscillation filter
(Added Damped oscillation filter)
Line 727: Line 727:
   <output>autopilot/internal/pressure-rate</output>
   <output>autopilot/internal/pressure-rate</output>
   <filter-time>1.0</filter-time>
   <filter-time>1.0</filter-time>
</filter>
</syntaxhighlight>
=== Damped oscillation filter ===
Integrates x" + ax' + bx + c = 0
<syntaxhighlight lang="xml">
<filter>
  <type>damped-oscillation</type>
  <input>systems/get</input>
  <a>1</a>
  <b>2</b>
  <c>3</c>
  <output>autopilot/internal/oscillation</output>
</filter>
</filter>
</syntaxhighlight>
</syntaxhighlight>
574

edits

Navigation menu