Beat Küng

Results 217 comments of Beat Küng

> It would be quite helpful to do this with flight review as well. The attached status could be the search by commit page. https://review.px4.io/browse?search=dc6245 Sounds good. Do you want...

@mrpollo we have that: https://github.com/PX4/flight_review/blob/master/tornado_handlers/db_info_json.py. It can be used for automated log downloads (or only the metadata if needed).

Hi Feel free to suggest any changes you'd like to see via PR. Personally I don't use docker for this.

You need to make sure the websockets get through. You can try this: `./serve.py --address=127.0.0.1 --port=5006 --allow-websocket-origin='*' --use-xheaders`

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. Can you create...

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. We can...

> @bkueng Were I to revive this, is the situation changed? Do you still share the concern about adding more plots? Yes, there are several options, including a separate page,...

You can test if it works locally: ``` pip install pyulog ulog_info log_43_2021-6-5-16-13-40.ulg ```

I agree it is a nice feature. Requires some work both on the UI and backend though. As usual: PR's are welcome.

We can remove the version, that should be fine, I've seen such problems as well. scipy is mainly used for the spectrogram plots.