pyulog icon indicating copy to clipboard operation
pyulog copied to clipboard

Python module & scripts for ULog files

Results 11 pyulog issues
Sort by recently updated
recently updated
newest added

I am trying to run `ulog_messages -h` got the follwoing error ``` Traceback (most recent call last): File "/home/mubashir/.local/bin/ulog_messages", line 11, in load_entry_point('pyulog', 'console_scripts', 'ulog_messages')() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 490, in...

## Description As the data type for saving the char in pyulog was np.int8, the topics that had fields with characters weren't able to get encoded (with error: pyulog struct.error:...

pyulog represents `char[x]` fields as `x` number of `str` fields. It seems less surprising to represent them all as one string instead of having to have a postprocess that concats...

Excuse me, I want to use ulog2csv on ubuntu18.04, but I don't know how to use it in code, would you please help me?

The sensor_gyro_fifo and sensor_accel_fifo messages in PX4 are hard to analyze due to the combined nature of the message. Each message can contain up to 32 datapoints with a dt...

A production ULog in Aviant failed comparison with the original ULog after write_ulog, which turned out to be because of messages arriving at different times and thus the timestamps weren't...

ulog_params only shows the list of parameters extracted from the ulog how to generate back the .params file accordingly? is it something doable?

The bool value needs to be python bool class. Otherwise, the serialization code will throw an exception.

Hi, I have been using your ULG2CSV to convert a drone's ULG file to CSV. However they apparently did something to their ULG files in latest drone update and ULG2CSV...

Allows you to cut any log and copies the header into, etc into the cut file. has a basic ui in tkinter. Since I’ve seen this asked for quite a...