-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Feedback on new Toolbar Dropdown expanded pages #12405
Comments
So the feedback I am looking for is what is missing from these expanded pages. As well as what is there that shouldn't. And most importantly why? |
Hello, Taking a quick look at it, It would be nice to be able to display average single cell voltage as regardless of battery pack total voltage individual cell voltage stays the same. In addition to being able to display current draw. With the ability to actively monitor current draw would allow a operator to have an understanding of how hard the motors/batteries are working in regards to load. Under varying weather conditions amp draw can be used to estimate if flight times are shortened or extended at a quick glance, in addition to a better ability to fine tune cruising speed in relation power draw to actively manage flight efficiency. |
I like it, very nice and useful. |
Yeah, that is very doable. I'll add it. Where does throttle output come from mavlink. It's not available to be added to the instrument panel? |
Also keep in mind that all of the toolbar dropdowns have new expanded pages. Not just the battery example I posted above. |
Sorry the ThO is of course from datalogs. |
As for the other expandable panes: I love them - especially the failsafe options. Please consider making the "expansion arrow" more prominent - this deserves to be more accessible/easier to discover. |
Yeah, been meaning to do this forever. Royal PITA to hit it on my Herelink! |
On the cell voltage thing this is easily doable on PX4 since there is a standard vehicle param for cell count which is configured in Power setup. But on ArduPilot I can't seem to find the same sort of param to use. |
Yes, Ardupilot does not show cell count, and unless it senses the cell voltages, there is no proper way to know. basically assuming that about 3.2v ...4.35v is the working rage of each cell. I did not care much for LIHV, sp the numbers may need to be adjusted a little for that. |
@HTRamsey Normal or not? |
Yeah don't know what would cause that unless it's excessive linking or something. The linux builds on CI are slow because they have a very low cache hit rate, but the same build has very high cache hit rates on my desktop. Haven't figured that one out yet. |
I notice the same thing on my Mac. The CPUs are pegged only a minority of the time. |
A significant usability change in the 5.0 version QGC are the new toolbar dropdowns. They now have a section which can be expanded which can contain both application and vehicle settings associated with the indicator. The goal of this is to provide the user with access to settings which are of use to be changed possibly from one flight to the next or one mission to the next. As opposed to things like the full "Vehicle Setup" pages which mostly contains things which are of use when designing/creating a new vehicle. The expanded page also provides a link to the full "old school" vehicle setup page if needed.
What used to be called Vehicle Setup is now called "Vehicle Configuration". These are still the same as they were before but are not mainly meant to be used during vehicle build/design. And you can see from the example below the link back into the Power pages from Battery is done through the "Configure" button.
Also in this example the center "Low Battery Failsafe" section is firmware specific whereas the rest of the page is firmware agnostic.
Here is an example of the PX4 Battery Indicator with the pane expanded:
In it you can see the "Value - Percentage" setting as well as the battery coloring which are Application Settings. And below it you can see failsafe settings which are Vehicle Settings. To a vehicle user they don't care about the differentiation it just works.
And here is the same indicator for ArduPilot firmwares:

Keep in mind that altough the example above is battery all of the toolbar dropdowns have new expanded pages. I'm looking for feedback on all of them.
The text was updated successfully, but these errors were encountered: