Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
Line 15: Line 15:
     </controls>
     </controls>
   </params>
   </params>
    
   &lt;-- Place your components here --&gt;
  &lt;--
  <filter>
    <name>Myfilter</name>
    <input>/foo</input>
    <output>/bar</output>
  </filter>
  --&gt;
  </PropertyList>
  </PropertyList>
Note: Using aliased property names is good style and makes the configuration file more readable. For complex autopilot systems spread over multiple autopilot configuration files, the params section may be included from an external file using <tt><params include="my-params.xml"/></tt> to avoid duplication of code.
Note: Using aliased property names is good style and makes the configuration file more readable. For complex autopilot systems spread over multiple autopilot configuration files, the params section may be included from an external file using <tt><params include="my-params.xml"/></tt> to avoid duplication of code.

Navigation menu