1
0
Fork 0

Control: Generic AP now drives locks/passive (thanks polly!)

This commit is contained in:
Josh Davidson 2022-11-08 11:33:09 -05:00 committed by Stuart Buchanan
parent 9e6bb54bca
commit b9b496d33b

View file

@ -199,6 +199,19 @@ pitch-limit-min
<output>/autopilot/internal/throttle-active</output> <output>/autopilot/internal/throttle-active</output>
</logic> </logic>
<logic> <!-- Manage passive lock (used by controls.nas) -->
<input>
<not>
<or>
<property>/autopilot/internal/pitch-active</property>
<property>/autopilot/internal/roll-active</property>
<property>/autopilot/internal/throttle-active</property>
</or>
</not>
</input>
<output>/autopilot/locks/passive-mode</output>
</logic>
<filter> <!-- Bank limit computer --> <filter> <!-- Bank limit computer -->
<name>Bank Angle Max</name> <name>Bank Angle Max</name>
<type>gain</type> <type>gain</type>