Beat Küng

Results 217 comments of Beat Küng

Can you do it and create a pull request? Alternatively send me a log?

I added the Height Rate in https://github.com/PX4/flight_review/commit/6ebb1a59762ee0d30f596d2317f7140730179bcc: ![bokeh_plot](https://user-images.githubusercontent.com/281593/63914917-f3dd7d80-ca34-11e9-9e34-8f664aea9ef6.png)

I agree this would be very useful. However the best way to do that and to avoid arbitrary edits is to have user logins, which is a bigger topic.

Hi The (raw) mission file is not stored in the ULog, so this would need to be added there first.

I already thought about this, but have not found a good & simple user experience for that. While fixed linked axis are [relatively simple](https://bokeh.pydata.org/en/latest/docs/user_guide/interaction/linking.html), it's more effort to change them...

Hi. Can you provide the log file? You can also PM me if you prefer.

Yes. But first try again to upload again, there was actually an issue on the server.

- I'd rather use the FIFO topics to show unfiltered FFT's. That gives much higher frequencies and is already there: https://github.com/PX4/flight_review/blob/724102d869e95c4538afcc169333ef41886c7b0e/plot_app/configured_plots.py#L629. - I think a separate FFT for the D-term...

You'll have to use master for the fifo topics, and add them to the log - it's a bit more involved as logging rate becomes exceedingly high, and I'll have...

You can use the `--address` argument, and you probably also have to pass `--allow-websocket-origin=*`.