Commit 116b496
{BugFix} Rerun - fix send_columns ScalarBatch API deprecation
Summary:
Replace deprecated `rr.components.ScalarBatch()` with `rr.Scalars.columns()` in all `rr.send_columns()` calls in `aria_data_plotter.py`.
The Rerun SDK was upgraded to 0.26.2, which removed the `component_descriptor` attribute from `ScalarBatch`. The new API uses `rr.Scalars.columns(scalars=...)` instead of `columns=[rr.components.ScalarBatch(...)]`.
Affected locations:
- IMU bulk logging (6 calls for accel x/y/z and gyro x/y/z)
- Audio bulk logging (1 call for channel data)
Reviewed By: SeaOtocinclus
Differential Revision: D98747648
fbshipit-source-id: 8e4c2c7981a59f8dc16c46d8566f8708260f6d901 parent 2fea647 commit 116b496
1 file changed
Lines changed: 9 additions & 11 deletions
Lines changed: 9 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
| 695 | + | |
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
700 | | - | |
| 700 | + | |
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
| 705 | + | |
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
841 | 839 | | |
842 | 840 | | |
843 | 841 | | |
| |||
0 commit comments