-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Plane: QRTL: add interactive return altitude graph #4899
base: master
Are you sure you want to change the base?
Conversation
ef3aa66
to
dc571ed
Compare
I should probably add that the feature that this shows is only in master ATM. |
looks good! I would put this on the future-wiki-changes.rst under the Plane site....I can help if you wish...also, is the gitignore change part of this, I think not, right?might tweak the size of the legend lines.... could we do one of these for the hybrid RTL also??? pretty please.... |
@Hwurzburg yeah, gitignore changes are unrelated, I just had a bunch of new stuff show up after a build. Yeah I can help with more, would be good to see if there is a way to make this more integrated, just including a bunch of HTML is not ideal, having said that this does seem to work..... I just wanted to see if it was possible to add interactive elements. |
I did a little reading, I think we could make it so you could insert the canvas like a image and then insert each param with user input box. You would then just need to write the custom javascript stuff to populate it. However to do that we would need to write a custom sphinx extension which I have never done, so it might not be worth it....., |
d5bb769
to
bf8c8f8
Compare
@IamPete1 I think the second graph is wrong....long FW return shoots for Q_RTL_ALT at 1.5X maxrad, then airbrakes in POS1, moves to POS2, then decends, correct? |
@Hwurzburg I have removed the sloped FW return, so now it looks like this: There is other stuff that will happen at larger radius's. It will climb up to RTL alt and then descend down again. But that all happens between 2 and 20 times the radius. This graph stops at 2 times the radius. I don't think we can show that on this graph without making the bit close to home very tiny. We could show that on a second graph of course. Or make the max display radius display configurable but default to as it is now. |
bf8c8f8
to
5655745
Compare
@IamPete1 lets get rid of anyting FW because what is shown is not accurate....lets just talk to what happens beyond 2X ...ie transition to FW and do a hybrid RTL |
@Hwurzburg FW is correct now more or less, once you start the transition it will hold altitude. So there might be a little wobble at the start but then it will maintain altitude. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets remove the FW line
@IamPete1 bump....if we get rid of the FW return line we could add this |
Adds a interactive graph that changes with user inputs to show return altitude.
Changing Q_RTL_ALT:

Someone who knows HTML better than I do could probably make it neater. Its possible there are more integrated ways to do this, I have just embeded HTML into the page and the script into the HTML.
I do think this could be quite a powerful way to show things. It also provides a graph that could be copied into a operations manual.