Hi!
I downloaded PX4 logs for Fixed Wing but didn’t specify the flight mode. Is there a way to filter the stabilized and manual flight modes out of the downloaded logs?
python3 "$flight_review_repo/app/download_logs.py" \
--mav-type "Fixed Wing" \
--flight-modes "Stabilized" "Manual" \
--max-num 2000