Closed keenanjohnson closed 6 years ago
The "data" object doesn't appear to have an object for the esc_status_0 topic, even though I can see it in the flightplot desktop app.
Do I need to add that topic to another subscription list somewhere?
Yes you need to add the topic here: https://github.com/PX4/flight_review/blob/master/plot_app/helper.py#L296
Got it. Thank you very much!
Hello there.
I'm attempting to add a custom plot to a local instance of this application.
I simply added this section of code to configured_plots.py file, but it doesn't seem to have added the plot.
Does anyone know what I am missing?