Commit 51f7d2f
committed
fix: Remove overly restrictive frame validation that excluded early flight data
- Changed validation from 'time > 1000 && loop > 100' to 'time > 0 && (loop > 0 || time > 1000)'
- blackbox_decode includes frames from loop iteration 0, RUST parser was incorrectly filtering them
- Fixes ~32ms of missing early flight data that caused PNG visualization differences
- Now includes same baseline data as blackbox_decode reference implementation
- Row count increased from 375184 to 375248 (better data coverage than blackbox_decode)1 parent b1da48d commit 51f7d2f
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1432 | 1432 | | |
1433 | 1433 | | |
1434 | 1434 | | |
1435 | | - | |
1436 | | - | |
1437 | | - | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
1438 | 1438 | | |
1439 | 1439 | | |
1440 | 1440 | | |
| |||
1537 | 1537 | | |
1538 | 1538 | | |
1539 | 1539 | | |
1540 | | - | |
1541 | | - | |
1542 | | - | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
1543 | 1543 | | |
1544 | 1544 | | |
1545 | 1545 | | |
| |||
0 commit comments