Create an engine XML file (e.g., piston.xml ) and reference it in your main aircraft file under .
<!-- Event: Reaching rotation speed --> <event name="Rotate"> <condition> property="/velocities/vc-kts" greater_than="65.0" </condition> <set property="fcs/elevator-cmd-norm" value="0.3" /> </event> </runscript>
metrics/sw-sqft is the wing surface area defined in your Metrics section ( The
Creating an autopilot system inside the tag using PID components to maintain a heading or altitude.
Create an engine XML file (e.g., piston.xml ) and reference it in your main aircraft file under .
<!-- Event: Reaching rotation speed --> <event name="Rotate"> <condition> property="/velocities/vc-kts" greater_than="65.0" </condition> <set property="fcs/elevator-cmd-norm" value="0.3" /> </event> </runscript>
metrics/sw-sqft is the wing surface area defined in your Metrics section ( The
Creating an autopilot system inside the tag using PID components to maintain a heading or altitude.