PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
193 stars 190 forks source link

Question/Issue about Motor Outputs #248

Closed danielhonies closed 1 year ago

danielhonies commented 1 year ago

I have a VTOL with 10 Motors, 8 upwards, two forwards. Flight review only shows the first eight motor pwm outputs (all upwards and connected to main). Why are the other two not shown? is this an issue or expexted behaviour?

bkueng commented 1 year ago

Hi Yes flight review sets the maxmimum to 8: https://github.com/PX4/flight_review/blob/main/app/plot_app/configured_plots.py#L577 I increased it in https://github.com/PX4/flight_review/commit/1640644404f7bee5982abee305c3e5bcffa0f7af.