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
DEV-922 Update API_00008 CAL expectations for the gen-2 default alignment
The four CAL regression-lock assertions in test001 still expected
identity alignment and fail against the upstreamed gen-2 defaults:
calibrated accel/gyro X/Y/Z now come from raw Y/Z/X.
Recompute the literals for the applied alignment, extend the lock to
all three axes of accel and gyro, and add mag CAL assertions so the
667 LSB/Gauss sensitivity and the left-handed mag alignment (X/Z/Y)
are pinned at the data level for the first time.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WaUPkLZVnndWPEixyHcbVy
Copy file name to clipboardExpand all lines: ShimmerDriver/src/test/java/com/shimmerresearch/verisense/API_00008_VerisenseLsm6dsvTaggedFifoParsing.java
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -143,11 +143,19 @@ public void test001_accelGyroMagInterleaved() throws Exception {
143
143
// LITERAL expected values (the gyro sensitivity was ~12.8% wrong before the
144
144
// DEV-793 round-2 review fix; deriving the expectation from the class
145
145
// constants would defeat the lock). Defaults: accel +/-4 g = 835.3517
0 commit comments