Skip to content

Commit 5bde16f

Browse files
authored
Rivian in release (#34700)
* bump * bump * fix * bump * fix footnotes * bump * docs * add rivian to proc replay * update
1 parent 7c904e7 commit 5bde16f

File tree

6 files changed

+78
-69
lines changed

6 files changed

+78
-69
lines changed

docs/CARS.md

+72-65
Large diffs are not rendered by default.

panda

selfdrive/car/CARS_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A supported vehicle is one that just works when you install a comma device. All
2323

2424
### Footnotes
2525
{% for footnote in footnotes %}
26-
<sup>{{loop.index}}</sup>{{footnote}} <br />
26+
<sup>{{loop.index}}</sup>{{footnote | replace('</br>', '')}} <br />
2727
{% endfor %}
2828

2929
## Community Maintained Cars
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
de26b15691d9b5769fcf167fb8630320c455a770
1+
fab469a6d651df3e17ac018f41b8d2a806d6146a

selfdrive/test/process_replay/test_processes.py

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
("VOLKSWAGEN", "de9592456ad7d144|2021-06-29--11-00-15--6"), # VOLKSWAGEN.VOLKSWAGEN_GOLF
3535
("MAZDA", "bd6a637565e91581|2021-10-30--15-14-53--4"), # MAZDA.MAZDA_CX9_2021
3636
("FORD", "54827bf84c38b14f|2023-01-26--21-59-07--4"), # FORD.FORD_BRONCO_SPORT_MK1
37+
("RIVIAN", "bc095dc92e101734|000000db--ee9fe46e57--1"), # RIVIAN.RIVIAN_R1_GEN1
3738

3839
# Enable when port is tested and dashcamOnly is no longer set
3940
#("VOLKSWAGEN2", "3cfdec54aa035f3f|2022-07-19--23-45-10--2"), # VOLKSWAGEN.VOLKSWAGEN_PASSAT_NMS
@@ -57,6 +58,7 @@
5758
("VOLKSWAGEN", "regenED976DEB757|2024-08-30--03-18-02--0"),
5859
("MAZDA", "regenACF84CCF482|2024-08-30--03-21-55--0"),
5960
("FORD", "regen756F8230C21|2024-11-07--00-08-24--0"),
61+
("RIVIAN", "bc095dc92e101734|000000db--ee9fe46e57--1"),
6062
]
6163

6264
# dashcamOnly makes don't need to be tested until a full port is done

0 commit comments

Comments
 (0)