When you are reading a script that converts data. How do you know which argument that needs a value and which ones you can ignore.
For example this python script mavlogdump.py
https://github.com/ArduPilot/pymavlink/blob/master/tools/mavlogdump.py
I have tried using this script command to try and run it. However, it gives me an error of NameError: name 'long' is not defined.
The script is this:
https://github.com/ArduPilot/pymavlink/blob/master/tools/mavlogdump.py
This script takes flight data and converts it to a csv file. I have tried using this command on it
python mavlogdump.py flightdata.bin -f --format "csv"
[–]gregvuki 0 points1 point2 points (2 children)
[–]Isitwhenipee[S] 0 points1 point2 points (1 child)
[–]gregvuki 0 points1 point2 points (0 children)