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
|
2023-11-07 20:35:44 -05:00
|
|
|
pyproject.toml
|
2020-07-03 19:12:05 -07:00
|
|
|
|
|
|
|
|
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
|
|
|
|
2023-08-20 20:49:55 -07:00
|
|
|
openpilot/__init__.py
|
|
|
|
|
openpilot/**
|
|
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
common/.gitignore
|
|
|
|
|
common/__init__.py
|
2023-12-06 17:27:51 -08:00
|
|
|
common/*.py
|
|
|
|
|
common/*.pyx
|
2024-02-26 14:20:51 -05:00
|
|
|
common/mock/*
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2021-07-28 19:38:00 -07:00
|
|
|
release/*
|
2020-07-07 14:17:09 -07:00
|
|
|
|
2022-07-13 17:55:05 +02:00
|
|
|
tools/__init__.py
|
2021-10-27 14:14:43 -07:00
|
|
|
tools/lib/*
|
2024-04-30 14:05:37 -07:00
|
|
|
tools/bodyteleop/.gitignore
|
|
|
|
|
tools/bodyteleop/web.py
|
|
|
|
|
tools/bodyteleop/static/*
|
2022-04-19 17:25:59 -07:00
|
|
|
tools/joystick/*
|
2022-06-30 02:02:53 -07:00
|
|
|
tools/replay/*.cc
|
|
|
|
|
tools/replay/*.h
|
2021-10-27 14:14:43 -07:00
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/__init__.py
|
2022-01-14 15:25:16 -08:00
|
|
|
selfdrive/sentry.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/tombstoned.py
|
2022-01-10 15:21:48 +01:00
|
|
|
selfdrive/statsd.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2024-03-21 20:21:36 -04:00
|
|
|
selfdrive/updated/**
|
2024-03-04 17:33:52 -05:00
|
|
|
|
2022-06-11 23:19:27 -07:00
|
|
|
system/logmessaged.py
|
2022-11-30 21:56:03 -08:00
|
|
|
system/micd.py
|
2022-06-11 23:19:27 -07:00
|
|
|
system/version.py
|
|
|
|
|
|
2024-02-28 14:41:42 -05:00
|
|
|
selfdrive/SConscript
|
|
|
|
|
|
2024-05-20 14:59:43 -07:00
|
|
|
system/athena/__init__.py
|
|
|
|
|
system/athena/athenad.py
|
|
|
|
|
system/athena/manage_athenad.py
|
|
|
|
|
system/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
|
2022-01-18 21:59:42 +08:00
|
|
|
selfdrive/boardd/boardd.h
|
|
|
|
|
selfdrive/boardd/main.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
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
|
2022-11-08 13:21:07 -08:00
|
|
|
selfdrive/boardd/spi.cc
|
2022-11-04 16:36:27 -07:00
|
|
|
selfdrive/boardd/panda_comms.h
|
|
|
|
|
selfdrive/boardd/panda_comms.cc
|
2022-03-13 21:21:30 -07:00
|
|
|
selfdrive/boardd/pandad.py
|
2022-11-12 06:50:09 +01:00
|
|
|
selfdrive/boardd/tests/test_boardd_loopback.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
|
|
|
|
selfdrive/car/__init__.py
|
2024-03-04 13:45:32 -05:00
|
|
|
selfdrive/car/card.py
|
2022-03-16 21:27:05 -07:00
|
|
|
selfdrive/car/docs_definitions.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/car/car_helpers.py
|
|
|
|
|
selfdrive/car/fingerprints.py
|
|
|
|
|
selfdrive/car/interfaces.py
|
2024-02-25 01:18:13 -05:00
|
|
|
selfdrive/car/values.py
|
2020-01-17 13:03:37 -08:00
|
|
|
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
|
2022-09-09 16:24:29 -07:00
|
|
|
selfdrive/car/fw_query_definitions.py
|
2022-06-20 22:14:13 -07:00
|
|
|
selfdrive/car/ecu_addrs.py
|
2020-01-17 13:03:37 -08:00
|
|
|
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
|
2024-02-02 11:28:42 -08:00
|
|
|
selfdrive/car/torque_data/*
|
2022-05-13 13:18:09 -07:00
|
|
|
|
|
|
|
|
selfdrive/car/body/*.py
|
|
|
|
|
selfdrive/car/chrysler/*.py
|
|
|
|
|
selfdrive/car/ford/*.py
|
|
|
|
|
selfdrive/car/gm/*.py
|
|
|
|
|
selfdrive/car/honda/*.py
|
|
|
|
|
selfdrive/car/hyundai/*.py
|
|
|
|
|
selfdrive/car/mazda/*.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/car/mock/*.py
|
2022-05-13 13:18:09 -07:00
|
|
|
selfdrive/car/nissan/*.py
|
|
|
|
|
selfdrive/car/subaru/*.py
|
|
|
|
|
selfdrive/car/tesla/*.py
|
|
|
|
|
selfdrive/car/toyota/*.py
|
|
|
|
|
selfdrive/car/volkswagen/*.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2022-07-13 17:55:05 +02:00
|
|
|
selfdrive/debug/can_printer.py
|
|
|
|
|
selfdrive/debug/check_freq.py
|
|
|
|
|
selfdrive/debug/dump.py
|
|
|
|
|
selfdrive/debug/filter_log_message.py
|
2023-12-20 11:18:29 -08:00
|
|
|
selfdrive/debug/format_fingerprints.py
|
2022-07-13 17:55:05 +02:00
|
|
|
selfdrive/debug/get_fingerprint.py
|
|
|
|
|
selfdrive/debug/uiview.py
|
|
|
|
|
|
|
|
|
|
selfdrive/debug/hyundai_enable_radar_points.py
|
|
|
|
|
selfdrive/debug/vw_mqb_config.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2022-05-18 14:11:57 -07:00
|
|
|
common/SConscript
|
|
|
|
|
common/version.h
|
|
|
|
|
|
2023-12-16 23:33:55 -08:00
|
|
|
common/*.h
|
|
|
|
|
common/*.cc
|
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
|
2022-01-25 04:40:03 -08:00
|
|
|
selfdrive/controls/lib/desire_helper.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/controls/lib/drive_helpers.py
|
2022-01-25 04:40:03 -08:00
|
|
|
selfdrive/controls/lib/events.py
|
|
|
|
|
selfdrive/controls/lib/latcontrol_angle.py
|
2022-04-19 19:34:31 -07:00
|
|
|
selfdrive/controls/lib/latcontrol_torque.py
|
2022-01-25 04:40:03 -08:00
|
|
|
selfdrive/controls/lib/latcontrol_pid.py
|
2022-01-26 08:10:41 -08:00
|
|
|
selfdrive/controls/lib/latcontrol.py
|
2022-01-25 04:40:03 -08:00
|
|
|
selfdrive/controls/lib/longcontrol.py
|
2021-02-03 19:57:30 -08:00
|
|
|
selfdrive/controls/lib/longitudinal_planner.py
|
2022-01-25 04:40:03 -08:00
|
|
|
selfdrive/controls/lib/pid.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/controls/lib/vehicle_model.py
|
|
|
|
|
|
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
|
|
|
|
2022-07-13 17:55:05 +02:00
|
|
|
system/__init__.py
|
2024-01-22 18:35:11 -08:00
|
|
|
system/*.py
|
2022-07-13 17:55:05 +02:00
|
|
|
|
2022-06-11 16:38:24 -07:00
|
|
|
system/hardware/__init__.py
|
|
|
|
|
system/hardware/base.h
|
|
|
|
|
system/hardware/base.py
|
|
|
|
|
system/hardware/hw.h
|
2023-09-07 11:32:47 -07:00
|
|
|
system/hardware/hw.py
|
2022-06-11 16:38:24 -07:00
|
|
|
system/hardware/tici/__init__.py
|
|
|
|
|
system/hardware/tici/hardware.h
|
|
|
|
|
system/hardware/tici/hardware.py
|
|
|
|
|
system/hardware/tici/pins.py
|
|
|
|
|
system/hardware/tici/agnos.py
|
|
|
|
|
system/hardware/tici/agnos.json
|
|
|
|
|
system/hardware/tici/amplifier.py
|
|
|
|
|
system/hardware/tici/updater
|
|
|
|
|
system/hardware/tici/iwlist.py
|
2023-11-17 15:29:52 -08:00
|
|
|
system/hardware/tici/esim.nmconnection
|
2022-06-11 16:38:24 -07:00
|
|
|
system/hardware/pc/__init__.py
|
2022-11-30 15:36:25 -08:00
|
|
|
system/hardware/pc/hardware.h
|
2022-06-11 16:38:24 -07:00
|
|
|
system/hardware/pc/hardware.py
|
2020-12-16 21:30:23 -08:00
|
|
|
|
2023-03-08 16:11:18 -08:00
|
|
|
system/ubloxd/.gitignore
|
|
|
|
|
system/ubloxd/SConscript
|
2024-03-12 17:13:13 -07:00
|
|
|
system/ubloxd/pigeond.py
|
2023-03-08 16:11:18 -08:00
|
|
|
system/ubloxd/generated/*
|
|
|
|
|
system/ubloxd/*.h
|
|
|
|
|
system/ubloxd/*.cc
|
|
|
|
|
|
2024-03-21 20:21:36 -04:00
|
|
|
system/updated/*
|
|
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/locationd/__init__.py
|
|
|
|
|
selfdrive/locationd/SConscript
|
2023-03-08 16:11:18 -08:00
|
|
|
selfdrive/locationd/.gitignore
|
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
|
2022-07-13 17:55:05 +02:00
|
|
|
selfdrive/locationd/models/__init__.py
|
2020-05-14 15:36:56 -07:00
|
|
|
selfdrive/locationd/models/.gitignore
|
|
|
|
|
selfdrive/locationd/models/car_kf.py
|
2022-06-16 17:45:08 +02:00
|
|
|
selfdrive/locationd/models/live_kf.py
|
2021-04-20 11:56:43 +02:00
|
|
|
selfdrive/locationd/models/live_kf.h
|
|
|
|
|
selfdrive/locationd/models/live_kf.cc
|
2022-06-16 17:45:08 +02:00
|
|
|
selfdrive/locationd/models/constants.py
|
2020-02-17 18:07:23 -08:00
|
|
|
|
Live torque (#25456)
* wip torqued
* add basic logic
* setup in manager
* check sanity and publish msg
* add first order filter to outputs
* wire up controlsd, and update gains
* rename intercept to offset
* add cloudlog, live values are not updated
* fix bugs, do not reset points for now
* fix crashes
* rename to main
* fix bugs, works offline
* fix float in cereal bug
* add latacc filter
* randomly choose points, approx for iid
* add variable decay
* local param to capnp instead of dict
* verify works in replay
* use torqued output in controlsd
* use in controlsd; use points from past routes
* controlsd bugfix
* filter before updating gains, needs to be replaced
* save all points to ensure smooth transition across routes, revert friction factor to 1.5
* add filters to prevent noisy low-speed data points; improve fit sanity
* add engaged buffer
* revert lat_acc thresh
* use paramsd realtime process config
* make latacc-to-torque generic, and overrideable
* move freq to 4Hz, avoid storing in np.array, don't publish points in the message
* float instead of np
* remove constant while storing pts
* rename slope, offset to lat_accet_factor, offset
* resolve issues
* use camelcase in all capnp params
* use camelcase everywhere
* reduce latacc threshold or sanity, add car_sane todo, save points properly
* add and check tag
* write param to disk at end of route
* remove args
* rebase op, cereal
* save on exit
* restore default handler
* cpu usage check
* add to process replay
* handle reset better, reduce unnecessary computation
* always publish raw values - useful for debug
* regen routes
* update refs
* checks on cache restore
* check tuning vals too
* clean that up
* reduce cpu usage
* reduce cpu usage by 75%
* cleanup
* optimize further
* handle reset condition better, don't put points in init, use only in corolla
* bump cereal after rebasing
* update refs
* Update common/params.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* remove unnecessary checks
* Update RELEASES.md
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2022-09-19 15:19:26 -07:00
|
|
|
selfdrive/locationd/torqued.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/locationd/calibrationd.py
|
2023-10-13 17:24:04 -07:00
|
|
|
selfdrive/locationd/helpers.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2022-07-08 13:00:43 -07:00
|
|
|
system/logcatd/.gitignore
|
2022-06-02 17:02:25 -07:00
|
|
|
system/logcatd/SConscript
|
|
|
|
|
system/logcatd/logcatd_systemd.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2022-06-02 17:02:25 -07:00
|
|
|
system/proclogd/SConscript
|
|
|
|
|
system/proclogd/main.cc
|
|
|
|
|
system/proclogd/proclog.cc
|
|
|
|
|
system/proclogd/proclog.h
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2023-03-08 11:20:49 -08:00
|
|
|
system/loggerd/.gitignore
|
|
|
|
|
system/loggerd/SConscript
|
|
|
|
|
system/loggerd/encoder/encoder.cc
|
|
|
|
|
system/loggerd/encoder/encoder.h
|
|
|
|
|
system/loggerd/encoder/v4l_encoder.cc
|
|
|
|
|
system/loggerd/encoder/v4l_encoder.h
|
|
|
|
|
system/loggerd/video_writer.cc
|
|
|
|
|
system/loggerd/video_writer.h
|
|
|
|
|
system/loggerd/logger.cc
|
|
|
|
|
system/loggerd/logger.h
|
|
|
|
|
system/loggerd/loggerd.cc
|
|
|
|
|
system/loggerd/loggerd.h
|
|
|
|
|
system/loggerd/encoderd.cc
|
|
|
|
|
system/loggerd/bootlog.cc
|
|
|
|
|
system/loggerd/encoder/ffmpeg_encoder.cc
|
|
|
|
|
system/loggerd/encoder/ffmpeg_encoder.h
|
|
|
|
|
|
|
|
|
|
system/loggerd/__init__.py
|
|
|
|
|
system/loggerd/config.py
|
|
|
|
|
system/loggerd/uploader.py
|
|
|
|
|
system/loggerd/deleter.py
|
|
|
|
|
system/loggerd/xattr_cache.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2023-03-08 10:56:54 -08:00
|
|
|
system/sensord/.gitignore
|
|
|
|
|
system/sensord/SConscript
|
|
|
|
|
system/sensord/sensors_qcom2.cc
|
|
|
|
|
system/sensord/sensors/*.cc
|
|
|
|
|
system/sensord/sensors/*.h
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2023-12-01 21:13:37 -08:00
|
|
|
system/webrtc/__init__.py
|
|
|
|
|
system/webrtc/webrtcd.py
|
2023-12-04 23:51:52 -08:00
|
|
|
system/webrtc/schema.py
|
2023-12-01 21:13:37 -08:00
|
|
|
system/webrtc/device/audio.py
|
|
|
|
|
system/webrtc/device/video.py
|
|
|
|
|
|
2020-03-10 22:18:48 -07:00
|
|
|
selfdrive/thermald/thermald.py
|
|
|
|
|
selfdrive/thermald/power_monitoring.py
|
2022-03-02 17:35:58 +01:00
|
|
|
selfdrive/thermald/fan_controller.py
|
2020-03-10 22:18:48 -07:00
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/test/__init__.py
|
2023-06-15 17:01:13 -07:00
|
|
|
selfdrive/test/fuzzy_generation.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
|
2021-04-11 15:05:14 -07:00
|
|
|
selfdrive/test/test_onroad.py
|
2023-05-20 17:59:41 -07:00
|
|
|
selfdrive/test/test_time_to_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-11-06 18:44:04 -08:00
|
|
|
selfdrive/ui/text
|
|
|
|
|
selfdrive/ui/spinner
|
2023-12-05 18:10:01 -08:00
|
|
|
selfdrive/ui/soundd.py
|
2022-07-20 18:44:47 -07:00
|
|
|
selfdrive/ui/translations/*.ts
|
|
|
|
|
selfdrive/ui/translations/languages.json
|
2022-10-03 12:26:12 -07:00
|
|
|
selfdrive/ui/update_translations.py
|
|
|
|
|
selfdrive/ui/tests/test_translations.py
|
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
|
2023-08-28 06:23:19 +08:00
|
|
|
selfdrive/ui/qt/network/*.cc
|
|
|
|
|
selfdrive/ui/qt/network/*.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
|
2024-04-16 00:33:28 +08:00
|
|
|
selfdrive/ui/qt/onroad/*.cc
|
|
|
|
|
selfdrive/ui/qt/onroad/*.h
|
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
|
2022-05-30 15:15:51 +02:00
|
|
|
selfdrive/ui/qt/maps/*.cc
|
|
|
|
|
selfdrive/ui/qt/maps/*.h
|
2023-01-20 10:46:45 -08:00
|
|
|
selfdrive/ui/qt/setup/*.cc
|
|
|
|
|
selfdrive/ui/qt/setup/*.h
|
|
|
|
|
|
|
|
|
|
selfdrive/ui/installer/*.cc
|
|
|
|
|
selfdrive/ui/installer/*.h
|
|
|
|
|
selfdrive/ui/installer/*.cc
|
2022-05-30 15:15:51 +02:00
|
|
|
|
2022-06-19 14:43:49 -07:00
|
|
|
system/camerad/SConscript
|
|
|
|
|
system/camerad/main.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2022-06-19 14:43:49 -07:00
|
|
|
system/camerad/snapshot/*
|
|
|
|
|
system/camerad/cameras/camera_common.h
|
|
|
|
|
system/camerad/cameras/camera_common.cc
|
2024-01-09 14:19:10 -08:00
|
|
|
system/camerad/sensors/*.h
|
|
|
|
|
system/camerad/sensors/*.cc
|
2020-01-17 13:03:37 -08:00
|
|
|
|
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
|
|
|
|
|
|
2023-08-24 17:00:26 -07:00
|
|
|
selfdrive/modeld/.gitignore
|
2022-07-13 17:55:05 +02:00
|
|
|
selfdrive/modeld/__init__.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/SConscript
|
2023-08-25 14:36:26 -07:00
|
|
|
selfdrive/modeld/modeld.py
|
2023-10-19 14:23:51 -07:00
|
|
|
selfdrive/modeld/parse_model_outputs.py
|
|
|
|
|
selfdrive/modeld/fill_model_msg.py
|
|
|
|
|
selfdrive/modeld/get_model_metadata.py
|
2023-09-07 19:46:43 -07:00
|
|
|
selfdrive/modeld/dmonitoringmodeld.py
|
2020-01-17 13:03:37 -08:00
|
|
|
selfdrive/modeld/constants.py
|
|
|
|
|
selfdrive/modeld/modeld
|
|
|
|
|
|
2023-08-24 17:00:26 -07:00
|
|
|
selfdrive/modeld/models/__init__.py
|
|
|
|
|
selfdrive/modeld/models/*.pxd
|
|
|
|
|
selfdrive/modeld/models/*.pyx
|
|
|
|
|
|
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
|
2022-12-02 13:14:30 -08:00
|
|
|
|
|
|
|
|
selfdrive/modeld/models/supercombo.onnx
|
|
|
|
|
|
2022-05-15 17:29:09 -07:00
|
|
|
selfdrive/modeld/models/dmonitoring_model_q.dlc
|
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
|
|
|
|
|
|
2022-03-02 20:52:17 -08:00
|
|
|
selfdrive/modeld/thneed/*.py
|
2022-08-30 17:57:14 -07:00
|
|
|
selfdrive/modeld/thneed/thneed.h
|
|
|
|
|
selfdrive/modeld/thneed/thneed_common.cc
|
|
|
|
|
selfdrive/modeld/thneed/thneed_qcom2.cc
|
2021-01-19 18:08:31 -08:00
|
|
|
selfdrive/modeld/thneed/serialize.cc
|
2020-05-15 13:53:01 -07:00
|
|
|
|
2023-08-24 17:00:26 -07:00
|
|
|
selfdrive/modeld/runners/__init__.py
|
|
|
|
|
selfdrive/modeld/runners/*.pxd
|
|
|
|
|
selfdrive/modeld/runners/*.pyx
|
2023-08-25 12:02:22 -07:00
|
|
|
selfdrive/modeld/runners/*.cc
|
|
|
|
|
selfdrive/modeld/runners/*.h
|
|
|
|
|
selfdrive/modeld/runners/*.py
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2020-06-09 13:25:15 -07:00
|
|
|
selfdrive/monitoring/dmonitoringd.py
|
|
|
|
|
selfdrive/monitoring/driver_monitor.py
|
|
|
|
|
|
2023-04-22 15:24:45 -07:00
|
|
|
selfdrive/navd/.gitignore
|
2022-07-19 16:57:13 +02:00
|
|
|
selfdrive/navd/__init__.py
|
2023-04-22 15:24:45 -07:00
|
|
|
selfdrive/navd/**
|
2022-05-30 15:15:51 +02:00
|
|
|
|
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
|
2022-04-01 15:12:54 -07:00
|
|
|
selfdrive/assets/body/*
|
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/*
|
2023-04-19 11:10:50 -07:00
|
|
|
selfdrive/assets/navigation/*
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2022-12-31 21:00:50 -08:00
|
|
|
third_party/.gitignore
|
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/linux/**
|
|
|
|
|
third_party/opencl/**
|
2020-01-17 13:03:37 -08:00
|
|
|
|
2024-01-22 22:41:59 -08: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/**
|
2020-02-03 14:41:43 -08:00
|
|
|
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/snpe/include/**
|
|
|
|
|
third_party/snpe/dsp**
|
2020-02-03 14:41:43 -08:00
|
|
|
|
2023-06-21 22:14:20 +02:00
|
|
|
third_party/acados/.gitignore
|
2021-10-07 16:32:44 -07:00
|
|
|
third_party/acados/include/**
|
2022-12-31 21:00:50 -08:00
|
|
|
third_party/acados/acados_template/**
|
2021-09-13 19:06:54 -07:00
|
|
|
|
2023-01-19 05:19:23 +08:00
|
|
|
third_party/bootstrap/**
|
2022-07-20 18:44:47 -07:00
|
|
|
third_party/qt5/larch64/bin/**
|
2024-02-01 16:37:22 -05:00
|
|
|
third_party/maplibre-native-qt/**
|
2022-07-20 18:44:47 -07:00
|
|
|
|
2020-01-17 13:03:37 -08:00
|
|
|
scripts/update_now.sh
|
|
|
|
|
scripts/stop_updater.sh
|
2020-05-14 15:36:56 -07:00
|
|
|
|
2023-12-01 21:13:37 -08:00
|
|
|
teleoprtc/**
|
|
|
|
|
|
2023-11-22 13:25:29 -08:00
|
|
|
rednose_repo/site_scons/site_tools/rednose_filter.py
|
2022-07-08 13:00:43 -07:00
|
|
|
rednose/.gitignore
|
2020-05-14 15:36:56 -07:00
|
|
|
rednose/**
|
2020-06-08 14:24:14 -07:00
|
|
|
|
2022-08-12 16:46:33 -07:00
|
|
|
body/.gitignore
|
|
|
|
|
body/board/SConscript
|
|
|
|
|
body/board/*.h
|
|
|
|
|
body/board/*.c
|
|
|
|
|
body/board/*.s
|
|
|
|
|
body/board/*.ld
|
|
|
|
|
body/board/inc/**
|
|
|
|
|
body/board/obj/
|
|
|
|
|
body/board/bldc/**
|
|
|
|
|
body/board/drivers/**
|
|
|
|
|
body/certs/**
|
|
|
|
|
body/crypto/**
|
|
|
|
|
|
2020-06-08 14:24:14 -07:00
|
|
|
cereal/.gitignore
|
|
|
|
|
cereal/__init__.py
|
|
|
|
|
cereal/car.capnp
|
2023-05-24 02:24:16 +02:00
|
|
|
cereal/custom.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
|
2023-05-24 02:24:16 +02:00
|
|
|
cereal/messaging/event.cc
|
|
|
|
|
cereal/messaging/event.h
|
|
|
|
|
cereal/messaging/impl_fake.cc
|
|
|
|
|
cereal/messaging/impl_fake.h
|
2020-06-08 14:24:14 -07:00
|
|
|
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
|
2022-12-01 00:28:40 -08:00
|
|
|
panda/SConscript
|
2020-06-08 14:24:14 -07:00
|
|
|
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/packer.cc
|
|
|
|
|
opendbc/can/packer.py
|
|
|
|
|
opendbc/can/packer_pyx.pyx
|
|
|
|
|
opendbc/can/parser.cc
|
|
|
|
|
opendbc/can/parser.py
|
|
|
|
|
opendbc/can/parser_pyx.pyx
|
|
|
|
|
|
2022-05-13 13:18:09 -07:00
|
|
|
opendbc/comma_body.dbc
|
|
|
|
|
|
2022-08-11 17:14:18 -05:00
|
|
|
opendbc/chrysler_ram_hd_generated.dbc
|
2022-07-06 23:42:07 -07:00
|
|
|
opendbc/chrysler_ram_dt_generated.dbc
|
2022-07-05 16:40:47 -07:00
|
|
|
opendbc/chrysler_pacifica_2017_hybrid_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/chrysler_pacifica_2017_hybrid_private_fusion.dbc
|
|
|
|
|
|
2022-01-24 20:51:57 -08:00
|
|
|
opendbc/gm_global_a_powertrain_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/gm_global_a_object.dbc
|
|
|
|
|
opendbc/gm_global_a_chassis.dbc
|
|
|
|
|
|
2022-08-20 07:29:09 +01:00
|
|
|
opendbc/FORD_CADS.dbc
|
|
|
|
|
opendbc/ford_fusion_2018_adas.dbc
|
2022-04-14 22:32:03 +01:00
|
|
|
opendbc/ford_lincoln_base_pt.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
|
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_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_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_insight_ex_2019_can_generated.dbc
|
|
|
|
|
opendbc/acura_ilx_2016_nidec.dbc
|
2022-06-19 00:06:23 -07:00
|
|
|
opendbc/honda_civic_ex_2022_can_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
|
2022-08-18 17:52:09 -07:00
|
|
|
opendbc/hyundai_canfd.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/hyundai_kia_generic.dbc
|
2022-09-21 21:41:17 -07:00
|
|
|
opendbc/hyundai_kia_mando_front_radar_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
|
|
|
|
|
opendbc/mazda_2017.dbc
|
|
|
|
|
|
2023-05-29 23:01:30 -07:00
|
|
|
opendbc/nissan_x_trail_2017_generated.dbc
|
|
|
|
|
opendbc/nissan_leaf_2018_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
|
2020-07-23 22:28:23 +03:00
|
|
|
opendbc/subaru_global_2017_generated.dbc
|
2023-08-23 18:50:55 -07:00
|
|
|
opendbc/subaru_global_2020_hybrid_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
|
|
|
|
2022-01-27 08:52:24 -08:00
|
|
|
opendbc/toyota_tnga_k_pt_generated.dbc
|
2022-01-27 11:44:57 -08:00
|
|
|
opendbc/toyota_new_mc_pt_generated.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/toyota_nodsu_pt_generated.dbc
|
|
|
|
|
opendbc/toyota_adas.dbc
|
|
|
|
|
opendbc/toyota_tss2_adas.dbc
|
|
|
|
|
|
2022-08-16 17:32:59 -04:00
|
|
|
opendbc/vw_golf_mk4.dbc
|
2020-06-08 14:24:14 -07:00
|
|
|
opendbc/vw_mqb_2010.dbc
|
2021-06-23 14:56:59 +02:00
|
|
|
|
|
|
|
|
opendbc/tesla_can.dbc
|
2024-03-06 21:14:48 +01:00
|
|
|
opendbc/tesla_radar_bosch_generated.dbc
|
|
|
|
|
opendbc/tesla_radar_continental_generated.dbc
|
2021-11-18 13:57:12 +01:00
|
|
|
opendbc/tesla_powertrain.dbc
|
2022-09-01 10:31:14 -07:00
|
|
|
|
2023-11-07 12:54:48 -05:00
|
|
|
tinygrad_repo/openpilot/compile2.py
|
2022-09-01 10:31:14 -07:00
|
|
|
tinygrad_repo/extra/onnx.py
|
2023-03-06 15:50:28 -08:00
|
|
|
tinygrad_repo/extra/onnx_ops.py
|
2022-10-21 13:11:50 -07:00
|
|
|
tinygrad_repo/extra/thneed.py
|
2022-09-01 10:31:14 -07:00
|
|
|
tinygrad_repo/extra/utils.py
|
2023-10-17 10:05:28 -07:00
|
|
|
tinygrad_repo/tinygrad/codegen/kernel.py
|
|
|
|
|
tinygrad_repo/tinygrad/codegen/linearizer.py
|
|
|
|
|
tinygrad_repo/tinygrad/features/image.py
|
2023-11-07 12:54:48 -05:00
|
|
|
tinygrad_repo/tinygrad/features/search.py
|
2023-01-24 14:06:56 -08:00
|
|
|
tinygrad_repo/tinygrad/nn/*
|
2023-10-17 10:05:28 -07:00
|
|
|
tinygrad_repo/tinygrad/renderer/cstyle.py
|
|
|
|
|
tinygrad_repo/tinygrad/renderer/opencl.py
|
|
|
|
|
tinygrad_repo/tinygrad/runtime/lib.py
|
|
|
|
|
tinygrad_repo/tinygrad/runtime/ops_cpu.py
|
|
|
|
|
tinygrad_repo/tinygrad/runtime/ops_disk.py
|
2023-03-06 15:50:28 -08:00
|
|
|
tinygrad_repo/tinygrad/runtime/ops_gpu.py
|
|
|
|
|
tinygrad_repo/tinygrad/shape/*
|
2023-01-24 14:06:56 -08:00
|
|
|
tinygrad_repo/tinygrad/*.py
|