Commit 74119a1
DEV-922 Write mag driver-form alignment as a literal (Copilot review)
matrixInverse3x3 on the mag applied matrix (determinant -1) stamps -0.0
into all six zero entries, which survives serialization and fails
Arrays.deepEquals against 0.0. The matrix is its own inverse, so write
the driver-form literal directly; ASM_PC_00032 guards that it really is
the inverse of the applied form. The accel/gyro inverse (det +1)
computes canonical 0.0 entries and stays derived.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent fea5a79 commit 74119a1
1 file changed
Lines changed: 7 additions & 2 deletions
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
266 | 271 | | |
267 | 272 | | |
268 | 273 | | |
| |||
0 commit comments