isb_extract.py - unit and reading corrections
- The script isb_extract.py outputs the IMU values as integers (int divided by int = int) -> fixed
- My bin files have the us timestamps in the field TimeUS, not SampleUS -> should be verified by other people
SampleUS should be correct - it's the sample time rather than the time we stuck it into the log.
The float() changes look useful - could you put those in a separate PR, please?
The issue with SampleUS is that it is filled with zeros in my logs. 2022-07-07 14-55-55_batch_sample.zip Can we confirm that this is an error in my Ardupilot setup rather than a "new" way Ardupilot handles batch sampling?
@andyp1per your view?
SampleUS is correct
SampleUS is correct
Any idea why it is filled with zeros in the bin I attached?