Rescue: small update to filp vehicle: removed speed restriction, and reset vehicle speed to 0
This commit is contained in:
parent
4a5a5a45c0
commit
c32a86dd62
|
@ -300,10 +300,10 @@
|
|||
<not>
|
||||
<property>/sim/freeze/replay-state</property>
|
||||
</not>
|
||||
<less-than>
|
||||
<!--<less-than>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>1.0</value>
|
||||
</less-than>
|
||||
</less-than>-->
|
||||
</and>
|
||||
</enable>
|
||||
<binding>
|
||||
|
@ -311,6 +311,11 @@
|
|||
<property>/orientation/roll-deg</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<button>
|
||||
|
|
Loading…
Reference in New Issue