Wingflexer: Difference between revisions

Jump to navigation Jump to search
316 bytes removed ,  31 January 2023
m
make wingflexer run as <autopilot> instead of <property-rule>, and remove comment about instability (which suggests just that).
m (make wingflexer run as <autopilot> instead of <property-rule>, and remove comment about instability (which suggests just that).)
 
Line 161: Line 161:
<systems>
<systems>
   <wingflexer include="Systems/wingflexer-params.xml"/>
   <wingflexer include="Systems/wingflexer-params.xml"/>
   <property-rule n="100">
   <autopilot>
     <name>wing flexer property rule</name>
     <name>wing flexer property rule</name>
     <path>Aircraft/Generic/wingflexer.xml</path>
     <path>Aircraft/Generic/wingflexer.xml</path>
   </property-rule>
   </autopilot>
</systems>
</systems>
</syntaxhighlight>
</syntaxhighlight>
Line 205: Line 205:
</expression>
</expression>
</syntaxhighlight>
</syntaxhighlight>
== Instability ==
If the pilot has low framerate, wingflexer can in some configurations become unstable and do uncontrollable oscillations.
If you have that issue it can help to load wingflexer as an autopilot module instead of property-rule. This will make it run at FDM rate instead of framerate.


== Implementation details ==
== Implementation details ==
153

edits

Navigation menu