The current axis convention from the IMU is using is Y+ faces forward, X+ to the right and Z+ faces up. X+ on the Nano 33 faces the USB port, Z+ is away from the chips. This is not a standard convention. Propose switching to NED.
https://en.wikipedia.org/wiki/Axes_conventions
To prevent too much confusion when updating, the firmware should add saving the current version into flash going forward. Default to zero if not found. If version less < xx, apply necessary rotations to make the output NED.
The current axis convention from the IMU is using is Y+ faces forward, X+ to the right and Z+ faces up. X+ on the Nano 33 faces the USB port, Z+ is away from the chips. This is not a standard convention. Propose switching to NED.
https://en.wikipedia.org/wiki/Axes_conventions
To prevent too much confusion when updating, the firmware should add saving the current version into flash going forward. Default to zero if not found. If version less < xx, apply necessary rotations to make the output NED.