1
0
Fork 0
flightgear/src/Autopilot
mfranz 7d5c5e4aaf Roy Vegard OVESEN & Lee ELLIOT:
Lee has added two new filter types, "gain" and "reciprocal". These filters can
read their gain factor from a property. In the process we also added minimum
and maximum output clamps that are applicable to all filters.

I added the ability to configure adaptive controllers i.e. the controller gain
can be tied to a property, so that it can be changed at runtime. This
requires a change in the xml structure of the autopilot configuration file:

<Kp>
  <prop>/autopilot/KAP140/settings/ROL/Kp</prop>
  <value>0.10</value>
</Kp>        <!-- proportional gain -->

The old method <Kp>0.10</Kp> still works so as to not break all existing
autopilots, but it will output a warning to use the new method.
2008-02-17 09:44:03 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am - move auto_gui's addWaypoint to routemgr.cxx 2006-05-08 14:35:29 +00:00
route_mgr.cxx fix data type (no wonder that this crashes on 64 bit systems :-) 2006-05-14 11:14:49 +00:00
route_mgr.hxx - remove listener first in the destructor 2006-05-12 15:37:25 +00:00
xmlauto.cxx Roy Vegard OVESEN & Lee ELLIOT: 2008-02-17 09:44:03 +00:00
xmlauto.hxx Roy Vegard OVESEN & Lee ELLIOT: 2008-02-17 09:44:03 +00:00