PX4 / pyulog

Python module & scripts for ULog files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Python script instead of command line to parse ulog files

emmaemmstein opened this issue · comments

I want to be able to parse .ulg files using python script instead of a command line, how do I go about that? I'm used to using python script instead of command prompt in developing and running my code. I have tried a number of things but not getting it, please let me know what to do.

If you have pyulog installed, you can just use it as any other python package - from pyulog import ULog ...

Thank you @bkueng I finally got it.