Skip to content

Commit

Permalink
Rednose (#1503)
Browse files Browse the repository at this point in the history
* add rednose

* update rednose

* This compiles

* Add rednose to release

* cleanup

* Extract generated dir as argument

* Add constants.py to release

* Add rednose to dockerfile

* Fix that
  • Loading branch information
pd0wm authored May 14, 2020
1 parent d976233 commit 28bf5d1
Show file tree
Hide file tree
Showing 30 changed files with 184 additions and 1,638 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
path = cereal
url = ../../commaai/cereal.git

[submodule "rednose_repo"]
path = rednose_repo
url = ../../commaai/rednose.git
1 change: 1 addition & 0 deletions Dockerfile.openpilot
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ COPY ./common /tmp/openpilot/common
COPY ./opendbc /tmp/openpilot/opendbc
COPY ./cereal /tmp/openpilot/cereal
COPY ./panda /tmp/openpilot/panda
COPY ./rednose /tmp/openpilot/rednose
COPY ./selfdrive /tmp/openpilot/selfdrive

COPY SConstruct /tmp/openpilot/SConstruct
Expand Down
3 changes: 1 addition & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,11 @@ SConscript(['selfdrive/ui/SConscript'])
SConscript(['selfdrive/loggerd/SConscript'])

SConscript(['selfdrive/locationd/SConscript'])
SConscript(['selfdrive/locationd/kalman/SConscript'])
SConscript(['selfdrive/locationd/models/SConscript'])

if arch == "aarch64":
SConscript(['selfdrive/logcatd/SConscript'])
SConscript(['selfdrive/sensord/SConscript'])
SConscript(['selfdrive/clocksd/SConscript'])
else:
SConscript(['tools/lib/index_log/SConscript'])

1 change: 1 addition & 0 deletions rednose
1 change: 1 addition & 0 deletions rednose_repo
Submodule rednose_repo added at d3a79c
15 changes: 7 additions & 8 deletions release/files_common
Original file line number Diff line number Diff line change
Expand Up @@ -260,14 +260,11 @@ selfdrive/locationd/test/*.py

selfdrive/locationd/locationd.py
selfdrive/locationd/paramsd.py
selfdrive/locationd/kalman/.gitignore
selfdrive/locationd/kalman/__init__.py
selfdrive/locationd/kalman/README.md
selfdrive/locationd/kalman/SConscript
selfdrive/locationd/kalman/templates/*
selfdrive/locationd/kalman/helpers/*
selfdrive/locationd/kalman/models/live_kf.py
selfdrive/locationd/kalman/models/car_kf.py
selfdrive/locationd/models/.gitignore
selfdrive/locationd/models/SConscript
selfdrive/locationd/models/live_kf.py
selfdrive/locationd/models/car_kf.py
selfdrive/locationd/models/constants.py

selfdrive/locationd/calibrationd.py
selfdrive/locationd/calibration_helpers.py
Expand Down Expand Up @@ -427,3 +424,5 @@ installer/updater/Makefile

scripts/update_now.sh
scripts/stop_updater.sh

rednose/**
1 change: 0 additions & 1 deletion selfdrive/locationd/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ env.Program("ubloxd_test", [
"ublox_msg.cc",
"ubloxd_main.cc"],
LIBS=loc_libs)

52 changes: 0 additions & 52 deletions selfdrive/locationd/kalman/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions selfdrive/locationd/kalman/SConscript

This file was deleted.

208 changes: 0 additions & 208 deletions selfdrive/locationd/kalman/helpers/__init__.py

This file was deleted.

22 changes: 0 additions & 22 deletions selfdrive/locationd/kalman/helpers/chi2_lookup.py

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 28bf5d1

Please sign in to comment.