2020-01-17 13:03:37 -08:00
|
|
|
.gitignore
|
|
|
|
|
LICENSE
|
2020-08-12 17:34:15 -07:00
|
|
|
launch_env.sh
|
2020-01-17 13:03:37 -08:00
|
|
|
launch_chffrplus.sh
|
2020-01-30 13:06:45 -08:00
|
|
|
launch_openpilot.sh
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2020-07-07 16:41:04 -07:00
|
|
|
Jenkinsfile
|
2020-07-03 19:12:05 -07:00
|
|
|
SConstruct
|
|
|
|
|
|
|
|
|
|
README.md
|
2020-01-17 13:03:37 -08:00
|
|
|
RELEASES.md
|
2021-10-28 15:14:37 +02:00
|
|
|
docs/CARS.md
|
|
|
|
|
docs/CONTRIBUTING.md
|
|
|
|
|
docs/INTEGRATION.md
|
|
|
|
|
docs/LIMITATIONS.md
|
2020-11-11 21:14:51 +01:00
|
|
|
site_scons/site_tools/cython.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
common/.gitignore
|
|
|
|
|
common/__init__.py
|
2020-08-24 16:56:29 +02:00
|
|
|
common/gpio.py
|
2020-01-17 13:03:37 -08:00
|
|
|
common/realtime.py
|
|
|
|
|
common/clock.pyx
|
|
|
|
|
common/timeout.py
|
|
|
|
|
common/ffi_wrapper.py
|
|
|
|
|
common/file_helpers.py
|
|
|
|
|
common/logging_extra.py
|
|
|
|
|
common/numpy_fast.py
|
2021-11-04 16:32:23 +01:00
|
|
|
common/markdown.py
|
2020-01-17 13:03:37 -08:00
|
|
|
common/params.py
|
2020-10-13 16:23:23 +02:00
|
|
|
common/params_pyx.pyx
|
2020-03-19 18:09:26 -07:00
|
|
|
common/xattr.py
|
2020-01-17 13:03:37 -08:00
|
|
|
common/profiler.py
|
|
|
|
|
common/basedir.py
|
2021-03-25 13:30:09 -07:00
|
|
|
common/dict_helpers.py
|
2020-01-17 13:03:37 -08:00
|
|
|
common/filter_simple.py
|
|
|
|
|
common/stat_live.py
|
|
|
|
|
common/spinner.py
|
2020-03-31 20:14:26 -07:00
|
|
|
common/text_window.py
|
2020-01-17 13:03:37 -08:00
|
|
|
common/SConscript
|
|
|
|
|
|
|
|
|
|
common/kalman/.gitignore
|
|
|
|
|
common/kalman/*
|
|
|
|
|
|
|
|
|
|
common/transformations/__init__.py
|
|
|
|
|
common/transformations/camera.py
|
|
|
|
|
common/transformations/model.py
|
2020-06-09 16:44:26 -07:00
|
|
|
|
|
|
|
|
common/transformations/SConscript
|
|
|
|
|
common/transformations/coordinates.py
|
|
|
|
|
common/transformations/coordinates.cc
|
|
|
|
|
common/transformations/coordinates.hpp
|
2020-01-17 13:03:37 -08:00
|
|
|
common/transformations/orientation.py
|
2020-06-09 16:44:26 -07:00
|
|
|
common/transformations/orientation.cc
|
|
|
|
|
common/transformations/orientation.hpp
|
|
|
|
|
common/transformations/transformations.pxd
|
|
|
|
|
common/transformations/transformations.pyx
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
common/api/__init__.py
|
|
|
|
|
|
|
|
|
|
models/supercombo.dlc
|
2020-01-30 19:12:44 -08:00
|
|
|
models/dmonitoring_model_q.dlc
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2021-07-28 19:38:00 -07:00
|
|
|
release/*
|
2020-07-07 14:17:09 -07:00
|
|
|
|
2021-10-27 14:14:43 -07:00
|
|
|
tools/lib/*
|
|
|
|
|
|
2021-09-10 17:43:28 -07:00
|
|
|
installer/updater/updater
|
|
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/version.py
|
|
|
|
|
|
|
|
|
|
selfdrive/__init__.py
|
|
|
|
|
selfdrive/config.py
|
|
|
|
|
selfdrive/crash.py
|
|
|
|
|
selfdrive/swaglog.py
|
|
|
|
|
selfdrive/logmessaged.py
|
|
|
|
|
selfdrive/tombstoned.py
|
|
|
|
|
selfdrive/pandad.py
|
|
|
|
|
selfdrive/updated.py
|
2020-09-17 15:49:14 -07:00
|
|
|
selfdrive/rtshield.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
selfdrive/athena/__init__.py
|
|
|
|
|
selfdrive/athena/athenad.py
|
|
|
|
|
selfdrive/athena/manage_athenad.py
|
2021-05-01 17:16:58 -07:00
|
|
|
selfdrive/athena/registration.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
selfdrive/boardd/.gitignore
|
|
|
|
|
selfdrive/boardd/SConscript
|
|
|
|
|
selfdrive/boardd/__init__.py
|
|
|
|
|
selfdrive/boardd/boardd.cc
|
|
|
|
|
selfdrive/boardd/boardd.py
|
|
|
|
|
selfdrive/boardd/boardd_api_impl.pyx
|
|
|
|
|
selfdrive/boardd/can_list_to_can_capnp.cc
|
2020-07-31 23:14:31 +02:00
|
|
|
selfdrive/boardd/panda.cc
|
|
|
|
|
selfdrive/boardd/panda.h
|
2020-08-13 10:10:50 +02:00
|
|
|
selfdrive/boardd/pigeon.cc
|
|
|
|
|
selfdrive/boardd/pigeon.h
|
2021-04-14 12:04:02 -07:00
|
|
|
selfdrive/boardd/set_time.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
selfdrive/car/__init__.py
|
|
|
|
|
selfdrive/car/car_helpers.py
|
|
|
|
|
selfdrive/car/fingerprints.py
|
|
|
|
|
selfdrive/car/interfaces.py
|
|
|
|
|
selfdrive/car/vin.py
|
2021-09-13 22:03:08 -07:00
|
|
|
selfdrive/car/disable_ecu.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/car/fw_versions.py
|
|
|
|
|
selfdrive/car/isotp_parallel_query.py
|
2020-06-08 14:24:14 -07:00
|
|
|
selfdrive/car/tests/__init__.py
|
|
|
|
|
selfdrive/car/tests/test_car_interfaces.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/car/chrysler/__init__.py
|
|
|
|
|
selfdrive/car/chrysler/carstate.py
|
|
|
|
|
selfdrive/car/chrysler/interface.py
|
|
|
|
|
selfdrive/car/chrysler/radar_interface.py
|
|
|
|
|
selfdrive/car/chrysler/values.py
|
|
|
|
|
selfdrive/car/chrysler/carcontroller.py
|
|
|
|
|
selfdrive/car/chrysler/chryslercan.py
|
|
|
|
|
selfdrive/car/honda/__init__.py
|
|
|
|
|
selfdrive/car/honda/carstate.py
|
|
|
|
|
selfdrive/car/honda/interface.py
|
|
|
|
|
selfdrive/car/honda/radar_interface.py
|
|
|
|
|
selfdrive/car/honda/values.py
|
|
|
|
|
selfdrive/car/honda/carcontroller.py
|
|
|
|
|
selfdrive/car/honda/hondacan.py
|
|
|
|
|
selfdrive/car/hyundai/__init__.py
|
|
|
|
|
selfdrive/car/hyundai/carstate.py
|
|
|
|
|
selfdrive/car/hyundai/interface.py
|
|
|
|
|
selfdrive/car/hyundai/radar_interface.py
|
|
|
|
|
selfdrive/car/hyundai/values.py
|
|
|
|
|
selfdrive/car/hyundai/carcontroller.py
|
|
|
|
|
selfdrive/car/hyundai/hyundaican.py
|
|
|
|
|
selfdrive/car/toyota/__init__.py
|
|
|
|
|
selfdrive/car/toyota/carstate.py
|
2021-11-17 03:06:39 -08:00
|
|
|
selfdrive/car/toyota/tunes.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/car/toyota/interface.py
|
|
|
|
|
selfdrive/car/toyota/radar_interface.py
|
|
|
|
|
selfdrive/car/toyota/values.py
|
|
|
|
|
selfdrive/car/toyota/carcontroller.py
|
|
|
|
|
selfdrive/car/toyota/toyotacan.py
|
2020-05-15 11:39:58 -07:00
|
|
|
selfdrive/car/nissan/__init__.py
|
|
|
|
|
selfdrive/car/nissan/carcontroller.py
|
|
|
|
|
selfdrive/car/nissan/carstate.py
|
|
|
|
|
selfdrive/car/nissan/interface.py
|
|
|
|
|
selfdrive/car/nissan/nissancan.py
|
|
|
|
|
selfdrive/car/nissan/radar_interface.py
|
|
|
|
|
selfdrive/car/nissan/values.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/car/volkswagen/__init__.py
|
|
|
|
|
selfdrive/car/volkswagen/carstate.py
|
|
|
|
|
selfdrive/car/volkswagen/interface.py
|
|
|
|
|
selfdrive/car/volkswagen/radar_interface.py
|
|
|
|
|
selfdrive/car/volkswagen/values.py
|
|
|
|
|
selfdrive/car/volkswagen/carcontroller.py
|
|
|
|
|
selfdrive/car/volkswagen/volkswagencan.py
|
|
|
|
|
selfdrive/car/gm/__init__.py
|
|
|
|
|
selfdrive/car/gm/carstate.py
|
|
|
|
|
selfdrive/car/gm/interface.py
|
|
|
|
|
selfdrive/car/gm/radar_interface.py
|
|
|
|
|
selfdrive/car/gm/values.py
|
|
|
|
|
selfdrive/car/gm/carcontroller.py
|
|
|
|
|
selfdrive/car/gm/gmcan.py
|
|
|
|
|
selfdrive/car/ford/__init__.py
|
|
|
|
|
selfdrive/car/ford/carstate.py
|
|
|
|
|
selfdrive/car/ford/interface.py
|
|
|
|
|
selfdrive/car/ford/radar_interface.py
|
|
|
|
|
selfdrive/car/ford/values.py
|
|
|
|
|
selfdrive/car/ford/carcontroller.py
|
|
|
|
|
selfdrive/car/ford/fordcan.py
|
|
|
|
|
selfdrive/car/subaru/__init__.py
|
|
|
|
|
selfdrive/car/subaru/carstate.py
|
|
|
|
|
selfdrive/car/subaru/interface.py
|
|
|
|
|
selfdrive/car/subaru/radar_interface.py
|
|
|
|
|
selfdrive/car/subaru/values.py
|
|
|
|
|
selfdrive/car/subaru/carcontroller.py
|
|
|
|
|
selfdrive/car/subaru/subarucan.py
|
2020-05-29 00:15:19 -05:00
|
|
|
selfdrive/car/mazda/__init__.py
|
|
|
|
|
selfdrive/car/mazda/carstate.py
|
|
|
|
|
selfdrive/car/mazda/interface.py
|
|
|
|
|
selfdrive/car/mazda/radar_interface.py
|
|
|
|
|
selfdrive/car/mazda/values.py
|
|
|
|
|
selfdrive/car/mazda/carcontroller.py
|
|
|
|
|
selfdrive/car/mazda/mazdacan.py
|
2021-06-23 14:56:59 +02:00
|
|
|
selfdrive/car/tesla/__init__.py
|
|
|
|
|
selfdrive/car/tesla/teslacan.py
|
|
|
|
|
selfdrive/car/tesla/carcontroller.py
|
|
|
|
|
selfdrive/car/tesla/radar_interface.py
|
|
|
|
|
selfdrive/car/tesla/values.py
|
|
|
|
|
selfdrive/car/tesla/carstate.py
|
|
|
|
|
selfdrive/car/tesla/interface.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/car/mock/*.py
|
|
|
|
|
|
|
|
|
|
selfdrive/clocksd/.gitignore
|
|
|
|
|
selfdrive/clocksd/SConscript
|
|
|
|
|
selfdrive/clocksd/clocksd.cc
|
|
|
|
|
|
|
|
|
|
selfdrive/debug/*.py
|
|
|
|
|
|
|
|
|
|
selfdrive/common/SConscript
|
|
|
|
|
selfdrive/common/version.h
|
|
|
|
|
|
2020-05-08 14:46:10 -07:00
|
|
|
selfdrive/common/swaglog.h
|
|
|
|
|
selfdrive/common/swaglog.cc
|
2021-01-11 06:57:32 +08:00
|
|
|
selfdrive/common/util.cc
|
|
|
|
|
selfdrive/common/util.h
|
2021-01-28 22:12:45 +08:00
|
|
|
selfdrive/common/queue.h
|
2020-12-11 20:05:32 +08:00
|
|
|
selfdrive/common/clutil.cc
|
|
|
|
|
selfdrive/common/clutil.h
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/common/params.h
|
|
|
|
|
selfdrive/common/params.cc
|
2021-03-09 04:17:46 +01:00
|
|
|
selfdrive/common/watchdog.cc
|
|
|
|
|
selfdrive/common/watchdog.h
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
selfdrive/common/modeldata.h
|
|
|
|
|
selfdrive/common/mat.h
|
|
|
|
|
selfdrive/common/timing.h
|
|
|
|
|
|
|
|
|
|
selfdrive/common/visionimg.cc
|
|
|
|
|
selfdrive/common/visionimg.h
|
2020-08-26 11:30:30 +02:00
|
|
|
|
2020-08-13 10:10:50 +02:00
|
|
|
selfdrive/common/gpio.cc
|
|
|
|
|
selfdrive/common/gpio.h
|
2020-08-26 11:30:30 +02:00
|
|
|
selfdrive/common/i2c.cc
|
|
|
|
|
selfdrive/common/i2c.h
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
selfdrive/controls/__init__.py
|
|
|
|
|
selfdrive/controls/controlsd.py
|
|
|
|
|
selfdrive/controls/plannerd.py
|
|
|
|
|
selfdrive/controls/radard.py
|
|
|
|
|
selfdrive/controls/lib/__init__.py
|
|
|
|
|
selfdrive/controls/lib/alertmanager.py
|
|
|
|
|
selfdrive/controls/lib/alerts_offroad.json
|
2020-05-14 15:21:21 -07:00
|
|
|
selfdrive/controls/lib/events.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/controls/lib/drive_helpers.py
|
|
|
|
|
selfdrive/controls/lib/latcontrol_pid.py
|
|
|
|
|
selfdrive/controls/lib/latcontrol_indi.py
|
|
|
|
|
selfdrive/controls/lib/latcontrol_lqr.py
|
2021-03-12 10:34:07 +01:00
|
|
|
selfdrive/controls/lib/latcontrol_angle.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/controls/lib/longcontrol.py
|
2021-02-03 19:57:30 -08:00
|
|
|
selfdrive/controls/lib/lateral_planner.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/controls/lib/lane_planner.py
|
|
|
|
|
selfdrive/controls/lib/pid.py
|
2021-02-03 19:57:30 -08:00
|
|
|
selfdrive/controls/lib/longitudinal_planner.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/controls/lib/radar_helpers.py
|
|
|
|
|
selfdrive/controls/lib/vehicle_model.py
|
|
|
|
|
|
|
|
|
|
selfdrive/controls/lib/cluster/*
|
|
|
|
|
|
2021-09-13 19:06:54 -07:00
|
|
|
selfdrive/controls/lib/lateral_mpc_lib/.gitignore
|
2021-07-07 19:42:26 -07:00
|
|
|
selfdrive/controls/lib/longitudinal_mpc_lib/.gitignore
|
2021-09-13 19:06:54 -07:00
|
|
|
selfdrive/controls/lib/lateral_mpc_lib/*
|
|
|
|
|
selfdrive/controls/lib/longitudinal_mpc_lib/*
|
2020-03-26 17:43:11 -07:00
|
|
|
|
2020-12-16 21:30:23 -08:00
|
|
|
selfdrive/hardware/__init__.py
|
2021-03-24 11:09:39 -07:00
|
|
|
selfdrive/hardware/base.h
|
2020-12-16 21:30:23 -08:00
|
|
|
selfdrive/hardware/base.py
|
2021-03-10 22:51:50 -08:00
|
|
|
selfdrive/hardware/hw.h
|
2020-12-16 21:30:23 -08:00
|
|
|
selfdrive/hardware/eon/__init__.py
|
2021-09-10 17:03:54 -07:00
|
|
|
selfdrive/hardware/eon/androidd.py
|
2021-03-24 11:09:39 -07:00
|
|
|
selfdrive/hardware/eon/hardware.h
|
2020-12-16 21:30:23 -08:00
|
|
|
selfdrive/hardware/eon/hardware.py
|
2021-09-10 17:03:54 -07:00
|
|
|
selfdrive/hardware/eon/neos.py
|
|
|
|
|
selfdrive/hardware/eon/neos.json
|
|
|
|
|
selfdrive/hardware/eon/updater
|
2020-12-16 21:30:23 -08:00
|
|
|
selfdrive/hardware/tici/__init__.py
|
|
|
|
|
selfdrive/hardware/tici/hardware.py
|
2021-07-14 15:53:39 +02:00
|
|
|
selfdrive/hardware/tici/amplifier.py
|
2021-07-14 16:16:45 +02:00
|
|
|
selfdrive/hardware/tici/iwlist.py
|
2020-12-16 21:30:23 -08:00
|
|
|
selfdrive/hardware/pc/__init__.py
|
|
|
|
|
selfdrive/hardware/pc/hardware.py
|
|
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/locationd/__init__.py
|
|
|
|
|
selfdrive/locationd/.gitignore
|
|
|
|
|
selfdrive/locationd/SConscript
|
|
|
|
|
selfdrive/locationd/ubloxd.cc
|
|
|
|
|
selfdrive/locationd/ublox_msg.cc
|
|
|
|
|
selfdrive/locationd/ublox_msg.h
|
2021-04-14 16:17:30 +02:00
|
|
|
selfdrive/locationd/generated/ubx.cpp
|
|
|
|
|
selfdrive/locationd/generated/ubx.h
|
|
|
|
|
selfdrive/locationd/generated/gps.cpp
|
|
|
|
|
selfdrive/locationd/generated/gps.h
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2021-04-20 11:56:43 +02:00
|
|
|
selfdrive/locationd/locationd.h
|
|
|
|
|
selfdrive/locationd/locationd.cc
|
2020-02-26 16:19:02 -08:00
|
|
|
selfdrive/locationd/paramsd.py
|
2020-05-14 15:36:56 -07:00
|
|
|
selfdrive/locationd/models/.gitignore
|
|
|
|
|
selfdrive/locationd/models/live_kf.py
|
|
|
|
|
selfdrive/locationd/models/car_kf.py
|
|
|
|
|
selfdrive/locationd/models/constants.py
|
2021-04-20 11:56:43 +02:00
|
|
|
selfdrive/locationd/models/live_kf.h
|
|
|
|
|
selfdrive/locationd/models/live_kf.cc
|
2020-02-17 18:07:23 -08:00
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/locationd/calibrationd.py
|
|
|
|
|
|
|
|
|
|
selfdrive/logcatd/SConscript
|
2020-08-26 17:09:23 +02:00
|
|
|
selfdrive/logcatd/logcatd_android.cc
|
|
|
|
|
selfdrive/logcatd/logcatd_systemd.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
selfdrive/proclogd/SConscript
|
2021-08-05 17:27:02 +08:00
|
|
|
selfdrive/proclogd/main.cc
|
|
|
|
|
selfdrive/proclogd/proclog.cc
|
|
|
|
|
selfdrive/proclogd/proclog.h
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
selfdrive/loggerd/SConscript
|
2021-01-08 14:54:25 +01:00
|
|
|
selfdrive/loggerd/encoder.h
|
2021-01-12 00:03:31 -08:00
|
|
|
selfdrive/loggerd/omx_encoder.cc
|
|
|
|
|
selfdrive/loggerd/omx_encoder.h
|
2020-03-05 14:29:34 -08:00
|
|
|
selfdrive/loggerd/logger.cc
|
|
|
|
|
selfdrive/loggerd/logger.h
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/loggerd/loggerd.cc
|
2021-11-24 09:53:49 +08:00
|
|
|
selfdrive/loggerd/loggerd.h
|
|
|
|
|
selfdrive/loggerd/main.cc
|
2021-01-20 04:16:12 +08:00
|
|
|
selfdrive/loggerd/bootlog.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/loggerd/raw_logger.cc
|
|
|
|
|
selfdrive/loggerd/raw_logger.h
|
|
|
|
|
selfdrive/loggerd/include/msm_media_info.h
|
|
|
|
|
|
|
|
|
|
selfdrive/loggerd/__init__.py
|
|
|
|
|
selfdrive/loggerd/config.py
|
|
|
|
|
selfdrive/loggerd/uploader.py
|
|
|
|
|
selfdrive/loggerd/deleter.py
|
2020-09-22 11:37:24 +02:00
|
|
|
selfdrive/loggerd/xattr_cache.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
selfdrive/sensord/SConscript
|
|
|
|
|
selfdrive/sensord/libdiag.h
|
2020-08-26 11:30:30 +02:00
|
|
|
selfdrive/sensord/sensors_qcom.cc
|
|
|
|
|
selfdrive/sensord/sensors_qcom2.cc
|
|
|
|
|
selfdrive/sensord/sensors/*.cc
|
2021-05-03 17:53:11 +08:00
|
|
|
selfdrive/sensord/sensors/*.h
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/sensord/sensord
|
|
|
|
|
|
2020-03-10 22:18:48 -07:00
|
|
|
selfdrive/thermald/thermald.py
|
|
|
|
|
selfdrive/thermald/power_monitoring.py
|
|
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/test/__init__.py
|
2020-07-05 17:56:24 -07:00
|
|
|
selfdrive/test/helpers.py
|
2020-07-25 02:12:19 -07:00
|
|
|
selfdrive/test/setup_device_ci.sh
|
2020-12-29 22:32:03 -08:00
|
|
|
selfdrive/test/test_fingerprints.py
|
2021-04-11 15:05:14 -07:00
|
|
|
selfdrive/test/test_onroad.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2021-03-26 14:54:55 +01:00
|
|
|
selfdrive/ui/.gitignore
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/ui/SConscript
|
|
|
|
|
selfdrive/ui/*.cc
|
2021-05-03 17:53:11 +08:00
|
|
|
selfdrive/ui/*.h
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/ui/ui
|
2020-11-06 18:44:04 -08:00
|
|
|
selfdrive/ui/text
|
|
|
|
|
selfdrive/ui/spinner
|
2021-11-10 06:18:29 +08:00
|
|
|
selfdrive/ui/soundd/*.cc
|
|
|
|
|
selfdrive/ui/soundd/*.h
|
|
|
|
|
selfdrive/ui/soundd/soundd
|
|
|
|
|
selfdrive/ui/soundd/.gitignore
|
2020-03-31 20:14:26 -07:00
|
|
|
|
2020-09-11 13:10:02 -07:00
|
|
|
selfdrive/ui/qt/*.cc
|
2021-05-03 17:53:11 +08:00
|
|
|
selfdrive/ui/qt/*.h
|
2020-10-30 17:03:51 -07:00
|
|
|
selfdrive/ui/qt/offroad/*.cc
|
2021-05-03 17:53:11 +08:00
|
|
|
selfdrive/ui/qt/offroad/*.h
|
2021-03-29 13:06:18 +02:00
|
|
|
selfdrive/ui/qt/offroad/*.qml
|
2020-11-30 22:35:17 -08:00
|
|
|
selfdrive/ui/qt/widgets/*.cc
|
2021-05-03 17:53:11 +08:00
|
|
|
selfdrive/ui/qt/widgets/*.h
|
2021-03-25 17:43:24 +01:00
|
|
|
selfdrive/ui/qt/spinner_aarch64
|
2021-03-25 19:47:53 -07:00
|
|
|
selfdrive/ui/qt/text_aarch64
|
2020-09-11 13:10:02 -07:00
|
|
|
|
2021-10-29 18:21:57 +08:00
|
|
|
selfdrive/ui/replay/*.cc
|
|
|
|
|
selfdrive/ui/replay/*.h
|
2021-09-20 05:43:54 +08:00
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/camerad/SConscript
|
|
|
|
|
selfdrive/camerad/main.cc
|
|
|
|
|
|
|
|
|
|
selfdrive/camerad/snapshot/*
|
|
|
|
|
selfdrive/camerad/include/*
|
|
|
|
|
selfdrive/camerad/cameras/camera_common.h
|
2020-10-16 21:58:05 -07:00
|
|
|
selfdrive/camerad/cameras/camera_common.cc
|
2020-05-07 21:32:22 -07:00
|
|
|
selfdrive/camerad/cameras/camera_qcom.cc
|
|
|
|
|
selfdrive/camerad/cameras/camera_qcom.h
|
2021-09-20 05:43:54 +08:00
|
|
|
selfdrive/camerad/cameras/camera_replay.cc
|
|
|
|
|
selfdrive/camerad/cameras/camera_replay.h
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/camerad/cameras/debayer.cl
|
|
|
|
|
selfdrive/camerad/cameras/sensor_i2c.h
|
2021-01-31 18:49:34 -08:00
|
|
|
selfdrive/camerad/cameras/sensor2_i2c.h
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2020-12-13 08:52:15 +08:00
|
|
|
selfdrive/camerad/transforms/rgb_to_yuv.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/camerad/transforms/rgb_to_yuv.h
|
|
|
|
|
selfdrive/camerad/transforms/rgb_to_yuv.cl
|
|
|
|
|
selfdrive/camerad/transforms/rgb_to_yuv_test.cc
|
|
|
|
|
|
2020-05-02 21:40:43 -07:00
|
|
|
selfdrive/camerad/imgproc/conv.cl
|
|
|
|
|
selfdrive/camerad/imgproc/pool.cl
|
|
|
|
|
selfdrive/camerad/imgproc/utils.cc
|
|
|
|
|
selfdrive/camerad/imgproc/utils.h
|
|
|
|
|
|
2021-03-05 11:03:23 +01:00
|
|
|
selfdrive/manager/__init__.py
|
|
|
|
|
selfdrive/manager/build.py
|
|
|
|
|
selfdrive/manager/helpers.py
|
|
|
|
|
selfdrive/manager/manager.py
|
|
|
|
|
selfdrive/manager/process_config.py
|
|
|
|
|
selfdrive/manager/process.py
|
|
|
|
|
selfdrive/manager/test/__init__.py
|
|
|
|
|
selfdrive/manager/test/test_manager.py
|
|
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/SConscript
|
|
|
|
|
selfdrive/modeld/modeld.cc
|
2020-01-30 19:12:44 -08:00
|
|
|
selfdrive/modeld/dmonitoringmodeld.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/constants.py
|
|
|
|
|
selfdrive/modeld/modeld
|
2020-01-30 19:12:44 -08:00
|
|
|
selfdrive/modeld/dmonitoringmodeld
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2020-11-11 20:31:46 -08:00
|
|
|
selfdrive/modeld/models/commonmodel.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/models/commonmodel.h
|
|
|
|
|
selfdrive/modeld/models/driving.cc
|
|
|
|
|
selfdrive/modeld/models/driving.h
|
2020-01-30 19:12:44 -08:00
|
|
|
selfdrive/modeld/models/dmonitoring.cc
|
|
|
|
|
selfdrive/modeld/models/dmonitoring.h
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2020-12-13 09:10:51 +08:00
|
|
|
selfdrive/modeld/transforms/loadyuv.cc
|
|
|
|
|
selfdrive/modeld/transforms/loadyuv.h
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/transforms/loadyuv.cl
|
2020-11-11 20:31:46 -08:00
|
|
|
selfdrive/modeld/transforms/transform.cc
|
|
|
|
|
selfdrive/modeld/transforms/transform.h
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/transforms/transform.cl
|
|
|
|
|
|
2020-05-15 13:53:01 -07:00
|
|
|
selfdrive/modeld/thneed/thneed.*
|
2021-01-19 18:08:31 -08:00
|
|
|
selfdrive/modeld/thneed/serialize.cc
|
|
|
|
|
selfdrive/modeld/thneed/compile.cc
|
2020-05-15 13:53:01 -07:00
|
|
|
selfdrive/modeld/thneed/include/*
|
|
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/runners/snpemodel.cc
|
|
|
|
|
selfdrive/modeld/runners/snpemodel.h
|
2021-01-19 18:08:31 -08:00
|
|
|
selfdrive/modeld/runners/thneedmodel.cc
|
|
|
|
|
selfdrive/modeld/runners/thneedmodel.h
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/runners/runmodel.h
|
|
|
|
|
selfdrive/modeld/runners/run.h
|
|
|
|
|
|
2020-06-09 13:25:15 -07:00
|
|
|
selfdrive/monitoring/dmonitoringd.py
|
|
|
|
|
selfdrive/monitoring/driver_monitor.py
|
|
|
|
|
|
2021-07-17 17:24:09 -07:00
|
|
|
selfdrive/assets/.gitignore
|
|
|
|
|
selfdrive/assets/assets.qrc
|
2021-06-04 17:00:44 +02:00
|
|
|
selfdrive/assets/*.png
|
2021-07-17 17:24:09 -07:00
|
|
|
selfdrive/assets/*.svg
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/assets/fonts/*.ttf
|
2021-09-30 14:00:52 -07:00
|
|
|
selfdrive/assets/icons/*
|
2021-06-04 17:00:44 +02:00
|
|
|
selfdrive/assets/images/*
|
|
|
|
|
selfdrive/assets/offroad/*
|
|
|
|
|
selfdrive/assets/sounds/*
|
|
|
|
|
selfdrive/assets/training/*
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/SConscript
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/libgralloc/**
|
|
|
|
|
third_party/linux/**
|
|
|
|
|
third_party/opencl/**
|
|
|
|
|
third_party/zlib/*
|
|
|
|
|
third_party/bzip2/*
|
|
|
|
|
third_party/openmax/**
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/json11/json11.cpp
|
|
|
|
|
third_party/json11/json11.hpp
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/qrcode/*.cc
|
|
|
|
|
third_party/qrcode/*.hpp
|
2021-01-21 11:17:21 -08:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/kaitai/*.h
|
|
|
|
|
third_party/kaitai/*.cpp
|
2021-04-14 16:17:30 +02:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/libyuv/include/**
|
|
|
|
|
third_party/libyuv/lib/**
|
|
|
|
|
third_party/libyuv/larch64/**
|
2020-02-03 14:41:43 -08:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/snpe/include/**
|
|
|
|
|
third_party/snpe/aarch64**
|
|
|
|
|
third_party/snpe/larch64**
|
|
|
|
|
third_party/snpe/dsp**
|
2020-02-03 14:41:43 -08:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/acados/x86_64/**
|
|
|
|
|
third_party/acados/aarch64/**
|
|
|
|
|
third_party/acados/larch64/**
|
|
|
|
|
third_party/acados/include/**
|
2021-09-13 19:06:54 -07:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/android_frameworks_native/**
|
|
|
|
|
third_party/android_hardware_libhardware/**
|
|
|
|
|
third_party/android_system_core/**
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
scripts/update_now.sh
|
|
|
|
|
scripts/stop_updater.sh
|
2020-05-14 15:36:56 -07:00
|
|
|
|
2020-06-18 11:48:28 -07:00
|
|
|
pyextra/.gitignore
|
2021-09-13 19:06:54 -07:00
|
|
|
pyextra/acados_template/**
|
2020-05-30 10:04:56 -07:00
|
|
|
|
2020-05-14 15:36:56 -07:00
|
|
|
rednose/**
|
2020-06-08 14:24:14 -07:00
|
|
|
|
|
|
|
|
cereal/.gitignore
|
|
|
|
|
cereal/__init__.py
|
|
|
|
|
cereal/car.capnp
|
2021-02-03 19:57:30 -08:00
|
|
|
cereal/legacy.capnp
|
2020-06-08 14:24:14 -07:00
|
|
|
cereal/log.capnp
|
|
|
|
|
cereal/services.py
|
|
|
|
|
cereal/SConscript
|
|
|
|
|
cereal/include/**
|
2021-07-29 13:13:47 +02:00
|
|
|
cereal/logger/logger.h
|
2020-06-08 14:24:14 -07:00
|
|
|
cereal/messaging/.gitignore
|
|
|
|
|
cereal/messaging/__init__.py
|
|
|
|
|
cereal/messaging/bridge.cc
|
|
|
|
|
cereal/messaging/impl_msgq.cc
|
2021-05-03 20:56:02 -07:00
|
|
|
cereal/messaging/impl_msgq.h
|
2020-06-08 14:24:14 -07:00
|
|
|
cereal/messaging/impl_zmq.cc
|
2021-05-03 20:56:02 -07:00
|
|
|
cereal/messaging/impl_zmq.h
|
2020-06-08 14:24:14 -07:00
|
|
|
cereal/messaging/messaging.cc
|
2021-05-03 20:46:54 -07:00
|
|
|
cereal/messaging/messaging.h
|
2020-06-08 14:24:14 -07:00
|
|
|
cereal/messaging/messaging.pxd
|
|
|
|
|
cereal/messaging/messaging_pyx.pyx
|
|
|
|
|
cereal/messaging/msgq.cc
|
2021-05-03 20:56:02 -07:00
|
|
|
cereal/messaging/msgq.h
|
2020-06-08 14:24:14 -07:00
|
|
|
cereal/messaging/socketmaster.cc
|
2021-02-09 17:29:00 +01:00
|
|
|
cereal/visionipc/.gitignore
|
|
|
|
|
cereal/visionipc/__init__.py
|
2021-01-08 14:54:25 +01:00
|
|
|
cereal/visionipc/*.cc
|
|
|
|
|
cereal/visionipc/*.h
|
2021-02-09 17:29:00 +01:00
|
|
|
cereal/visionipc/*.pyx
|
|
|
|
|
cereal/visionipc/*.pxd
|
2020-06-08 14:24:14 -07:00
|
|
|
|
|
|
|
|
panda/.gitignore
|
|
|
|
|
panda/__init__.py
|
|
|
|
|
panda/board/**
|
|
|
|
|
panda/certs/**
|
|
|
|
|
panda/crypto/**
|
2021-07-13 19:59:53 -04:00
|
|
|
panda/examples/query_fw_versions.py
|
2020-06-08 14:24:14 -07:00
|
|
|
panda/python/**
|
|
|
|
|
|
|
|
|
|
opendbc/.gitignore
|
|
|
|
|
opendbc/__init__.py
|
|
|
|
|
opendbc/can/__init__.py
|
|
|
|
|
opendbc/can/SConscript
|
|
|
|
|
opendbc/can/can_define.py
|
|
|
|
|
opendbc/can/common.cc
|
|
|
|
|
opendbc/can/common.h
|
|
|
|
|
opendbc/can/common.pxd
|
|
|
|
|
opendbc/can/common_dbc.h
|
|
|
|
|
opendbc/can/dbc.cc
|
|
|
|
|
opendbc/can/dbc.py
|
|
|
|
|
opendbc/can/dbc_template.cc
|
|
|
|
|
opendbc/can/packer.cc
|
|
|
|
|
opendbc/can/packer.py
|
|
|
|
|
opendbc/can/packer_pyx.pyx
|
|
|
|
|
opendbc/can/parser.cc
|
|
|
|
|
opendbc/can/parser.py
|
|
|
|
|
opendbc/can/parser_pyx.pyx
|
|
|
|
|
opendbc/can/process_dbc.py
|
|
|
|
|
opendbc/can/dbc_out/.gitkeep
|
|
|
|
|
opendbc/can/dbc_out/.gitignore
|
|
|
|
|
|
|
|
|
|
opendbc/chrysler_pacifica_2017_hybrid.dbc
|
|
|
|
|
opendbc/chrysler_pacifica_2017_hybrid_private_fusion.dbc
|
|
|
|
|
|
|
|
|
|
opendbc/gm_global_a_powertrain.dbc
|
|
|
|
|
opendbc/gm_global_a_object.dbc
|
|
|
|
|
opendbc/gm_global_a_chassis.dbc
|
|
|
|
|
|
|
|
|
|
opendbc/ford_fusion_2018_pt.dbc
|
|
|
|
|
opendbc/ford_fusion_2018_adas.dbc
|
|
|
|
|
|
2021-06-03 13:35:23 -07:00
|
|
|
opendbc/honda_accord_2018_can_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/acura_ilx_2016_can_generated.dbc
|
|
|
|
|
opendbc/acura_rdx_2018_can_generated.dbc
|
2020-10-18 22:03:04 -04:00
|
|
|
opendbc/acura_rdx_2020_can_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/honda_civic_touring_2016_can_generated.dbc
|
|
|
|
|
opendbc/honda_civic_hatchback_ex_2017_can_generated.dbc
|
|
|
|
|
opendbc/honda_civic_sedan_16_diesel_2019_can_generated.dbc
|
|
|
|
|
opendbc/honda_crv_touring_2016_can_generated.dbc
|
|
|
|
|
opendbc/honda_crv_ex_2017_can_generated.dbc
|
2020-07-21 08:41:45 -07:00
|
|
|
opendbc/honda_crv_ex_2017_body_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/honda_crv_executive_2016_can_generated.dbc
|
|
|
|
|
opendbc/honda_crv_hybrid_2019_can_generated.dbc
|
|
|
|
|
opendbc/honda_fit_ex_2018_can_generated.dbc
|
|
|
|
|
opendbc/honda_odyssey_exl_2018_generated.dbc
|
|
|
|
|
opendbc/honda_odyssey_extreme_edition_2018_china_can_generated.dbc
|
|
|
|
|
opendbc/honda_pilot_touring_2017_can_generated.dbc
|
|
|
|
|
opendbc/honda_ridgeline_black_edition_2017_can_generated.dbc
|
|
|
|
|
opendbc/honda_insight_ex_2019_can_generated.dbc
|
|
|
|
|
opendbc/acura_ilx_2016_nidec.dbc
|
|
|
|
|
|
|
|
|
|
opendbc/hyundai_kia_generic.dbc
|
2021-09-15 15:43:01 -07:00
|
|
|
opendbc/hyundai_kia_mando_front_radar.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
|
|
|
|
|
opendbc/mazda_2017.dbc
|
|
|
|
|
|
|
|
|
|
opendbc/nissan_x_trail_2017.dbc
|
|
|
|
|
opendbc/nissan_leaf_2018.dbc
|
|
|
|
|
|
2020-07-23 22:28:23 +03:00
|
|
|
opendbc/subaru_global_2017_generated.dbc
|
2020-08-07 07:55:13 +03:00
|
|
|
opendbc/subaru_outback_2015_generated.dbc
|
2020-08-10 22:31:40 +03:00
|
|
|
opendbc/subaru_outback_2019_generated.dbc
|
|
|
|
|
opendbc/subaru_forester_2017_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
|
|
|
|
|
opendbc/toyota_rav4_hybrid_2017_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_rav4_2017_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_prius_2017_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_corolla_2017_pt_generated.dbc
|
|
|
|
|
opendbc/lexus_rx_350_2016_pt_generated.dbc
|
|
|
|
|
opendbc/lexus_rx_hybrid_2017_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_nodsu_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_nodsu_hybrid_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_camry_hybrid_2018_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_highlander_2017_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_highlander_hybrid_2018_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_avalon_2017_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_sienna_xle_2018_pt_generated.dbc
|
|
|
|
|
opendbc/lexus_is_2018_pt_generated.dbc
|
|
|
|
|
opendbc/lexus_ct200h_2018_pt_generated.dbc
|
|
|
|
|
opendbc/lexus_nx300h_2018_pt_generated.dbc
|
2020-11-03 15:43:52 -08:00
|
|
|
opendbc/lexus_nx300_2018_pt_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/toyota_adas.dbc
|
|
|
|
|
opendbc/toyota_tss2_adas.dbc
|
|
|
|
|
|
|
|
|
|
opendbc/vw_mqb_2010.dbc
|
2021-06-23 14:56:59 +02:00
|
|
|
|
|
|
|
|
opendbc/tesla_can.dbc
|
2021-08-31 16:30:51 +02:00
|
|
|
opendbc/tesla_radar.dbc
|
2021-11-18 13:57:12 +01:00
|
|
|
opendbc/tesla_powertrain.dbc
|