hr0nix / BlueSkies

A simple canopy landing simulator
http://hr0nix.github.io/BlueSkies/
MIT License
13 stars 5 forks source link

The landing pattern is not continuous wrt wind speed #12

Open ilyapoz opened 10 years ago

ilyapoz commented 10 years ago

The landing pattern changes dramatically when the wind crosses the canopy full drive speed.

ilyapoz commented 10 years ago

When the wind speed approaches 10 m/s from below, the pattern appears like run-run-run-turn 180-wait-wait-wait-wait-for-it-land. Maybe we should change to some face-into-the-wind mode a bit earlier than 10 m/s.

ilyapoz commented 10 years ago

Might be a non-issue because those speeds are on the edge of the canopy possibilities anyway.

ilyapoz commented 10 years ago

I think this: it has to be non-continuous due to the fact that there is indeed a moment where we have to switch to "not showing our back to the wind" strategy. And this will inevitably bring the 300m point closer to the target.

ilyapoz commented 10 years ago

However, if we introduce more involved landing strategies, for example, holding in deeper brakes facing into the wind on the downwind leg, we can make this continuous.