Skip to content
Snippets Groups Projects
Commit bc980b34 authored by Philémon Prévot's avatar Philémon Prévot
Browse files

Correct not moving frame index when reading imu data

parent 464b75f3
No related branches found
No related tags found
1 merge request!2HighBlueParser dev branch merged to empty main branch
......@@ -254,7 +254,7 @@ void IMUFileWriter::write(uint8_t *sample, size_t size, uint8_t *imu_data) {
break;
}
}
//
imu_data_cur += frame_size;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment