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
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 and scale.
I propose we create a script to take a log, unroll the fifo messages, and save a new log file with the additional unrolled messages.
It appears this is not possible in PlotJuggler with just LUA scripting.
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 and scale.
I propose we create a script to take a log, unroll the fifo messages, and save a new log file with the additional unrolled messages.
It appears this is not possible in PlotJuggler with just LUA scripting.
@dagar
The text was updated successfully, but these errors were encountered: