Skip to content

AndersonRayner/ulgReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ulgReader

A MATLAB script for importing PX4 ulg files.

The code can process and import large ulg files in an order of seconds and captures log data, messages and header information.

Usage

Call ulgReader as you would any other function. If you don't specify an input file, a file browser will open where you cna select the file to import.

This code is best used in scripts such that

file = 'test.ulg';
fds = ulgReader(file);

Plotting

If you wish to plot all the imported fields (useful for debugging issues), you can optionally add

file = 'test.ulg';
fds = ulgReader(file,1);

and the code will automatically generate plots of all the data channels.

Bugs

Please submit Issues or PRs for any bugs you find. If a file is failing to import and you're creating an Issue, be sure to include a link to the file to help with debugging.

License

This work is distributed under the GNU GPLv3 license.

About

A MATLAB script for importing PX4 ulg files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages