Commit a1f289f
Add projection utility and improve standard plots (#21)
* Add bool to apply the proj information right after loding
* Add functionality to plot function
* Use better marker (rectangle) for traffic lights
* Formatting
* Check if the recording has a projection defined
* Change to OP version 0.2.2
* Set apply_proj parameter to false in specific examples
* Set apply_proj to False
* Add execution count to metadata to pass pipeline
* Remove old if statement
---------
Co-authored-by: kallenberg <oliver.kallenberg@ika.rwth-aachen.de>1 parent 814a022 commit a1f289f
File tree
4 files changed
+50
-14
lines changed- docs/notebooks
- omega_prime
4 files changed
+50
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
| 587 | + | |
587 | 588 | | |
588 | 589 | | |
589 | 590 | | |
| |||
594 | 595 | | |
595 | 596 | | |
596 | 597 | | |
| 598 | + | |
597 | 599 | | |
598 | 600 | | |
599 | 601 | | |
| |||
624 | 626 | | |
625 | 627 | | |
626 | 628 | | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
627 | 635 | | |
628 | 636 | | |
629 | 637 | | |
| |||
824 | 832 | | |
825 | 833 | | |
826 | 834 | | |
827 | | - | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
828 | 854 | | |
829 | 855 | | |
830 | 856 | | |
831 | 857 | | |
832 | 858 | | |
833 | 859 | | |
834 | | - | |
| 860 | + | |
835 | 861 | | |
836 | 862 | | |
837 | | - | |
| 863 | + | |
838 | 864 | | |
839 | 865 | | |
840 | | - | |
| 866 | + | |
841 | 867 | | |
842 | 868 | | |
843 | 869 | | |
844 | 870 | | |
845 | | - | |
846 | | - | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
847 | 883 | | |
848 | | - | |
| 884 | + | |
849 | 885 | | |
850 | 886 | | |
851 | 887 | | |
| |||
866 | 902 | | |
867 | 903 | | |
868 | 904 | | |
869 | | - | |
| 905 | + | |
870 | 906 | | |
871 | 907 | | |
872 | 908 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments