You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this command: mavlogdump.py --types=BAT,BARO --format=csv L1.BIN > L1.csv
But it only generates a csv of the first type mentioned.
The code mentions: types of messages (comma separated with wildcard)
but I am not sure if it works or if I am typing it wrong.
The text was updated successfully, but these errors were encountered:
@anshulsood-02 you cn only dump from one message type when generating a CSV.
We could probably come up with a rule on when to emit a CSV line, but we don't have one ATM. You don't want to emit for every (e.g.) BAT and BARO line, for example. Most sensible would probably emit any time you've seen all message types and get an instance of the first message, or something along those lines.
I am trying to use this command:
mavlogdump.py --types=BAT,BARO --format=csv L1.BIN > L1.csv
But it only generates a csv of the first type mentioned.
The code mentions: types of messages (comma separated with wildcard)
but I am not sure if it works or if I am typing it wrong.
The text was updated successfully, but these errors were encountered: