IMU Batch Sampling: does it log one sensor per time slot?

I am looking for a way to use ArduPilot logs in video stabilization using GyroFlow.

For the time being I thought that IMU Batch Sampling is the way to go, as it can log the sensor values at a high enough rate. However, I have found an issue with that, which I believe I cannot easily overcome.

Does IMU Batch Sampling log only accel for ~1s, then only gyro for the next ~1s, then again only accel and so on? If my log analysis is right and it really does it this way, is there an easy way to fix that?

Well, since I am not allowed to just delete this post, I rather mention here that 4.2+ firmware has a VideoStabilization log option. GyroFlow has some support for ArduPilot logs in its 0.3.0-dev branch, and will hopefully support them soon in its 1.0 branch.

Did you ever figure out how to use it? I checked off the box under the video stabilization option for logging but I don’t see the log files being created. Is it within the .bin file? Do the other boxes need to be checked off as well such as IMU or ATT fast?

The bit 20 “VideoStabilization” does not create any additional logs. It puts all the necessary data to the main log. GyroFlow knows how to read it, so you just show the *.bin file to it.

The other bits are not related to it in any way, and may be safely switched off if you wish.

Correction: the old GyroFlow 0.3.0 did know how to read *.bin files, but the new one 1.0.0-rcX does not know. I am still looking for a good solution to use the new GyroFlow, since the apparently obvious conversion from bin to log by Mission Planner seems to produce unreadable files.

Did not spot you were trying to use Gyroflow. AP logs are supported in the latest dev build.

Firstly you need to be on AP 4.2 +, select VideoStabilization in your LOG_BITMASK.

Get a log and convert it to .log using mission planner. (We lost the support for the native .bin format in the v0 to v1 move to rust)

Use Gyroflow latest. Release v1.0.0-rc5 · gyroflow/gyroflow · GitHub

Should all work…

Please report back, once its confirmed working we will add instructions to the AP wiki.

The latest build, 1.0.0-rc5, gives me “Unsupported format error” for such a log.

I have tried generating it both by Mission Planner and APMPlanner2, in both cases Gyroflow did not understand me. VSTB entries are generated, and I can visually confirm, by examining the contents of the *.log file, that they are here.

EDIT: the BIN file and the LOG file.

hum. It works on my local build. Looks like a versioning issue with the telemetry parser sub module. I will see if I can work it out.

Investigated slightly further, it worked for abit but then got broken again before the latest release went live. Were really not having any luck getting AP support working…

The good news is that the AP side is working fine, so you can save up all your logs for when Gryoflow is fixed. If your feeling slightly more intrepid you can also build Gryroflow locally and point it at a older commit of the telem parser and it works just fine.

I also noticed that Gyroflow’s website front page removed Ardrupilot (*.log) as supported formate in the last few days.

After reviewing @MaxBuzz log file I realized my logs are not generating the VSTB entries even though I have it enabled.

I’m running 4.1.7 on a Ombnibus Nano V6 without a GPS. I’m wondering if not having a GPS is the reason for VSTB not working? Link to my log:
https://drive.google.com/file/d/1M_Lu-eeOY67BNM7K12iueBpxlgOBwlxM/view?usp=sharing

VSTB is generated only by ArduPilot 4.2+. You need to install the beta version.

That was it. Thank you!

I’ve tried version 4.2.0 beta3 and 4.3.0 dev, but I’m NOT getting the VSTB option. Hardware is an Omnibus F4 Pro

Any suggesions?

Just in case - VSTB is not a config parameter. VSTB is the name of the log entry, e.g. you may see them in a log analysis tool.

To enable those, set bit 20 of the LOG_BITMASK config parameter. The name of bit 20 is “VideoStabilization”.

  • If your mission planning software supports setting separate bits, you will be able to get/set it under this name (see the screenshot few comments above).
  • If not, go to the full parameter list, take your current value of LOG_BITMASK, add 1048576 (which is 2^20) and write it back. Here I assume you have not enabled it previously; the more correct modification procedure is, of course, to perform a bitwise OR with 2^20.

Regarding hardware, I don’t know whether the presence of this feature is hardware-dependent, but based on what I have seen on some occasions, it is not.

Max, thanks. I think I understand that, but this is what opens, when I click the bitmask parameter:

Oh, wait… Do I need to update Mission Planner as well? Some weeks ago I since updated on this PC…

I believe yes, MP has these meanings compiled-in. If it is old enough, it just does not know what bit 20 is.

YES-YES-YES :smiley: That did it. Thanks a lot!!

Hi GyroFlow is a interesting option for video stabilization. Is this log with this “VideoStabilization” option will be useful even when camera is on separate gimbal with hardware vibration dumper or @MaxBuzz or others are creating vibration logger based on ardupilot hardware ?