ranguli / dhc6

Simulation of the DHC-6-300 Twin Otter for the Flight Gear flight simulator.
3 stars 2 forks source link

Aircraft can takeoff with tiedowns still attached #30

Open ranguli opened 1 month ago

ranguli commented 1 month ago

To reproduce, autostart the aircraft. While the plane is stationary, add one or more tiedowns. Take-off normally and observe the tiedowns are still visible. The tiedowns should be disappear in this situation, and the user should probably be presented with a warning indicating that the tiedowns were not removed, and that they snapped.

image

dg-505 commented 1 month ago

Reason for this is that, in the current implementation, if at least one tiedown or chock is placed, the parking brake is set to ON. And with the parking brake set, the engines still can accelerate the plane (so it's a combination of an oversimplified implementation and a FDM bug)