Skip to content

Commit

Permalink
openpilot v0.9.5 release
Browse files Browse the repository at this point in the history
date: 2023-11-03T10:13:41
master commit: bf932c6
  • Loading branch information
Vehicle Researcher committed Nov 3, 2023
1 parent eff388b commit e02602e
Show file tree
Hide file tree
Showing 836 changed files with 32,710 additions and 24,101 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
venv/
.venv/
.ci_cache
.env
.clang-format
.DS_Store
Expand Down Expand Up @@ -46,6 +48,7 @@ selfdrive/mapd/default_speeds_by_region.json
system/proclogd/proclogd
selfdrive/ui/_ui
selfdrive/ui/translations/alerts_generated.h
selfdrive/ui/translations/tmp
selfdrive/test/longitudinal_maneuvers/out
selfdrive/car/tests/cars_dump
system/camerad/camerad
Expand All @@ -56,7 +59,6 @@ selfdrive/modeld/_dmonitoringmodeld
/src/

one
openpilot
notebooks
xx
yy
Expand All @@ -77,6 +79,7 @@ comma*.sh

selfdrive/modeld/thneed/compile
selfdrive/modeld/models/*.thneed
selfdrive/modeld/models/*.pkl

*.bz2

Expand All @@ -85,3 +88,4 @@ build/
!**/.gitkeep

poetry.toml
Pipfile
Loading

0 comments on commit e02602e

Please sign in to comment.