Rescue: small update to filp vehicle: removed speed restriction, and reset vehicle speed to 0

This commit is contained in:
Sidi Liang 2020-03-11 00:08:10 +08:00
parent 4a5a5a45c0
commit c32a86dd62
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
1 changed files with 7 additions and 2 deletions

View File

@ -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>