Skip to content

Commit

Permalink
bump submodules and disable safety replay for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewb1 committed Jul 17, 2023
1 parent e32e39c commit cfa795e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"

ENV PANDA_PATH=/tmp/openpilot/panda
ENV OPENPILOT_REF="b69d18ea3206a24e8bba96dde4ab91a4a282e496"
ENV OPENDBC_REF="236359cf63c3caaf8e02b972c452aabac416662a"
ENV OPENPILOT_REF="70b2a5220f1d7624a2f6a4dedc6776a49f1095ef"
ENV OPENDBC_REF="b03468a714da2eb8ef83f07a373f3f1514491cad"

COPY requirements.txt /tmp/
RUN pyenv install 3.11.4 && \
Expand Down
5 changes: 3 additions & 2 deletions tests/safety_replay/test_safety_replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
ReplayRoute("0744286ead2fbb96|2023-05-01--16-27-01--35--rlog.bz2", Panda.SAFETY_SUBARU), # SUBARU.IMPREZA
ReplayRoute("bad6ae3584ece5b5|2023-04-29--11-23-48--7--rlog.bz2", Panda.SAFETY_SUBARU, # SUBARU.OUTBACK
Panda.FLAG_SUBARU_GEN2, ALT_EXP.DISABLE_DISENGAGE_ON_GAS),
ReplayRoute("7fd1e4f3a33c1673|2022-12-04--15-09-53--4--rlog.bz2", Panda.SAFETY_SUBARU, # SUBARU.FORESTER_2022
Panda.FLAG_SUBARU_GEN3),
# TODO: need a route without sng from martinl
#ReplayRoute("7fd1e4f3a33c1673|2022-12-04--15-09-53--4--rlog.bz2", Panda.SAFETY_SUBARU, # SUBARU.FORESTER_2022
# Panda.FLAG_SUBARU_GEN3),
ReplayRoute("76b83eb0245de90e|2020-03-05--19-16-05.bz2", Panda.SAFETY_VOLKSWAGEN_MQB), # VOLKSWAGEN.GOLF (stock ACC)
ReplayRoute("3cfdec54aa035f3f|2022-10-13--14-58-58.bz2", Panda.SAFETY_VOLKSWAGEN_MQB, # VOLKSWAGEN.GOLF (openpilot long)
Panda.FLAG_VOLKSWAGEN_LONG_CONTROL),
Expand Down

0 comments on commit cfa795e

Please sign in to comment.