Engine: Fix overwrite of cmd-norm
This commit is contained in:
parent
5943e3b935
commit
a8765ac679
2 changed files with 2 additions and 4 deletions
|
@ -1686,14 +1686,12 @@
|
||||||
<lag_filter name="fcs/throttle1">
|
<lag_filter name="fcs/throttle1">
|
||||||
<input>/controls/engines/engine[0]/throttle-output</input>
|
<input>/controls/engines/engine[0]/throttle-output</input>
|
||||||
<c1>0.95</c1>
|
<c1>0.95</c1>
|
||||||
<output>fcs/throttle-cmd-norm</output>
|
<output>fcs/throttle-pos-norm[0]</output>
|
||||||
<output>fcs/throttle-pos-norm</output>
|
|
||||||
</lag_filter>
|
</lag_filter>
|
||||||
|
|
||||||
<lag_filter name="fcs/throttle2">
|
<lag_filter name="fcs/throttle2">
|
||||||
<input>/controls/engines/engine[1]/throttle-output</input>
|
<input>/controls/engines/engine[1]/throttle-output</input>
|
||||||
<c1>0.95</c1>
|
<c1>0.95</c1>
|
||||||
<output>fcs/throttle-cmd-norm[1]</output>
|
|
||||||
<output>fcs/throttle-pos-norm[1]</output>
|
<output>fcs/throttle-pos-norm[1]</output>
|
||||||
</lag_filter>
|
</lag_filter>
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4666
|
4667
|
Reference in a new issue