-
Notifications
You must be signed in to change notification settings - Fork 198
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
UAVCAN ESC Data Plots #113
Comments
Could these values not get fed back to the general vehicle power which then is supported by flight review? |
Are you proposing summing the power? I think it is still quite helpful to see individual rotor data. |
That's true, summing up kills too much information. But a general ESC report topic for any ESCs that support feedback instead of one specialized to UAVCAN would still make sense. You thought about https://github.com/PX4/Firmware/blob/master/msg/esc_status.msg right? |
No I was referring to the actual ESC Current Draw data which is only reported by CAN bus esc. For example, something like the snippet below.
|
Perhaps we could only display that plot if the ESC type is CAN Bus? |
My main concern was adding another plot (it increases page load time). But since this topic only applies to tap_esc and uavcan drivers, I'm ok with it. |
Yeah I'll work on that and have a PR in a few days. |
Sounds very good, the only point I wanted to make is that it's not only CAN ESCs but also tap_esc and maybe others we don't know yet in the future. Thanks @keenanjohnson . |
Do you see any relatively easy options for scaling? For example something like sections that only load if you expand them or modes? There are lots of other things I'd like to be able to plot, but not if it burdons existing usage. |
I tried different things like expanding or click-to-load, but it did not work reliably. Either it was too much javascript for the browser or too much for bokeh. |
@bkueng Were I to revive this, is the situation changed? Do you still share the concern about adding more plots? I feel like RPM, Current would be the main ones, perhaps also online status but that one will be continuous line in 99.9% of the flights |
Yes, there are several options, including a separate page, click-to-load plots or using a different framework. |
Sounds good. I'll try to find the time to add an RPM plot then. |
It would be nice if this review tool showed the data coming back from UAVCAN ESCs.
At minimum it should be:
The text was updated successfully, but these errors were encountered: