-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Landing and Take Off distance #5
Comments
Ugh, this is tougher than it looks like :) |
Thanks for replying :) If it has the same complexity that it does in x-plane, I know that it is not straight forward. I gave that a go a while back, but quickly realised it would take more time and dedication that I was willing to offer. |
I'm guessing in the landing challenges they have the gps coordinates of the target and calculate distanced from the impact point GPS coordintates to that? |
Yeah. If there was a way to get the GPS of all the runway thresholds and directions in MSFS, it could be done as in the landing challenge. Also the landing rate - still didn't figure out what they do there exactly, that's why it differs seemingly randomly from this tool. |
I want to do this in the next bigger update if we don't end up with loads of bugs. The problem is of course when someone just turns to the taxiway without stopping or does a rolling takeoff. I don't want to involve at all the runway/taxiway, even if I could read it since I want also to do this also for the bush landings. |
The simplest would be to replicate the "rule" that the official landing challenges seem to use ie: you need to come to a stop before being scored. Put a timer on it as well, so it's stop for at least 1 second, for example. So you need to power down, brake, stop, then wait...bingo...score. Ditto for takeoffs. only score standing starts not rolling. Rolling are a special use case anyway. |
This is how it's done, but then this needs to be a feature you enable when you want to use, as you don't want to record this in many cases, for many users that don't do it like that. The best idea I have until now is to measure the distance all the time, from the point of last acceleration to the point of deceleration and vice-versa, and then to take the last when the wheels leave the ground as takeoff roll, and first after the touchdown as landing roll. This comes with another caveat though. One can easily trick this - on a takeoff roll, you tap the breaks and continue, and you have a much shorter takeoff roll. Same on landing, with an acceleration. That's why I don't like it. |
Are you talking about having it always on? I thought the use case for it was just for training, so there would be an identified start/stop behavior to trigger. If you want it to be "always on" then yes, it needs some heuristics to be a little smarter in order to detect when to calculate the results. But you have to wary of edge cases, such as bouncing on landing/takeoff. |
OK, wasn't thinking about an optional feature. Will definitely consider it like that. |
Well, the key here is it's for STOL competitions not general use. In that case it should be easy to constrain the start/stop and trigger conditions for measuring as it's a "drumroll" STOL competition or landing challenge you are competing in. So to do so you need to conform to the rules. It's a training/competition aid. I would develop it for tightly rule constrained use cases like this first, then consider how it could be widened to a general "always on" tool that gives you general takeoff/landing feedback. |
I know this, but should this be a part of general landing monitor app, or maybe a separate, landing challenge one? |
Will be done in some of the next updates, found a way how to do it. |
Awesome. How so? |
once you get a landing clearance from in game atc (or assign your self to an uncontrolled runway), one can read out some of the runway parameters, which you can use then to detect getting in or out from the runway. |
It seems a bit constrained (ie: no bush strips), but if you pitch it as a training tool for working on your landing skill at controlled runways (eg Sonora etc) then should be ok. Just need to be very clear about what it's for and why. |
I would love to see this feature happening (I use VoiceAttack to deal with ATC at least w/o having to use M/KB by the way). Is this still in the works? Anyway, great addition to the sim as it is. |
Nice plugin! I would like to put in a request to also measure landing and take off distance. Would be great for STOL competitions :)
The text was updated successfully, but these errors were encountered: