Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tesla raf 0.8.1 #12

Open
wants to merge 370 commits into
base: tesla
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 30, 2019

  1. fix calibrateRadar.py

    BogGyver committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    4a89b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da8f168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9929061 View commit details
    Browse the repository at this point in the history
  4. fix stupid merge issue

    BogGyver authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1bd2413 View commit details
    Browse the repository at this point in the history
  5. Adds 2019 Lexus ES (non hybrid) (commaai#866)

    * Adds 2019 Lexus ES (non hybrid)
    
    * Updated test route
    energee authored and rbiasini committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    affe1c3 View commit details
    Browse the repository at this point in the history
  6. merge issues

    BogGyver committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    c15e9e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe0ed57 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Disable LDW for 4 seconds after blinker transition from on to off (co…

    …mmaai#112)
    
    If we want to change lanes with a blinker tap (3 blink mode), then we need to disable LDW for enough time to allow a smooth manual lane change. 4 seconds as it seems the freq is actually around 50Hz, not 100Hz.
    tb205gti authored and BogGyver committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    0ef304e View commit details
    Browse the repository at this point in the history
  2. Disable HSO for 3 seconds after blinker has been active (commaai#111)

    Avoid HSO will deactivate and try to take the car back into the lane during a manual lane change with blinker tapped (3 blinks mode)
    tb205gti authored and BogGyver committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    e1f23b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3715761 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d18bfb View commit details
    Browse the repository at this point in the history
  5. params learner to only learn @ cons speed

    Acceleration/deceleration in turns affect yaw as measured by phone and will create potential issues with learner. This code changes the learner to only adjust parameters when speed is constant
    BogGyver committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    50fa806 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14f2d6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    beb28b7 View commit details
    Browse the repository at this point in the history
  8. async/await server

    rafcabezas committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    31d98e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d025526 View commit details
    Browse the repository at this point in the history
  10. Merge pull request commaai#114 from rafcabezas/feature/tinklad-async-…

    …await
    
    Feature/tinklad async await
    rafcabezas authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d8c122d View commit details
    Browse the repository at this point in the history
  11. fix merge issue in thermald

    BogGyver committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    3906140 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Merge cereal subtree

    Vehicle Researcher committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    38e7d54 View commit details
    Browse the repository at this point in the history
  2. Squashed 'cereal/' changes from 3d90c78..90e48c5

    90e48c5 add ir pwr field
    101face added safety model to health packet
    fe09e4c distinguish between ignition_line and ignition_can
    
    git-subtree-dir: cereal
    git-subtree-split: 90e48c5
    Vehicle Researcher committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    047924c View commit details
    Browse the repository at this point in the history
  3. Merge panda subtree

    Vehicle Researcher committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    97a289e View commit details
    Browse the repository at this point in the history
  4. Squashed 'panda/' changes from 30c7ca8..256d274

    256d274 Fix Mac installation instruction per: https://github.com/commaai/panda/pull/308/files
    bfd8ff1 Update cppcheck commit with more coverage
    b143a1c Fixed Misra complaint
    606f1d9 Fixed RTC on non-uno boards, second try. Cannot work when there is no xtal.
    933c757 Fix RTC on non-uno boards (commaai#311)
    48d0d0c VW button spam: fix safety and add tests (commaai#306)
    6cccf96 Fan and IR at 0 when in power savings mode (commaai#309)
    0537328 board get_sdk scripts were left on python2
    de18a7e bump version after uno merge
    1965817 Changed default values for testing
    a12a148 Uno (commaai#274)
    7d29dc5 bump panda version. We really need a better way
    4007532 VW: stricter limits to comply with comma safety policy
    e2e2be9 add safety mode to health packet
    101238c turned on VW ignition based CAN logic
    a0d8d5d fix misra 5.3: check_ignition is intended as check_started and can't be used twice
    ea636de made check_ignition function to both look at ignition_line and ignition_can
    1102e69 make ignition logic common for all cars (commaai#303)
    3a110c6 bump version after CMSIS core upgrade
    55dfa52 Update core to CMSIS 5.6 release  (commaai#251)
    ee86490 fix linter 2
    f410b11 fix linter
    55957d6 proper python3 exception inheritance
    6ba0f47 fix linter errors
    5c49fe0 Merge pull request commaai#145 from gregjhogan/uds
    0f36199 timeout is float
    396d6aa safety_replay only installs few extra requirements
    25af7d3 Misra also need python 3 env
    7434c5c centralize requirements for tests
    a0c37c7 coverage not needed in linter reqs
    fce38a9 Linter python (commaai#299)
    62e2f5c update cppcheck commit
    711810d more uds debug
    4454e3a better CAN comm abstraction
    6b1f28f fix more encoding and some bytes cleanup (commaai#300)
    43adad3 fix WARNING_INDICATOR_REQUESTED name
    9c857da 0x
    b64d6fa typing
    768fdf7 bytes() > chr().encode()
    1be15ea custom errors from thread
    68da831 more python3
    eb358e8 uds lib example
    4f28858 updates for python3
    932745f support tx flow control for chunked messages
    b1c3712 add timeout param
    cdf2f62 bug fixes
    b1a3195 fix rx message filtering bug
    80fb6a6 convert uds lib to class
    59cd2b4 handle separation time in microseconds
    4429600 fix separation time parsing
    c641e66 fix typo
    48b8dcc fix flow control delay scale
    78f413d flow control delay
    33a5167 bug fixes
    8ee89a0 multi-frame tx
    5e89a9c clear rx buffer and numeric error ids
    9662300 fix remaining size calculation
    01ef1fa zero pad messages before sending
    1ddc973 uds can communication
    dca176e syntax errors
    95be481 SERVICE_TYPE enum
    98e73b5 more UDS message type implementation
    c1c5b03 uds lib
    162f485 fix chr to bytes conversions (commaai#298)
    4972376 Update VW regression test to follow Comma safety index refactoring (commaai#296)
    f9053f5 more Python 3 fixes, attempting to fix jenkins wifi regresison test (commaai#295)
    2f9e076 Panda safety code for Volkswagen, Audi, SEAT, and Škoda (commaai#293)
    
    git-subtree-dir: panda
    git-subtree-split: 256d274
    Vehicle Researcher committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    22023eb View commit details
    Browse the repository at this point in the history
  5. Merge opendbc subtree

    Vehicle Researcher committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b4f4b92 View commit details
    Browse the repository at this point in the history
  6. Squashed 'opendbc/' changes from f3b573559..c0eba096b

    c0eba096b remove obsolete Subaru dbc file
    f7bce9ee0 Fixes to vw dbc
    adb672657 Added VW comment about ignition bit
    c51631617 Fixes and new message for VW MQB, fix for Accord Touring (commaai#193)
    a09bf725e fixed to luxgen dbc file
    f00f6289a Create luxgen_s5_2014.dbc (commaai#101)
    024612b20 Fix steer angle factor for toyota
    7311ee70e Lexus is adjustment (commaai#192)
    f04ce577e Updates for Volkswagen support (commaai#191)
    
    git-subtree-dir: opendbc
    git-subtree-split: c0eba096bc74033ea54abfd56406b5af3108727c
    Vehicle Researcher committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    67c4121 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44e6cde View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. openpilot v0.6.6 release

    Vehicle Researcher authored and pd0wm committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    d7f0b40 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    2964213 View commit details
    Browse the repository at this point in the history
  2. Saving P,I,F parameters from pid controller (commaai#116)

    Added separate save/load functions, try catch - and saving the right constants to the params file.
    tb205gti authored and BogGyver committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9c4b0fa View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Feature/tinklad throttling + linting (commaai#118)

    * Throttle tinlkad's attemptToSendPendingMessages
    
    * Remove get_git_remote from registration. It's defined in version already.
    
    * tinklad linting
    
    * tesla linting
    rafcabezas authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    4557733 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Prevent multiple readings of the pid params file (commaai#119)

    ..only load the pid values when we initiate the LoC
    tb205gti authored and BogGyver committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    86d29e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418ba3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb6a48 View commit details
    Browse the repository at this point in the history
  4. bug fixes

    BogGyver committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    a84eda0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bc2f8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c6d884 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a649732 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a61c3b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    c05072f View commit details
    Browse the repository at this point in the history
  2. ALCA4 (still in dev)

    BogGyver committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    0261cad View commit details
    Browse the repository at this point in the history
  3. ALCA4 tuning

    BogGyver committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    fcd55e9 View commit details
    Browse the repository at this point in the history
  4. ALCA4 alpha release

    BogGyver committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    51c9c12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d20896c View commit details
    Browse the repository at this point in the history
  6. ALCA4 tweak for turns

    BogGyver committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    16e6d7a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Configuration menu
    Copy the full SHA
    3f4695d View commit details
    Browse the repository at this point in the history
  2. Add fingerprint (commaai#875)

    nanamiwang authored and rbiasini committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    d4eb5a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    45838ee View commit details
    Browse the repository at this point in the history
  2. ALCA polishing

    BogGyver committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    45cbcc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    172afd5 View commit details
    Browse the repository at this point in the history
  4. should_ldw changes

    moved the should_ldw code closer together and added status messages for when LDW is active and inactive
    tb205gti authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ffe6413 View commit details
    Browse the repository at this point in the history
  5. Merge pull request commaai#125 from BogGyver/tb205gti-ldw-2

    should_ldw changes
    tb205gti authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    44a0601 View commit details
    Browse the repository at this point in the history
  6. thermald and ALCA

    BogGyver committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    27e86dd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. ALCA sinplified logic

    BogGyver committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    df7b219 View commit details
    Browse the repository at this point in the history
  2. first pass

    BogGyver committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    1252127 View commit details
    Browse the repository at this point in the history
  3. fix UI.cc

    BogGyver committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    7ac319f View commit details
    Browse the repository at this point in the history
  4. versioning

    BogGyver committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    5398360 View commit details
    Browse the repository at this point in the history
  5. Promoting OP 0.6.5 to Devel (commaai#126)

    * fix ALCA module
    
    * Update ALCA_module.py
    
    * Promote panda fixes from alpha to devel (commaai#98)
    
    * Fix for mock car crash
    
    * fix ALCA module
    
    * do not use
    
    * radar_interface logic improvements
    
    * remove radar logging
    
    * radar_interface refactoring
    
    * Log radar_interface CAN error, Process Comm Errors (commaai#95)
    
    * Log radar_interface CAN error
    
    * Add support for process comm error logging
    
    * Improve Process Comm error logging
    
    * Can and CommError throttling
    
    * Update radar_interface.py
    
    * fixing push per Raf's comments
    
    * ALCA and radar_interface work (commaai#96) (commaai#97)
    
    * do not use
    
    * radar_interface logic improvements
    
    * remove radar logging
    
    * radar_interface refactoring
    
    * Update radar_interface.py
    
    * fixing push per Raf's comments
    
    * fix process comm issue
    
    * switch radard from lane_parser to model
    
    * radar/ALCA changes
    
    * fix lane width
    
    * switched back to not deleting CarParams to avoid radar failure when rebooting EON while driving
    
    * cleanup some debug info to be able to restart ALCA research
    
    * tweaks on safety_tesla.h for can bus isolation
    
    * few more cleanups to safety_tesla.h
    
    * fix start signal logic
    
    * Increase LEXUS_IS safetyParam to 77 (commaai#841)
    
    * use list comprehension (commaai#839)
    
    * use list comprehension
    
    * oops index range fix
    
    * simplify encode/decode in dbc (commaai#840)
    
    * simplify encode/decode
    
    * 2019 Highlander Hybrid Limited Platinum (commaai#843)
    
    fingerprint from ogdragonzypher on Discord
    
    * Allow to lock safety mode to keep gm/tesla cars supported (commaai#844)
    
    * Force subaru to assume the stock camera is connected (commaai#849)
    
    * Revert to using the sum of the lane line probabilities instead of the the product
    
    * Add core OP support for CRC validation, with extra support for Volkswagen MQB (commaai#836)
    
    * Generalized core OP CRC support plus extra bits for Volkswagen MQB.
    
    * Update ref to process_replay regression test
    
    * Remove unneded use of replace, causing json to fail loading the alert
    
    * Add supported car for 2019 Toyota Altis Hybrid (commaai#859)
    
    * add supported car for 2019 Toyota Altis Hybird / Corolla hybrid 2020 (US market)
    
    * remove unnecessary comprehensions (commaai#863)
    
    * Added fingerprint from Sienna XLE AWD (commaai#848)
    
    * Added fingerprint from Sienna XLE AWD
    
    * Update driver_monitor.py
    
    * Update driver_monitor.py
    
    * Update driver_monitor.py
    
    * fix stupid merge issue
    
    * Adds 2019 Lexus ES (non hybrid) (commaai#866)
    
    * Adds 2019 Lexus ES (non hybrid)
    
    * Updated test route
    
    * merge issues
    
    * Update README with now supported Subaru Harness
    
    * Disable LDW for 4 seconds after blinker transition from on to off (commaai#112)
    
    If we want to change lanes with a blinker tap (3 blink mode), then we need to disable LDW for enough time to allow a smooth manual lane change. 4 seconds as it seems the freq is actually around 50Hz, not 100Hz.
    
    * Disable HSO for 3 seconds after blinker has been active (commaai#111)
    
    Avoid HSO will deactivate and try to take the car back into the lane during a manual lane change with blinker tapped (3 blinks mode)
    
    * params learner to only learn @ cons speed
    
    Acceleration/deceleration in turns affect yaw as measured by phone and will create potential issues with learner. This code changes the learner to only adjust parameters when speed is constant
    
    * Update to match new version of python in eons
    
    * python 3 fixes for test client / server
    
    * async/await server
    
    * Don't log for action message as it's too often, and we throttle it internally.
    
    * fix merge issue in thermald
    
    * fixes and tweaks; code simplification
    
    * Saving P,I,F parameters from pid controller (commaai#116)
    
    Added separate save/load functions, try catch - and saving the right constants to the params file.
    
    * Feature/tinklad throttling + linting (commaai#118)
    
    * Throttle tinlkad's attemptToSendPendingMessages
    
    * Remove get_git_remote from registration. It's defined in version already.
    
    * tinklad linting
    
    * tesla linting
    
    * Prevent multiple readings of the pid params file (commaai#119)
    
    ..only load the pid values when we initiate the LoC
    
    * missing V_PID_FILE constant (commaai#121)
    
    * show cars in IC for non-radar users (commaai#120)
    
    * bug fixes
    
    * Fix issue where user info was being dropped on no connectivity (commaai#122)
    
    * move pisParams, fix GPS logging
    
    * Bugfix tinklad throttling (commaai#124)
    
    * ALCA4 (still in dev)
    
    * ALCA4 tuning
    
    * ALCA4 alpha release
    
    * ALCA4 tweak for turns
    
    * ACC fix; LDW mite during ALCA
    
    * ALCA polishing
    
    * fix enter_canloader.py for python 3
    
    * should_ldw changes
    
    moved the should_ldw code closer together and added status messages for when LDW is active and inactive
    
    * thermald and ALCA
    
    * ALCA sinplified logic
    BogGyver authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    801f0f0 View commit details
    Browse the repository at this point in the history
  6. messaging fixes for 0.6.6

    BogGyver committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    f739f67 View commit details
    Browse the repository at this point in the history
  7. fix ALCA messed by merge

    BogGyver committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    f49b4f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c05c5ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ba0481 View commit details
    Browse the repository at this point in the history
  10. tame ALCA

    BogGyver committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    d01726b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. fix ui; update ALCA

    BogGyver committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    c1c096c View commit details
    Browse the repository at this point in the history
  2. Fixes for various merge and refactoring fallout, typo fixes. (commaai…

    …#878)
    
    * Fixes for various merge and refactoring fallout, typo fixes.
    
    * Tab->Spaces
    jyoung8607 authored and rbiasini committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    1e10658 View commit details
    Browse the repository at this point in the history
  3. radar fixes for 0.6.6

    BogGyver committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    0106c3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e733e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. final ALCA tweek

    BogGyver committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    e5c9fac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559b9b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a6d1dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4667c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    812f93a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. first pass AHB

    BogGyver committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    98e91e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc38bab View commit details
    Browse the repository at this point in the history
  3. AHB tweaks

    BogGyver committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    68158e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c224032 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Added tbui inforbar + preventing screen from turning of if dashcam is…

    … recording. (commaai#129)
    
    * added recording bool
    
    * Added recording state from bbuistate
    
    * prevent UI from turning of if we are recording with dashcam
    
    * Adding tbui.h
    
    * Added the infobar from tbui.h
    
    * I was missing
    tb205gti authored and BogGyver committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    958993d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    65af057 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. improve lane IC integration

    BogGyver committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    bf990b2 View commit details
    Browse the repository at this point in the history
  2. revert some AHB test code

    BogGyver committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    ca1d7d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    637297f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. fix CC for ACC

    BogGyver committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    de34cbe View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    405bf34 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Fix typo (commaai#891)

    sshane authored and rbiasini committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    84ef9d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Blinker + LDW improvements (commaai#131)

    blinker extension:
    - now only triggers when tapping
    - now also works when OP is not engaged
    - extension configuration changed to blink count instead of seconds
    other:
    - implemented real blinker states (thanks BogGyver!)
    - refactored blinker and blinker stalk related stuff
    - ldw won't trigger while blinking by tapping anymore and numb time starts after blinking ends
    - removed eon on-screen ldw messages
    neon-dev authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    ea50af0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Battery protection (commaai#888)

    * Battery protection
    
    If your car battery voltage is lower than 0% switch off charging to stop the Eon from damaging the 12v car battery. Leaving you with a car that can not start but has a fully charged eon ;-)
    
    * add rbiasini comment && !ignition
    
    * Update Offroad_ChargeDisabled with voltage low
    
    * simplify alert
    
    * non-temporal hysteresis from @rbiasini
    
    And up the start charge limit to 12v. i.e. 50% car battery voltage
    
    * once battery power recovers to 11.500 volts charge
    
    This leaves 1v inbetween for any fluctuations that could occur.
    
    * fix indent
    
    * Fix indent of whole block
    
    It looks like sometimes when you copy and paste into the github web interface some white spacing gets added or removed. BE AWARE!
    arne182 authored and rbiasini committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    02c4ade View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Minor spelling and grammar corrections. (commaai#132)

    The comments have received minor edits to improve English spelling and grammar.
    F-John authored and neon-dev committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    1eb3ddb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    8070c37 View commit details
    Browse the repository at this point in the history
  2. python 3 fixes for readRadarVin.py (commaai#133)

    * python 3 fixes for readRadarVin.py
    rafcabezas authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    1ddfa19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4270b64 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Update README.md and SAFETY.md (commaai#907)

    * Update README.md and SAFETY.md
    rbiasini authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    7be62e7 View commit details
    Browse the repository at this point in the history
  2. fleet speed indicator

    BogGyver committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    a169fe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Merge cereal subtree

    Vehicle Researcher committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    391eb0b View commit details
    Browse the repository at this point in the history
  2. Squashed 'cereal/' changes from 90e48c5..b8382bb

    b8382bb steerLimitTimer should be car dependent
    9a22968 add pa0 temp to ThermalData
    f6f0f60 Add stock Fcw to carState
    b608683 no l/r distinction for LDW
    555f48d Add ldw alert
    8e8b4a4 Remove plusFrame socket in favor of UiLayoutState
    3410325 log stock AEB events
    2219f2b Add warning about not using cython version of sec_since_boot
    8f1a512 for legacy-testing reasons, better to define the used percent instead of avail
    e86d954 adding low memory event
    ad23834 remove TODO
    d0962b3 log mem available and cpu perc in thermald
    3b753be Implement error handling and exceptions (commaai#18)
    a7d5bb7 add explicit dependencies on services.h
    1ba6467 fix linter
    c7d215b Added communityFeatureDisallowed event
    492140a Added communityFeature bit detection to CarParams
    266a5fe log Panda fault types
    347a866 Switch from polling on FIFOs to signal (commaai#12)
    e25bba7 no need to double build the objects
    fe43a99 20Hz for radar time step is very standard
    2aabf1e Added radar time step to car params
    e8ae908 Generate capnp for java
    57126a2 cereal_shared
    da655cd Add uptime to health
    f6a8e39 add test with multiple subscribers
    84b3af5 comment out the debugging
    4b9c942 added power save state to health packet
    66be370 run python unittest in ci
    52c6db8 Run scons in CI (commaai#14)
    9414615 do need it, but only for arm
    2856c37 remove gnustl_shared
    7f05ee6 fix apks
    e3a6bde Revert "no more makefiles"
    487fbd0 don't rely on BASEDIR, and add zmq library
    223e37a no more makefiles
    da2ed11 don't link the wrong one
    fe9fe2a scons builds the python lib now
    2f81135 err, it can't build services.h
    57b03f8 now we shouldn't need that yaml crap everywhere
    f8e5327 bridge builds with services.h
    2b0cb60 noOutput safety mode is now called silent
    83880d5 add msgq tests
    bcad184 msgq: dont block when fifo does not exists
    b4b26782 Default to zmq
    473e291 fix compilation in docker
    30aaadd msgq: try again when no timeout on poll but also no message
    c4f2ad5 msgq: make sure read_fifos is initalized so we dont close random fds
    4e513a85 msgq: dont clean up uninitialized sockerts
    c008b63 also remove the fifo from disk
    ef64eb2 MSGQ stability improvements when opening and closing lots of queues
    e147abc Revert "Revert "deprecate irpwr""
    932dc32 Revert "deprecate irpwr"
    a684415 disengage
    ec27e18 capnpc also generated the header files
    ee52ab9 deprecate irpwr
    301c74c8 Merge branch 'master' of github.com:commaai/cereal
    6da7d55 add front frame
    a5944eb add conflate parameter for SubSocket::create
    ca8df17 Add fault status to health
    ef4ded0 add conflate support in SubSocket constructor
    7fd314a update scons build file
    93d814e add saturated flags to indi and lqr logs
    50302fe add steeringRateLimited to car.capnp
    05e3513 add msgq readme
    a6759a9 faster make
    94b7377 Add struct to log FW version
    64ce0b5 add scons build
    dc9ad18 add debug print statement on SIGINT
    4a61269 Merge pull request commaai#10 from commaai/msgq
    4873449 use recv one or none after poll
    a054864 default to msgq
    fbc4a4c oops bad number
    5067cf4 add meta
    cbd0286 fix export prefix and make shared library world readable
    c273054 add c exports for jni usage
    e77f41e zmq already sets the errno correctly
    3196cf6 Fix service list path in bridge
    d35515a add all msgq files, but dont use as default
    a68a38f Don't delete context from python side only
    bd46c22 Revert "zmq_ctx_term is blocking"
    a1fc26b zmq_ctx_term is blocking
    0902182 remote address support
    21a3536 only delete subsocket when created by same object
    34df735 remove extra underscore from __dealloc__
    c8748f8 fix internal refs
    79b2fbf fixups
    23ad256 import messaging and services
    
    git-subtree-dir: cereal
    git-subtree-split: b8382bb
    Vehicle Researcher committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    e3b2117 View commit details
    Browse the repository at this point in the history
  3. Squashed 'panda/' changes from 256d274..a648cca

    a648cca Add os import
    042562d Extracted wifi connect from test helpers
    ac0fd5d query fw versions example - use extended diagnostic session
    4e9d788 Remove not-needed cadillac-init
    f0a5d15 typo
    c093286 Add bootkick after re-enabling phone power (commaai#401)
    eadb0db security upgrades (commaai#397)
    7c13bec Command to get signature (commaai#399)
    dad439a static assert on size of health packet (commaai#398)
    da9da46 Fix VERSION
    df4159c Revert "Revert "Register readback on most modules. Still need to convert the other ones (commaai#396)""
    56ec215 Revert "Register readback on most modules. Still need to convert the other ones (commaai#396)"
    893e486 Register readback on most modules. Still need to convert the other ones (commaai#396)
    6bbae7b VW safety: allow cancel spam on both buses to be compatible with camera and gateway integration
    d5f7a28 bump panda
    1bcc351 ignition_can: set it to False after 2s of not seeing CAN msgs
    96137f1 VW can based ignition not needed. it has ignition line at camera as well.
    1b004a1 Same flake8 version as the one in openpilot
    e82ba5f Same pylint version as the one in openpilot
    656f99b Interrupt refactor (NVIC_SM_1: commaai#334) and Fault handling (commaai#377) (PR commaai#373)
    000282e Fix can_logger.py to run correctly on python3 (commaai#392)
    7f9b4a5 Fix USB device enumeration on Windows 8.1 and Windows 10 (commaai#393)
    dec565c Update Misra test coverage, which now includes rule 2.7
    fb6bc3b Fix Misra
    878dd00 solve race condition is relay_malfunction right after changing the relay status by adding a counter
    2d4cb05 add a safety mode counter
    a6797a21 Implement USB power mode on uno
    670f90c Merge branch 'master' of github.com:commaai/panda
    ca39a5d Added faults integer to health packet
    e1c34a1 Panda Jungle testing (commaai#394)
    2a093a3 Added heartbeat to echo test
    2246435 Fixed health struct size. We should really get an automated test for this
    f458d67 Add uptime counter to the health packet (commaai#391)
    1662481 enable CAN transcievers outside the set_safety_mode function, which is not related
    a7c9874 bump panda ver
    1192d93 Power saving refactor (commaai#389)
    d58d08f Fix Misra 17.8: can't mod function params
    bc685ac Minor indent
    a54b86c Failure of set_safety_mode falls back to SILENT. Failure to set silent results in hanging
    597436d NOOUTPUT safety mode is now SILENT. NOOUTPUT still exists but keeps C… (commaai#388)
    d229f8d ESP forced off in EON build. this prevents ESP to be turned on when e… (commaai#387)
    8a044b3 forgot Hyundai: now also using make_msg
    4f9c879 remove abunch of lines from safety regression tests by using common make_msg function
    fb81414 mispelled word
    57f5ef8 Fix misra: addr can't be more than 29 bits anyway
    68ff501 typo
    d5c772b Fixe Toyota message white-list
    48197a9 Better masking for ELM mode
    b8fe78c VW is also tested for safety replay
    212d336 Safety Chrysler: Added cancel spam button check
    d44b562 fix print in example
    02d579a functional addr handling
    6249a18 tx_hook shall have a white-list of messages (commaai#381)
    8138fc1 uds: handle function addrs and fw version query example
    6626a54 Fixed python health api
    b9b79e8 uds zero second timeout
    e0de1a4 define ALLOW_DEBUG in safety tests
    86dec4b Safety modes that violate ISO26262 requirements are not compiled in RELEASE build
    e74ed93 safety tests a bit more simplified
    2027765 relay malfunction test centralized
    8af1a01 clean up safety tests
    e8f7a3b upd panda
    cfcce8f WIP: Relay malfunction (commaai#384)
    69d9d61 No tabs in mazda safety
    a86418c insignificant changes
    f239b99 single addr was better
    d063a18 Hyundai safety: re-enable button spam safety check
    4d1edc0 skip tx_hook if a message is forwarded (commaai#379)
    df2ff04 bump version
    168461d added fault state to health packet
    b3e1a13 uds: better debug prints
    68c39fb uds: no need for threads if you always drain rx
    91b7c5b bump Panda Ver
    26cb4dc Fixed pylint error
    32725cc Fixed misra compliance
    e33b4be Added echo script
    312ba62 minor comment cleanupo
    e90897a Fix board detection on white
    0e72c18 always stop executing if safety mode fails to be set (suggested by jyoung8607)
    e8d7ed1 Rename function name to not confuse safety_set_mode and set_safety_mode
    ff86db6 improve uds message processing
    512ab3f except Exception
    37ce507 py3 all
    bac4d85 dos and python3
    501db8d uds drain before send and use has_obd()
    f2cbec1 Added has_obd() to python library
    48e5b18 Add SDK downloading to the build step (commaai#314)
    e0762c2 Add Python & USB API for controlling phone power (commaai#313)
    ba9fb69 New health packet struct also in the python libs
    
    git-subtree-dir: panda
    git-subtree-split: a648cca
    Vehicle Researcher committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    bc7b9b3 View commit details
    Browse the repository at this point in the history
  4. Merge panda subtree

    Vehicle Researcher committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    df87581 View commit details
    Browse the repository at this point in the history
  5. Merge opendbc subtree

    Vehicle Researcher committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    261fb00 View commit details
    Browse the repository at this point in the history
  6. Squashed 'opendbc/' changes from c0eba096..4f82d01e

    4f82d01e gitignore
    5cb83454 Honda FCM: diagnostic signals
    d309cdce Added linter to opendbc (commaai#203)
    d452706f add requirements.txt
    ec3b4595 deterministic dependency order
    a265d351 Azure pipelines ci (commaai#202)
    bce9a2e1 packer depends on libdbc
    5d5fdd6a no more python version of libdbc, everything through cython
    541705bf move CANDefine to parser code
    da25c52a add test for can define
    0ba7926b unify can packer and parser
    25d88009 consistent naming
    a5c640a5 fix linter
    be210fef remove obsolete make file
    ffd9dca7 opendbc needs cereal
    b559f63d remove more make
    d0929496 seems to work now
    41e80836 don't make
    3254d1fc think scons works
    eb78f6aa scons sort of working
    0ef1e35d fix gitignore
    e155e017 Can migration (commaai#199)
    3eded83a Honda: correct steering torque sensor sign to be consistent with standard convention (left+)
    32f70e2f Fix outback endianness consistency (commaai#196)
    a7da471f Update subaru_outback_2015_eyesight.dbc (commaai#195)
    
    git-subtree-dir: opendbc
    git-subtree-split: 4f82d01ebc78109888954d9807d320e3c27896fd
    Vehicle Researcher committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    683b615 View commit details
    Browse the repository at this point in the history
  7. openpilot v0.7 release

    Vehicle Researcher committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    c025b96 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Allow more time for snapshots and increase alert priority for disallo…

    …wed community feature
    rbiasini committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    a4b4513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa42cd5 View commit details
    Browse the repository at this point in the history
  3. add common/kalman/.gitignore

    pd0wm committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    e0d7a55 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    69fb8b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    8f78b61 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. PCC fixes (commaai#136)

    * fixed effectively unreachable code in PCC module
    * fixed silent pcc disengagements
    * added/improved on screen error messages
    * refactoring and cleanup (removed unused code)
    neon-dev authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    9f3d864 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Honda fwd fixes (commaai#5)

    - fix chime forwarding
    - forward radar hud msg from stock
    - no EON chime during stock fcw
    rbiasini committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    a2ae18d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Fix pedal timeout message when no pedal is installed (commaai#138)

    * fixed EON on screen warning about pedal interceptor timeout when no pedal was installed
    * removed faulty and unnecessary button state checks/calls. PCC button auto switches to ACC mode and back, so PCCState.OFF effectively never happens
    * pedal dbc cleanup
    neon-dev authored Jan 2, 2020
    Configuration menu
    Copy the full SHA
    0b0a96e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Map based speed fixes (commaai#137)

    * fixed map based speed slowed you down on roads without valid map data, even if map data was disabled
    * fixed map based speed miscalculation when speed limit was higher than max cruise speed (car drove slower than any of those three values)
    * fleet speed no longer affects road sections without a speed limit like the autobahn, fixing again unnecessary slow downs
    neon-dev authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    25472b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    6271b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4264062 View commit details
    Browse the repository at this point in the history
  3. Fixed PCC vehicle ref speed (commaai#141)

    * fixed PCC vehicle ref speed (wasn't based on the exact speed shown in IC but an approximation)
    
    * fixed rounding issue for acc/pcc speed in IC when adjusting by double tapping
    neon-dev authored Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6dd6d42 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Cruise speed improvements (commaai#142)

    * new common fleet speed class to reduce code duplication
    * fleet speed movingaverage now gets reset between PCC/ACC dis/engagements
    * minor improvements to determine if map speed data should be used
    * less frequent pid file updates to reduce disk IO/possible lag (maybe we can find a way to write it only on drive end/ EON shutdown?)
    * refactoring
    * tie fleet speed indicator in IC to real fleet speed state
    
      old display logic: "available" = fleet speed is available, "enabled" = ACC/PCC is engaged and fleet speed is available
      new display logic: "available" = fleet speed is available, "enabled" = ACC/PCC is engaged and fleet speed is currently valid (meaning taken into account computing cruise speed)
    
      this makes it more clear to the driver when fleet speed is actually considered and fixes corner cases like fleet speed showing as enabled while using plain CC mode.
    
    * fix invalid/outdated last_speed when (re)engaging PCC 
    * fix alternating IC speed after adjusting to current speed by double pull
    neon-dev authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    de96ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced7bfd View commit details
    Browse the repository at this point in the history
  3. Blinker tapping related improvements (commaai#144)

    * fix blinker extension could not be cancelled via second tap
    * fix blinker extension didn't work when aborting ALCA
    * ALCA now only triggers by tapping, so you can turn or make a manual lane change without warnings
    neon-dev authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    a058729 View commit details
    Browse the repository at this point in the history
  4. Merge cereal subtree

    Vehicle Researcher committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    0440535 View commit details
    Browse the repository at this point in the history
  5. Squashed 'cereal/' changes from b8382bb..01942b8

    01942b8 add TODO
    b74a456 don't hardcode the lists
    ed5a4bf add face stds
    396a2bb add can error counter to controlsState
    c6b5c73 Switch default to msgq (commaai#21)
    a457ffa Fix indentation in readme.md
    a1fc8c7 explicitly mention Python for syntax colouring (commaai#20)
    19e2393 Fix expected for cameraOdometry and liveCalibration
    e7d2f97 Add radar comm issue error
    db64cd4 Reserve safety commaai#21 for VAG PQ35/PQ46/NMS (commaai#19)
    79d638d separate honda safety models between Bosch Giraffe and Bosch Nidec
    2614a65 better name
    b6b84cd add longitudinal
    78f5934 Add canRxErrs to health
    6758899 qlog liveCalibration
    df80b87 add more stuff to fw log in CarParams
    a87805a fix doxs
    4746b20 got doxed
    21cf3f5 build on mac
    31ac47c Add carUnrecognized event
    
    git-subtree-dir: cereal
    git-subtree-split: 01942b8
    Vehicle Researcher committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    9504037 View commit details
    Browse the repository at this point in the history
  6. Remove old panda subtree

    Vehicle Researcher committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    ab415aa View commit details
    Browse the repository at this point in the history
  7. Merge commit 'b0b7a768f00d08fa30d7463efd0d05fcd5490088' as 'panda'

    Vehicle Researcher committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    af301ad View commit details
    Browse the repository at this point in the history
  8. Squashed 'panda/' content from commit 3b35621

    git-subtree-dir: panda
    git-subtree-split: 3b35621
    Vehicle Researcher committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    b0b7a76 View commit details
    Browse the repository at this point in the history
  9. Merge opendbc subtree

    Vehicle Researcher committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    25d18af View commit details
    Browse the repository at this point in the history
  10. Squashed 'opendbc/' changes from 4f82d01e..5081966f

    5081966f One more fix
    fa5dc680 Fix honda dbc files after steer torque addition
    e4dfb2fa update honda steering signals (commaai#208)
    53fc4487 added generator test (commaai#207)
    cb27d6e3 Honda Nidec: add new ACC_HUD signals to all other cars other than the CIVIC
    6e6779f9 build on mac AND linux, also gotta not use these python files
    79dbfc1a build on mac
    
    git-subtree-dir: opendbc
    git-subtree-split: 5081966f106e4ed385d756220cfd3dc502e737d9
    Vehicle Researcher committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    77e450d View commit details
    Browse the repository at this point in the history
  11. openpilot v0.7.1 release

    Vehicle Researcher committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    8da8b61 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    7c25bb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Merge pull request commaai#949 from commaai/nightly

    openpilot v0.7.1
    pd0wm authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    adf25bc View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. hotfix panda#426

    pd0wm committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    8f62890 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Configuration menu
    Copy the full SHA
    21572ce View commit details
    Browse the repository at this point in the history
  2. update offroad apk: fix pairing

    pd0wm committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    f60fe79 View commit details
    Browse the repository at this point in the history
  3. apk lib: Grant offroad access to TelephonyManager

    andyh2 authored and pd0wm committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    5c359f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. update frame apk

    pd0wm committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    354d145 View commit details
    Browse the repository at this point in the history
  2. catch exception in uploader.py

    pd0wm committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    460a8e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    60fffb5 View commit details
    Browse the repository at this point in the history
  2. Map based speed limit improvements (commaai#146)

    * fixed double pull didn't set acc/pcc speed to current speed when you were driving on a road with unknown speed limit (used the last known limit)
    * fixed fleet speed, pcc, acc and IC did not work with the same speed limit data, causing potential differences between displayed and driven speed
    * improved speed limit detection for sometimes earlier info, so we can start to accelerate or slow down before the sign
    * better detection for low speed limit vs unknown speed limit (enables speed limit based adjustments below 10kph)
    * removed redundant code
    * fix CC stalk up could cause alternating target speed
    neon-dev authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    9a66380 View commit details
    Browse the repository at this point in the history
  3. Merge pull request commaai#147 from BogGyver/tesla_alpha_6.6

    Promote alpha 0.6.6 to devel
    neon-dev authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    d69d43c View commit details
    Browse the repository at this point in the history
  4. update common/android.py

    pd0wm committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    67ab1c5 View commit details
    Browse the repository at this point in the history
  5. update athenad.py

    pd0wm committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    1e1de64 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Merge cereal subtree

    Vehicle Researcher committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7119634 View commit details
    Browse the repository at this point in the history
  2. Squashed 'cereal/' changes from 01942b8..ab32956

    ab32956 Merge pull request commaai#27 from commaai/ublox-hw-status
    2e7f4b9 Added ublox hw status
    23abef4 add networkType to thermal
    3f01dcf fix bad naming
    4999e62 unconfusing and accessible to all
    8f9aa8f add fingerprintSource to carParams
    5794030 better put
    06f8d15 standalone monitorstate (commaai#23)
    6eb1e36 qlog at model rate
    c38fb57 LateralParams
    0c45f20 add uncertainty event name
    
    git-subtree-dir: cereal
    git-subtree-split: ab32956
    Vehicle Researcher committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    60d3364 View commit details
    Browse the repository at this point in the history
  3. Merge panda subtree

    Vehicle Researcher committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7a69c82 View commit details
    Browse the repository at this point in the history
  4. Squashed 'panda/' changes from 3b35621..73a60d5c

    73a60d5c uds: clear rx buffer on drain
    3b20804 uds: rx message buffering
    d034f3e Added the option to turn on IR in power savings mode (commaai#431)
    82cafd1 Allow fan control in power saving (commaai#429)
    186d9dc Fixed GMLAN interrupts when used in Tesla safety (commaai#428)
    f67ec28 Fix msg checks for non Honda and Toyota (commaai#426)
    
    git-subtree-dir: panda
    git-subtree-split: 73a60d5
    Vehicle Researcher committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    4ea182a View commit details
    Browse the repository at this point in the history
  5. Merge opendbc subtree

    Vehicle Researcher committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    305037f View commit details
    Browse the repository at this point in the history
  6. Squashed 'opendbc/' changes from 5081966f..d68f8ff0

    d68f8ff0 Clean up .gitignore
    e82757b9 Add Lexus NX300H (commaai#214)
    745a2bb0 Removed non high voltage items. Added units.
    fafd091a Added High Voltage Management to powertrain file.
    15b6b316 Update subaru_global_2017.dbc
    a12af19a Add steering error signal in subaru global
    d411c175 correct max value
    881c065d add electrical gear and fix driver torque
    1bbac4b8 Add reference to CANdevStudio in README file
    8f70ea01 Adds 2016 Honda CR-V Executive
    
    git-subtree-dir: opendbc
    git-subtree-split: d68f8ff0cd6bd00a4aa5b7b83efd4b1aa9916452
    Vehicle Researcher committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    69df34b View commit details
    Browse the repository at this point in the history
  7. openpilot v0.7.2 release

    Vehicle Researcher committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    21f4245 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    7827a7c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    b5807aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d25c617 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    dc61915 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Merge cereal subtree

    Vehicle Researcher committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    a47feb0 View commit details
    Browse the repository at this point in the history
  2. Squashed 'cereal/' changes from ab32956..eba4349

    eba4349 put liveLocation in qlogs
    6c4735f add fixed fingerprintSource
    4c50d26 GitHub actions (commaai#25)
    988783f Merge pull request commaai#28 from commaai/power_monitoring
    b43fd06 Added offroad power usage
    
    git-subtree-dir: cereal
    git-subtree-split: eba4349
    Vehicle Researcher committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    1d7d11f View commit details
    Browse the repository at this point in the history
  3. Merge panda subtree

    Vehicle Researcher committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    2924e49 View commit details
    Browse the repository at this point in the history
  4. Squashed 'panda/' changes from 73a60d5..769ade0

    769ade0 Harness orientation designation fixes (commaai#435)
    eb5020b Add the ability to communicate with BSM (commaai#433)
    
    git-subtree-dir: panda
    git-subtree-split: 769ade0
    Vehicle Researcher committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6b8726e View commit details
    Browse the repository at this point in the history
  5. Merge opendbc subtree

    Vehicle Researcher committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b3e67e2 View commit details
    Browse the repository at this point in the history
  6. Squashed 'opendbc/' changes from d68f8ff0c..2ae0327ea

    2ae0327ea GitHub actions (commaai#217)
    fbbba94aa GM: use common gear VALs
    dacd8b460 Chrysler commonize gear VALs
    d338b9fba Add support for 2019 Civic Sedan Diesel. Split GAS_PEDAL_2 out to each car. (commaai#215)
    
    git-subtree-dir: opendbc
    git-subtree-split: 2ae0327ea25db36227d52acfaae8927a59d4e5a3
    Vehicle Researcher committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    ab3557e View commit details
    Browse the repository at this point in the history
  7. openpilot v0.7.3 release

    Vehicle Researcher committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    332cb82 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    4bf377c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. AF: improve general responsiveness (commaai#1137)

    * sync control with readout; always assume worst
    
    * faster recover
    ZwX1616 authored and pd0wm committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    c534346 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. apk: Fix permission to read /sdcard/

    andyh2 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    98c8888 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. revert AF for release (commaai#1160)

    * Update camera_qcom.c
    
    * Update RELEASES.md
    ZwX1616 authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    42e0d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Merge cereal subtree

    Vehicle Researcher committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    a091133 View commit details
    Browse the repository at this point in the history
  2. Squashed 'cereal/' changes from eba4349..6511990

    6511990 log focus state
    8efe413 qlog radarState
    eeb3d56 Add liveLocationKalman to qlogs
    128b3f9 add networkStrength to thermal (commaai#36)
    2e5cbfc Create and init message in one line with `new_message` in messaging  (commaai#35)
    4589107 not everyone likes gpstime
    17363e9 support for end of log sentinel (commaai#34)
    f6e9345 val valid is confusing
    bb2cc75 fix duplicate ordinals
    0c38fc9 Add blindspot cereal values (commaai#26)
    bd9a877 pulse desire and e2e
    20c7fd6 Add subaru pre-Global safety mode
    522ff85 Merge pull request commaai#31 from commaai/good_location_packet
    ab07f22 deprecate
    b03c2c5 already exists
    166418c improvements
    97373f9 or rigor in american
    365abba rigour
    25eaf9d add espDisabled to carState (commaai#30)
    bb13121 add honda ecus (commaai#29)
    
    git-subtree-dir: cereal
    git-subtree-split: 6511990
    Vehicle Researcher committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    29f108d View commit details
    Browse the repository at this point in the history
  3. Squashed 'panda/' changes from 769ade0..0696730

    0696730 Toyota: add missing offset from speed signal (commaai#469)
    5b1a8dc Filtering LKAS HUD messages (commaai#468)
    99050f4 test_spam_can_buses was missing from Nissan
    0f21b19 Cleanup pedal nomenclature (commaai#467)
    ceff91d Standardize brake safety tests (commaai#465)
    04809e1 Hyundai brake check (commaai#464)
    74c8ee0 Subaru brake check (commaai#463)
    4ecc6b3 Cleanup: avoid unnecessary bus checks in rx hooks
    c7d0d5f Volkswagen safety updates: Phase 3 (commaai#462)
    4368748 WIP: Toyota brake check.  (commaai#459)
    2ef996f fix addr frequencies
    e063b26 Second test fix tentative
    88e2593 This should fix the test replay
    ebb8866 Added NISSAN replay test
    b2dbb50 remove toyota ipas safety code and tests (commaai#460)
    a379faf White Panda's Wi-Fi setup instructions (commaai#457)
    11ef24b Improve tests (commaai#456)
    fb02390 Subaru checksum counter (commaai#455)
    9a44499 Fix Subaru Legacy Torque driver bug (commaai#454)
    dfa6b07 separating subary legacy safety mode from global (commaai#452)
    dad5858 Chrysler: add brakepress cancellation (commaai#451)
    db94a5b Added Nissan safety (commaai#244)
    d7f1195 Chrysler Checksum/counter (commaai#450)
    96e535e abstract crc function (commaai#448)
    1b49d3e Hyundai: add gas disengage and tests (commaai#447)
    598074c Volkswagen safety updates: Phase 2 (commaai#445)
    b2ffaae Chrysler: disengage on gas press  (commaai#442)
    2ebbe36 Subaru: disengage on gas press (commaai#446)
    ccf75c4 Volkswagen safety updates: Phase 1 (commaai#444)
    
    git-subtree-dir: panda
    git-subtree-split: 0696730
    Vehicle Researcher committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    a3690e4 View commit details
    Browse the repository at this point in the history
  4. Merge panda subtree

    Vehicle Researcher committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    0e79336 View commit details
    Browse the repository at this point in the history
  5. Merge opendbc subtree

    Vehicle Researcher committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9397e18 View commit details
    Browse the repository at this point in the history
  6. Squashed 'opendbc/' changes from 2ae0327ea..a62d5dd84

    a62d5dd84 Add TSK_06 CRC validation for VW MQB (commaai#234)
    ce723756f Fixed up sign on Driver Torque, added unit (commaai#233)
    bd72c72be Added ProPilot HUD messages (commaai#231)
    f308ca62e Subaru: added counter and checksum to brake msg
    d1f76d609 Add Motor_20 CRC support (commaai#229)
    6252718a9 Add STEER_ANGLE to all STEER_TORUQE_SENSOR messages (commaai#228)
    c0b426126 Revert "add angle field in torque sensor message to all cars (commaai#227)"
    bd82848c7 add angle field in torque sensor message to all cars (commaai#227)
    56f0259df Lexus CTH fix: brake pressed is on bit 5 like corolla and rav4
    9b6ca31b2 fix: Replicate changes done on _honda_2017.dbc (commaai#225)
    1bd26d0a6 Added messages. Cleaned up endianness (commaai#226)
    44b9e74fa Revert "Toyota: add checksum to BRAKE_MODULE (commaai#224)"
    8b18c92e2 Toyota: add checksum to BRAKE_MODULE (commaai#224)
    2bab4d6d7 Add Honda-Bosch lane line detection signals. (commaai#223)
    a1aa3b78f Cleanup of Nissan DBC (commaai#218)
    c1f764828 reverting changes to Chrysler: speed message seems different from car to car
    2de8e9e82 Chrysler: Speed msg is 5 bytes
    f4ac315ed Chrysler: add counter to 514
    0fb62cf86 Toyota Blind Spot Monitor (TSS2-only?) (commaai#219)
    
    git-subtree-dir: opendbc
    git-subtree-split: a62d5dd847c352be2daf28288f093f4c25a8308d
    Vehicle Researcher committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    72427d8 View commit details
    Browse the repository at this point in the history
  7. openpilot v0.7.4 release

    Vehicle Researcher committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    d1ad7f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    fa98a83 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    a5c3340 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Power monitoring fix (commaai#1269)

    * Release lock after exceptions
    
    * No pulsed measurement on uno
    
    * Fix last_measurement_time=None while integrating when going offroad
    
    * Also clear next pulsed measurement time
    
    * Move around locks
    
    * Locks are good now?
    robbederks authored and pd0wm committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    cc6358d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Update README.md

    BogGyver authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    05ee3d5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Merge cereal subtree

    Vehicle Researcher committed May 9, 2020
    Configuration menu
    Copy the full SHA
    d692982 View commit details
    Browse the repository at this point in the history
  2. Squashed 'cereal/' changes from 6511990..12aad06

    12aad06 no more c capnp
    0050e0a stockFcw event
    2c325ed gasPressed event
    8573a24 don't duplicate ordinals
    3f384ef add carState.steerWarning and carState.steerError
    8b347b0 add repeated warning2
    3adb899 add sharpness metric
    65af436 Add relayMalfunction alert
    442e914 add preview driver flag
    c8e5db8 Add comment to faulttype
    975a633 Add all panda fault types to health
    93ccbcb UiLayoutState: add mockEngaged for onboarding
    9dbbb54 UiLayoutState: add 'none' app
    c820f83 Add offroadLayout service
    e370f79 Add the laneChangeBlocked Event (commaai#40)
    35040fe Update service documentation (commaai#39)
    8f13dfc Additional car params auto-detection in support of VW (commaai#38)
    22986de add speedTooHigh alert
    f515e4d Add invalid lkas setting alert
    5908762 gnustl_shared is only for android
    b0c746b solve by renaming event name instead of service
    df82a53 the service is called androidLogEntry
    
    git-subtree-dir: cereal
    git-subtree-split: 12aad06
    Vehicle Researcher committed May 9, 2020
    Configuration menu
    Copy the full SHA
    5bfae8d View commit details
    Browse the repository at this point in the history
  3. Merge panda subtree

    Vehicle Researcher committed May 9, 2020
    Configuration menu
    Copy the full SHA
    d1aff96 View commit details
    Browse the repository at this point in the history
  4. Squashed 'panda/' changes from 0696730..869f123

    869f123 Hyundai: counter check (commaai#530)
    a439071 gitignore for route logs
    ac1b64e Fix CAN Ignition for Black Panda and Uno (commaai#526)
    273e388 When initializing all the CAN busses, make sure the are also cleared (commaai#527)
    c2bea78 Fix python library on Windows (commaai#523)
    0a123b1 that too
    ba6355d unused lines
    c9102c0 Chrysler: use can packer in safety tests (commaai#522)
    9874e73 Abstract steering safety tests for Toyota and Chrysler (commaai#520)
    2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (commaai#515)
    3517306 Subaru: fix steer torque scaling (commaai#501)
    0bc864b Make torque-based steering state global (commaai#518)
    d9355c4 Make cruise_engaged_prev a global + test case for it (commaai#519)
    2115376 Abstract sample speed test (commaai#516)
    11dc905 remove unused function
    e5a586e Abstract gas interceptor tests (commaai#517)
    1dbed65 Safety Test Refactor: Honda (commaai#495)
    0632710 base class for different panda safety tests
    bd98fe6 safety tests: use shorter function name
    ba59ada No ESP in non-white (commaai#514)
    c333618 Fix the CAN init fix (commaai#513)
    884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (commaai#508)
    d77b72d Safety Test Refactor: Nissan (commaai#510)
    4c7755c Match Panda DFU entry fix in "make recover" process (commaai#509)
    0336f62 Pedal gas pressed safety limits (commaai#507)
    715b1a1 Hyundai-Kia-Genesis (HKG) (commaai#503)
    6f105e8 Safety Test Refactor: Subaru (commaai#502)
    57cc954 Safety Test Refactor: GM (commaai#504)
    dd01c3b Safety Test Refactor: Hyundai (commaai#505)
    592c2c8 add support to can_unique.py for Cabana CSV format. (commaai#506)
    ccf13b7 No more infinite while loops in CAN init (commaai#499)
    6c442b4 Safety Test Refactor: Volkswagen MQB (commaai#493)
    f07a6ee panda recover should go through bootstub first (commaai#498)
    8cc3a35 remove cadillac (commaai#496)
    62e4d3c Chrysler: fix missing button signal on TX (commaai#490)
    abce8f3 Safety Test Refactor: Toyota + support code (commaai#491)
    500370a Make sure relay faults make it to the health packet (commaai#492)
    bc90b60 toyota: use universal gas pressed bit (commaai#488)
    74d10cc Fixed possible race condition (commaai#487)
    a05361e cleanup safety_replay dockerfile (commaai#486)
    fe73dcc Openpilot-tools is deprecated (commaai#484)
    da8e00f TX message guaranteed delivery (commaai#421)
    d8f6184 Add ISO number for longitudinal limits flag comment
    6a60b78 touch ups
    2ce6536 comments on unsafe flags
    d880134 remove from there as well
    055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
    4e98bbe Apply unsafe allow gas mode to all cars. (commaai#480)
    0c2c149 Fixing libusb busy error (commaai#174)
    753c42c Update Board Mac SDK Install script to work on clean mac (commaai#146)
    b9a9ea3 Unsafe gas disengage mods, fix test compile warning (commaai#481)
    08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (commaai#474)
    51e0a55 Support code for unsafe mode unit tests (commaai#478)
    5325b62 current_safety_mode
    7908b72 update updating unsafe mode
    98503e8 disable stock honda AEB in unsafe mode (commaai#477)
    01b2ccb one more
    9a30265 weak steering while not engaged
    577f10b added options for unsafe mode
    83cf7bf update comment
    4556e74 enable unsafe mode, toggle for use by forks that so choose
    de89fcd Nissan leaf (commaai#473)
    
    git-subtree-dir: panda
    git-subtree-split: 869f123
    Vehicle Researcher committed May 9, 2020
    Configuration menu
    Copy the full SHA
    eb0dff8 View commit details
    Browse the repository at this point in the history
  5. Merge opendbc subtree

    Vehicle Researcher committed May 9, 2020
    Configuration menu
    Copy the full SHA
    7e908db View commit details
    Browse the repository at this point in the history
  6. Squashed 'opendbc/' changes from a62d5dd84..f1e69a6cf

    f1e69a6cf Fix wrong message size in Chrysler
    54482cfb0 Fix GM message signal sizes
    4e796e06d Fix wrong message sizes in Nissan
    fb6c1ee2b Better GEAR signal tracking the gear stick rather than the gear box (commaai#257)
    d7a2efbbd Raw angle signal data for easy checksum calc, and one less gear bit (commaai#254)
    7456061a7 add checksum check to can parser for subaru
    7f3b1774d Chrysler: calculate checksum in can packer/parser (commaai#255)
    0c0215516 Rename BYTE_ to SET_ME_X (commaai#253)
    1efe437cf Add values for a static 0xe5 (honda bosch) (commaai#250)
    7dffe0bd9 Create DBC for HRV (commaai#248)
    b69398525 Add LFAHDA message to hyundai
    a57e7ddbd CANPacker: Subaru checksum support  (commaai#241)
    36c471e59 Fixed signals order and added new signals for subaru global (commaai#221)
    7b5a1fcc1 BMW 2008-2013 (commaai#230)
    cc09af763 Add RPM signal (commaai#216)
    47db9238f Add SWA_01 message detail and CRC support for VW MQB (commaai#236)
    c98fe2ab9 Fixed signal unknown1 overlapping the button bits (commaai#239)
    572261ee3 Rear Cross Traffic Alert
    044730aeb Speed limit signs
    87b1a21fb Pedals/gear, gas pedal scale value
    ce78044d8 Tracking the steer angle with LKAS signal
    7f19ab415 Introduce the new  mazda 3  2019/2020 dbc
    e58520619 traffic sign speed limit
    00bad5ee7 Speed Auto High Beam Traffic signs
    9d080ea42 Nissan leaf (commaai#238)
    50fbbe739 nissan x trail cleanup (commaai#237)
    
    git-subtree-dir: opendbc
    git-subtree-split: f1e69a6cf91cdaf1b8008d73f6fbb6634fbbeb42
    Vehicle Researcher committed May 9, 2020
    Configuration menu
    Copy the full SHA
    e0ab166 View commit details
    Browse the repository at this point in the history
  7. openpilot v0.7.5 release

    Vehicle Researcher committed May 9, 2020
    Configuration menu
    Copy the full SHA
    ddee718 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Fix counter in HKG clu11 message (commaai#1484)

    * fix counter in clu11 message
    
    * update ref
    pd0wm committed May 11, 2020
    Configuration menu
    Copy the full SHA
    c9c66ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a39e33b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    abfe469 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Squashed 'cereal/' changes from 12aad06..286b7e5

    286b7e5 capitalize docker command
    0adfc7e add canErrorPersistent event
    c8be73d use github url instead of gitlab mirror
    8e2d212 add pre-commit static analysis (commaai#48)
    f27222f add gpsOK flag to liveLocationKalman
    4bb1eb8 submaster always conflates
    30838d4 C++ implementation of SubMaster and PubMaster (commaai#42)
    c1a6d75 Fix potential segfault in MSGQPubSocket::connect (commaai#45)
    67fae6a Use ZMQ on MacOS (commaai#46)
    01cdf83 add default values for backwards compat
    c96381b add OK flags to locationd output
    d589d5e add white panda deprecation events
    856c981 mark unused car events as deprecated
    4f68db8 remove unnecessary new event type
    9073b9b Library cleanup (commaai#43)
    7a786d9 move remaining alerts to car events
    d6f10a4 add alert event type
    
    git-subtree-dir: cereal
    git-subtree-split: 286b7e5
    Vehicle Researcher committed May 31, 2020
    Configuration menu
    Copy the full SHA
    23bbf52 View commit details
    Browse the repository at this point in the history
  2. Merge cereal subtree

    Vehicle Researcher committed May 31, 2020
    Configuration menu
    Copy the full SHA
    fcd5a66 View commit details
    Browse the repository at this point in the history
  3. Squashed 'panda/' changes from 869f123..49ffbe9

    49ffbe9 disable non-universal checks in hyundai safety
    3a85f4c use whole route when running safety replay from CLI
    098f47a Fix leaf brake rx check (commaai#547)
    b826734 Add pre commit checks + CI (commaai#545)
    339976c document tx message addresses better (commaai#543)
    a618e64 fix typing errors
    9bece64 use mazda init
    08db086 mazda cleanup
    89658d0 Mazda: safety tests add missing safety checks (commaai#525)
    bdec139 Fix length of 0x20b in NISSAN_TX_MSGS, wasn't cancelling ACC (commaai#544)
    b48c74c Adding UNO to automated tests (commaai#538)
    a5802cd Hyundai: remove unused message from RX checks
    9ebde25 Reset state on safety mode init (commaai#542)
    d4f3f15 Refactor addr check (commaai#541)
    5210e51 remove unused files
    0657064 Hyundai checksum (commaai#540)
    07e668e Fast CI (commaai#539)
    5307bf7 Fix multi message iso tp requests
    0610ed1 Hyundai wheel speed counter is actually 4 bits spread over two signals
    0d581aa dockerfile optimization
    eaefa2f fix docker file path
    243a65f pull base image
    0dd9470 only push to dockerhub from master
    55b79b4 GitHub Actions (commaai#535)
    b2c720b Dos (commaai#533)
    01bf740 remove 0x1BE checksum test
    0bd06c9 remove 0x1BE check (breaks some vehicles)
    c31b899 honda bosch longitudinal safety
    66250c4 Disable docker layer caching (commaai#534)
    6b19fa4 include nissan safety in release build
    db31886 gate mazda safety behind debug flag
    e4558c0 Safety: message length check on RX and TX (commaai#529)
    
    git-subtree-dir: panda
    git-subtree-split: 49ffbe9
    Vehicle Researcher committed May 31, 2020
    Configuration menu
    Copy the full SHA
    771a8b7 View commit details
    Browse the repository at this point in the history
  4. Merge panda subtree

    Vehicle Researcher committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f878928 View commit details
    Browse the repository at this point in the history
  5. Squashed 'opendbc/' changes from f1e69a6cf..e92e74311

    e92e74311 whitespace after comma
    5d33ec0f1 two spaces before inline comment
    73685b609 fix linter complaint about whitespace around operators
    b15edbc1b fix linter complaint about inline comment whitespace
    4ac30725b clean up blank lines
    0430bfa5c run pre commit in ci (commaai#268)
    2ade6eeba Subaru DBC update (commaai#242)
    d1185a53e Toyota ACC_CONTROL PERMIT_BRAKING and ACCEL_CMT_ALT speculated definition (commaai#258)
    e6766bbbb Update SCC ECU Messages for OP Long Dev. (commaai#267)
    b49b9ee75 Add DAW (commaai#175)
    3b5cccba0 Fixed up cell voltage readings and added more commands (commaai#220)
    8b0449327 Mazda: add missing static bits, tidy up endianness  (commaai#263)
    124719992 Add BSD_RCTA to Subaru Global (commaai#244)
    af1821f84 fix endianness in signal from new hyundai message
    7ef41084b Add gas/brake message for hyundai EVs, from @TK211X
    472aabb4f Subaru preglobal update (commaai#260)
    45c0d9ecc fix lta message (commaai#262)
    11343c108 Library cleanup (commaai#261)
    67d70cb86 Fix Toyota message size
    
    git-subtree-dir: opendbc
    git-subtree-split: e92e74311a7ed66922629bec4b8cee7c8db1b9f0
    Vehicle Researcher committed May 31, 2020
    Configuration menu
    Copy the full SHA
    35bd9d9 View commit details
    Browse the repository at this point in the history
  6. Merge opendbc subtree

    Vehicle Researcher committed May 31, 2020
    Configuration menu
    Copy the full SHA
    2d659de View commit details
    Browse the repository at this point in the history
  7. openpilot v0.7.6 release

    Vehicle Researcher committed May 31, 2020
    Configuration menu
    Copy the full SHA
    4fd2b0e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Mazda: Slower rate for ACC cancel msg to avoid cruise disable (commaa…

    …i#1615)
    
    * Slower rate for ACC cancel msg to avoid cruise disable
    
     Sending ACC cancel message at 10hz may end up disabling
    main cruise state. That is because stoc ACC use the same
    signal for both functions. If cruise is already enabled
    the signal canceles it, otherwise cruise is disabled.
    10hz seems to be still fast in some cases not allowing
    the state to sync up between OP and the Stock state.
    5hz avoids that issue. Also, the resume message was also
    updated to 5hz as that seems to work better as well.
    
    Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com>
    
    * Round up 27.96 to 28mph
    
    Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com>
    Jafaral authored and pd0wm committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    ffe062c View commit details
    Browse the repository at this point in the history
  2. Fix low speed engage on stop and go Hondas (commaai#1613)

    * fix low speed engage on stop and go Hondas
    
    * update ref commit
    pd0wm committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    3b62a21 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    682dc5d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    db7ea2a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    6e00ef6 View commit details
    Browse the repository at this point in the history
  2. run deleter when offroad

    pd0wm committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    51aa86d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    9ff1fb4 View commit details
    Browse the repository at this point in the history
  2. hotfix release: 0.7.6.1 (commaai#1727)

    * neos update with just kernel
    
    * Bump version and update release notes
    
    * Only add neos update, no other stuff
    pd0wm authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    4d47e12 View commit details
    Browse the repository at this point in the history
  3. update affected order numbers

    pd0wm committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    40982f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Revert "add wrong neos version alert (commaai#1725)"

    This reverts commit 9ff1fb4.
    pd0wm committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9e7fb46 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. openpilot v0.7.7 release

    Vehicle Researcher authored and adeebshihadeh committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    b205dd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    d6074e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f370bf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. openpilot v0.7.8 release

    Vehicle Researcher committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    0aa4867 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. openpilot v0.7.9 release

    Vehicle Researcher committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    49d82d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    7a7f343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db33632 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    ef25427 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. openpilot v0.7.10 release

    Vehicle Researcher committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    26bccbd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Merge pull request commaai#162 from rafcabezas/feature/tesla_branch_d…

    …isable_autosteer_need_ic_integration
    
    disable the need for Autosteer enabled to run with IC integration
    rafcabezas authored Oct 25, 2020
    Configuration menu
    Copy the full SHA
    d15f4c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    8369e11 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    275e3d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Squash commits from tesla alpha

    commit f74c847
    Author: Comma Device <device@comma.ai>
    Date:   Fri Aug 21 11:40:47 2020 -0400
    
        iBooster and ESP2 changes
    
    commit 86467e4
    Author: Comma Device <device@comma.ai>
    Date:   Fri Aug 21 11:38:13 2020 -0400
    
        iBooster and ESP2 changes
    
    commit b9c77c9
    Author: Comma Device <device@comma.ai>
    Date:   Fri Aug 21 11:26:54 2020 -0400
    
        iBooster and ESP2 changes
    
    commit 7d5a25f
    Author: Comma Device <device@comma.ai>
    Date:   Fri Aug 21 11:22:44 2020 -0400
    
        will this work
    
    commit 2756e41
    Merge: dfb9739 233f9f6
    Author: Comma Device <device@comma.ai>
    Date:   Fri Aug 21 10:51:54 2020 -0400
    
        Merge branch 'tesla_alpha' of https://github.com/boggyver/openpilot into tesla_alpha
    
    commit dfb9739
    Author: Comma Device <device@comma.ai>
    Date:   Fri Aug 21 10:51:38 2020 -0400
    
        change panda code to work with ibooster and ESP2 without harness
    
    commit 233f9f6
    Author: BogGyver <39277124+BogGyver@users.noreply.github.com>
    Date:   Tue Aug 18 11:37:16 2020 -0400
    
        disale the need for Autosteer enabled to run with IC integration
    
    commit 3dd2f9e
    Author: David Abrahams <david.w.abrahams@gmail.com>
    Date:   Mon Jun 22 11:29:02 2020 -0700
    
        Fix PCC stock long control
    
    commit 555f171
    Author: David Abrahams <device@comma.ai>
    Date:   Mon May 25 14:36:46 2020 -0700
    
        Simplified moving average util
    
    commit 0a8a08e
    Author: Comma Device <device@comma.ai>
    Date:   Sun May 24 15:59:51 2020 -0700
    
        Revert "Simplify moving average code"
    
        This reverts commit 4da60e7.
    
    commit 690eb74
    Author: Comma Device <device@comma.ai>
    Date:   Sun May 24 15:58:24 2020 -0700
    
        Revert "Fix crash in real_pid related to moving avg change"
    
        This reverts commit 5062ae4.
    
    commit 5062ae4
    Author: Comma Device <device@comma.ai>
    Date:   Sun May 17 16:23:52 2020 -0700
    
        Fix crash in real_pid related to moving avg change
    
    commit 4da60e7
    Author: Comma Device <device@comma.ai>
    Date:   Mon May 11 20:09:46 2020 -0700
    
        Simplify moving average code
    
    commit e76d2bd
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 28 12:17:14 2020 -0400
    
        Updating reference logs for CI after long control change
    
    commit f1d2165
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 28 10:48:23 2020 -0400
    
        fixing PCC PID values and limits per @tb205gti
    
    commit ecdc693
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 28 02:06:37 2020 -0400
    
        raising 7 days to 70 days without internet
    
    commit 86a1072
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 28 01:41:53 2020 -0400
    
        fix for UI now showing the APK
    
    commit c99b228
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 28 00:40:02 2020 -0400
    
        rechecking test files to fix bad references
    
    commit 0c6f06f
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 28 00:11:46 2020 -0400
    
        created special forlder for CI tests for tesla. updated UIBT test and relocated readconfig test.
    
    commit 6fb5115
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 23:28:28 2020 -0400
    
        cleanup
    
    commit bf5d21d
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 18:32:05 2020 -0400
    
        fix the name on our UIBT test module because it was being picked up by CI and not done in accordance with what was needed
    
    commit 1ed57fd
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 17:31:25 2020 -0400
    
        resolving the test_fingerprint.py issue with our ID conflicting with Chrysler
    
    commit 2843521
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 16:55:10 2020 -0400
    
        Now with CI data files created on x86 to ensure compatibiity with CI
    
    commit 9f30b15
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 16:16:20 2020 -0400
    
        adding CI for tesla
    
    commit 84f990e
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 11:53:59 2020 -0400
    
        reverse to ubuntu 16.04 and make the PID for long control only Tesla available
    
    commit 65d6c65
    Merge: 6ea333c 039698d
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 11:29:38 2020 -0400
    
        I HATE GIT.COM
    
    commit 6ea333c
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 11:21:45 2020 -0400
    
        detect park_brake as implemented by Neon
    
    commit 039698d
    Author: tb205gti <tb@2200kbhn.dk>
    Date:   Mon Apr 27 17:13:37 2020 +0200
    
        TB205GTI Long PID control (commaai#155)
    
        * PID control, not just PI control
    
        WIP!
    
        * Proper PID control for long, SP parameters
    
        Co-authored-by: Comma Device <device@comma.ai>
    
    commit 475e5b9
    Author: tb205gti <tb@2200kbhn.dk>
    Date:   Mon Apr 27 17:13:13 2020 +0200
    
        Tb205gti awake dashcam (commaai#154)
    
        * Fix the awake issue - make the display sleep again
    
        * Bring back dashcam
    
        * Correct checking for status
    
    commit e888599
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 11:12:11 2020 -0400
    
        updated Dockerfile to 18.04 using python 3.6.9 to match Jetson
    
    commit 24e3d77
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 27 09:53:48 2020 -0400
    
        few more CI changes
    
    commit 2dd4292
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Sun Apr 26 22:50:52 2020 -0400
    
        making the limits car dependant
    
    commit 9f15b60
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Sun Apr 26 17:27:08 2020 -0400
    
        adding new logs for CI
    
    commit ca6cb54
    Merge: 6797dd6 17a743f5
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sun Apr 26 17:03:10 2020 -0400
    
        Merge remote-tracking branch 'Comma/master' into Tesla_0.7.4_rebase
    
    commit 6797dd6
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Sun Apr 26 16:23:03 2020 -0400
    
        one more lfs reference removed
    
    commit e1a29ed
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Sun Apr 26 16:15:40 2020 -0400
    
        reverting back Dockerfile as we changed workflow to include lfs
    
    commit fa9981c
    Author: BogGyver <39277124+BogGyver@users.noreply.github.com>
    Date:   Sun Apr 26 16:12:30 2020 -0400
    
        Update test.yaml
    
    commit 76da8cd
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Sun Apr 26 14:36:44 2020 -0400
    
        more changes to enable git-lfs in Docker
    
    commit f3cf74c
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Sun Apr 26 13:40:33 2020 -0400
    
        adding git-lfs to Docker file
    
    commit 07b971a
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Sat Apr 25 12:47:08 2020 -0400
    
        for some reazon there might be an version discrepancy on bz2...
    
    commit da7dd25
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Sat Apr 25 12:03:42 2020 -0400
    
        adding test files for our branch
    
    commit 4e5f9ff
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Fri Apr 24 23:39:44 2020 -0400
    
        making params_learner and pathplanner only work with ALCA/our modules when car is tesla
    
    commit e877229
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Fri Apr 24 19:05:15 2020 -0400
    
        adding the test files directly to repo...
    
    commit 17a743f
    Author: Chris Souers <csouers@gmail.com>
    Date:   Fri Apr 24 17:51:17 2020 -0400
    
        Add FW IDs for 2018 Civic Sedan 1.5 Executive (Euro) (commaai#1417)
    
    commit 7b0977d
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:27:05 2020 -0700
    
        remove overpy from pyextra
    
    commit 397c506
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:26:01 2020 -0700
    
        remove that install script
    
    commit fa6d37a
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:25:15 2020 -0700
    
        this script is broken
    
    commit 1c9de65
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Fri Apr 24 17:24:34 2020 -0400
    
        making latcontrol_pid.py not only for Tesla
    
    commit cbef7b3
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:21:41 2020 -0700
    
        remove more unused debug scripts
    
    commit 2d944e4
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:12:41 2020 -0700
    
        msgq is done, messaging bechmarks can go
    
    commit ca690e6
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:12:14 2020 -0700
    
        fake processes that are not used
    
    commit aa84d05
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:10:56 2020 -0700
    
        We dont need toyota debug folder
    
    commit 70ae01e
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:07:36 2020 -0700
    
        remove yet another reverse geocoder
    
    commit 267ee4d
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:06:17 2020 -0700
    
        no more geofence
    
    commit 42f741d
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:05:19 2020 -0700
    
        No more line following robots
    
    commit d0d117a
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:04:26 2020 -0700
    
        this is now in the panda repo
    
    commit 90eb7aa
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:03:55 2020 -0700
    
        move sensor bootloop script
    
    commit 035d461
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 14:02:35 2020 -0700
    
        that is not a test
    
    commit 9e2db91
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 13:55:20 2020 -0700
    
        run coordinate tests
    
    commit f856c99
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Fri Apr 24 13:53:46 2020 -0700
    
        remove geocode
    
    commit abad491
    Author: George Hotz <geohot@gmail.com>
    Date:   Fri Apr 24 13:45:23 2020 -0700
    
        delete more unused, now under 40k lines of python. framereader needs to be ported to C++
    
    commit ba0d92d
    Author: Harald Schafer <harald.the.engineer@gmail.com>
    Date:   Fri Apr 24 13:32:58 2020 -0700
    
        add that in for dlib
    
    commit d4f8943
    Author: George Hotz <geohot@gmail.com>
    Date:   Fri Apr 24 12:15:50 2020 -0700
    
        more red diffs, remove hevc framereader stuff and two unused classes
    
    commit 18dbf4c
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Fri Apr 24 15:12:21 2020 -0400
    
        changes to radard to make CI work
    
    commit 8b448a7
    Author: George Hotz <geohot@gmail.com>
    Date:   Fri Apr 24 12:10:27 2020 -0700
    
        delete unused code
    
    commit e7d035b
    Author: David Abrahams <40281893+AllWashedOut@users.noreply.github.com>
    Date:   Fri Apr 24 11:16:03 2020 -0700
    
        Presubmit lint fixes (commaai#157)
    
        * Laika import lint errors
        * Unused variable lint error
        * Fix flake8 presubmit by adding backport dep to Pipfile
    
    commit 6a551de
    Author: Harald Schafer <harald.the.engineer@gmail.com>
    Date:   Fri Apr 24 11:12:57 2020 -0700
    
        new packages
    
    commit 9ba20fa
    Author: George Hotz <geohot@gmail.com>
    Date:   Fri Apr 24 09:56:12 2020 -0700
    
        add code stats
    
    commit c5b16df
    Author: George Hotz <geohot@gmail.com>
    Date:   Fri Apr 24 09:24:29 2020 -0700
    
        more unused code
    
    commit da5cb18
    Author: George Hotz <geohot@gmail.com>
    Date:   Fri Apr 24 08:58:18 2020 -0700
    
        remove unused code
    
    commit 3536296
    Author: Dean Lee <deanlee3@gmail.com>
    Date:   Fri Apr 24 22:13:43 2020 +0800
    
        cltuil.c:fix build warning (commaai#1419)
    
    commit 6840f96
    Author: HaraldSchafer <harald.the.engineer@gmail.com>
    Date:   Thu Apr 23 22:39:35 2020 -0700
    
        clean a little (commaai#1416)
    
        * clean a little
    
        * those are needed
    
        * put those back
    
        * :Revert "those are needed"
    
        This reverts commit ee7671a.
    
        * fix messed up commits
    
        * need that for ublox test
    
    commit 2ecf054
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Thu Apr 23 21:58:35 2020 -0700
    
        catch all exceptions in testing script
    
    commit 6148f26
    Author: Michael Honan <mc.honan1996@gmail.com>
    Date:   Fri Apr 24 07:48:58 2020 +1000
    
        Updated README to correct 19 to 18 in Impreza range (commaai#1413)
    
    commit f15d55c
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Thu Apr 23 14:38:25 2020 -0700
    
        Car_kf tuning
    
    commit 922055f
    Author: ZwX1616 <zwx1616@gmail.com>
    Date:   Thu Apr 23 14:15:05 2020 -0700
    
        orange distracted alert is now continuous (commaai#1412)
    
    commit f92fbc0
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 23 16:39:22 2020 -0400
    
        fixed some items that were chery-picked before from master without complete merges and they broke CI as well as the interface
    
    commit 24ae93f
    Author: Harald Schafer <harald.the.engineer@gmail.com>
    Date:   Thu Apr 23 12:29:04 2020 -0700
    
        not a good name
    
    commit 2336389
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Thu Apr 23 12:19:46 2020 -0700
    
        We need that to filter out loopback bus
    
    commit 95c2ff5
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Thu Apr 23 11:58:19 2020 -0700
    
        Add more timeouts to eon_testing_slave
    
    commit 221ce3b
    Author: cowanhmoore <cowanhmoore@gmail.com>
    Date:   Thu Apr 23 14:28:52 2020 -0400
    
        Update README.md w/ HRV in Supported Car List (commaai#1411)
    
        * Update README.md w/ HRV
    
        Adding Honda HRV to Supported Car List in root of openpilot (README.md)
    
        * Update README.md
    
        Added "-" per PR request --> HR-V
    
        * Update README.md
    
        * Update README.md
    
        * Update README.md
    
        Narrow scope to published Honda Sensing equipped vehicles, 2019-
    
    commit 8daef80
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Thu Apr 23 10:46:39 2020 -0700
    
        fix linter
    
    commit fe62d3d
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 23 10:27:43 2020 -0400
    
        forward opendbc with Honda latest DBC
    
    commit da524f1
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 23 10:26:25 2020 -0400
    
        updating service list
    
    commit 4acead4
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 23 08:43:36 2020 -0400
    
        eh
    
    commit 256571c
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 23 00:42:45 2020 -0400
    
        fix indent in test
    
    commit 597807d
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 23 00:40:33 2020 -0400
    
        services were missing from yaml
    
    commit 3f6cfef
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 23:58:20 2020 -0400
    
        radar work
    
    commit 59920d4
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 23:43:28 2020 -0400
    
        grrr
    
    commit 85fb30d
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 23:11:17 2020 -0400
    
        still CI crap
    
    commit aeb0a4a
    Author: George Hotz <geohot@gmail.com>
    Date:   Wed Apr 22 19:56:45 2020 -0700
    
        transform_img_M
    
    commit 88b4a72
    Author: Harald Schafer <harald.the.engineer@gmail.com>
    Date:   Wed Apr 22 19:20:48 2020 -0700
    
        tf 2.2
    
    commit 559e3aa
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Wed Apr 22 15:03:37 2020 -0700
    
        replay many update
    
    commit 8590969
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Wed Apr 22 14:29:36 2020 -0700
    
        Load all segments
    
    commit 4d5764d
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 17:24:38 2020 -0400
    
        trying to unsderstand why the car play fails
    
    commit 07e2d34
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Wed Apr 22 14:24:24 2020 -0700
    
        Use normal can sock
    
    commit ec0d6ac
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Wed Apr 22 14:23:10 2020 -0700
    
        Simple replay script
    
    commit d0e0746
    Author: Comma Device <device@comma.ai>
    Date:   Wed Apr 22 20:30:53 2020 +0000
    
        call it vehicle, not panda
    
    commit fe52312
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 16:22:52 2020 -0400
    
        will this stupid CI ever work
    
    commit 8ea9c72
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 14:52:26 2020 -0400
    
        adding tesla to cars without data for CI road testing for now
    
    commit 98ec06e
    Author: Dean Lee <deanlee3@gmail.com>
    Date:   Thu Apr 23 01:16:05 2020 +0800
    
        unmap a previously mapped buff (commaai#1410)
    
    commit 5ff06af
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 12:26:10 2020 -0400
    
        MORE CI shit to be fixed
    
    commit 4f23b68
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 10:56:18 2020 -0400
    
        cleanup for linter for CI
    
    commit 85036d1
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Wed Apr 22 10:55:27 2020 -0400
    
        Revert Honda and Toyota to comma master
    
    commit 650b905
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 09:51:39 2020 -0400
    
        UI_buttons where not CI friendly. now they are
    
    commit 9da8279
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 22 09:24:05 2020 -0400
    
        continue working on CI
    
    commit 144b377
    Author: George Hotz <geohot@gmail.com>
    Date:   Tue Apr 21 20:23:49 2020 -0700
    
        who is ready for big model?
    
    commit 425cdc0
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Tue Apr 21 21:23:26 2020 -0400
    
        working runner, bad model.
    
    commit 2fa654c
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Tue Apr 21 20:42:39 2020 -0400
    
        first attempt at onnx/trt runner
    
    commit 12af1f9
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Tue Apr 21 17:13:54 2020 -0700
    
        Refactor locationd message building
    
    commit d39a584
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 21 19:11:29 2020 -0400
    
        adding missing SNPE library for CI
    
    commit ab9fa22
    Author: George Hotz <geohot@gmail.com>
    Date:   Tue Apr 21 15:27:12 2020 -0700
    
        getenv SCALE
    
    commit b9f5882
    Author: George Hotz <geohot@gmail.com>
    Date:   Tue Apr 21 14:59:15 2020 -0700
    
        fix camera.py
    
    commit dd22cfc
    Author: George Hotz <geohot@gmail.com>
    Date:   Tue Apr 21 14:48:31 2020 -0700
    
        fix nui
    
    commit 65b35f3
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 21 17:27:10 2020 -0400
    
        tools and onnx driver monitor model
    
    commit af6235c
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Tue Apr 21 17:11:14 2020 -0400
    
        add onnx model
    
        LFS onnx
    
    commit 23f2a1f
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Tue Apr 21 17:05:42 2020 -0400
    
        keras to onnx script
    
    commit b44a725
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 21 15:54:18 2020 -0400
    
        fixing the SConscript in modelsd
    
    commit e161605
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 21 15:32:16 2020 -0400
    
        tools to take keras to onnx, requires pip install tf2onnx
    
    commit ea05332
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Tue Apr 21 15:14:37 2020 -0400
    
        Fix snpe build issue (Thanks tb205gti)
    
    commit 2ed92df
    Author: George Hotz <geohot@gmail.com>
    Date:   Tue Apr 21 11:54:02 2020 -0700
    
        view sensorium
    
    commit cead4c6
    Author: Comma Device <device@comma.ai>
    Date:   Tue Apr 21 11:11:43 2020 -0700
    
        mark unuploaded
    
    commit a5ae90f
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Tue Apr 21 01:13:43 2020 -0400
    
        add uff mofel
    
    commit d244823
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Tue Apr 21 00:28:00 2020 -0400
    
        first pass at tensorrt_runner.py
    
    commit 9d8e832
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Mon Apr 20 22:52:36 2020 -0400
    
        revert buf delete
    
    commit 9d93ae6
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Mon Apr 20 22:48:26 2020 -0400
    
        convert tensorrt as serialized models
    
    commit e23f1fc
    Author: Greg Hogan <gregjhogan@gmail.com>
    Date:   Mon Apr 20 16:56:38 2020 -0700
    
        ColumnStoreWriter.add_dict() support for multiple types
    
    commit cf131ee
    Author: Greg Hogan <gregjhogan@gmail.com>
    Date:   Mon Apr 20 16:25:43 2020 -0700
    
        ColumnStoreReader support for intermediate keys of flat dictionaries
    
    commit bb9061e
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Mon Apr 20 19:08:56 2020 -0400
    
        add trt models and converter
    
    commit 2caa569
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Mon Apr 20 18:44:45 2020 -0400
    
        Fix Memory leak in modeld.cc
    
    commit 1d6042c
    Author: cowanhmoore <cowanhmoore@gmail.com>
    Date:   Mon Apr 20 18:30:46 2020 -0400
    
         Honda HRV (commaai#1404)
    
        * PR - Honda HRV
    
        values.py - incl. Class, FP, FW_VERSIONS, SPEED_FACTOR 1.025
        carstate.py - incl. carFingerprint, doorOpen OVERRIDE (signal unknown)
        Safety test concludes that removal of drivers seatbelt IMMEDIATELY disengages OP
        interface.py - incl. HR-V vehicle parameters, tuning (tested for 100+ miles)
        Longitudinal tuning parameters unchanged from CAR.FIT
        test_car_models.py - added per request of review process
        *5. honda_hrv_touring_2019_can_generated.dbc will be submitted to commaai/opendbc in next PR
    
        Once *5 is approved, will need to update values.py to matching dbc
    
        Thanks, Cowan Moore 330-701-3922
    
        * Honda HRV Door Signal
    
        BO_ 422 SCM_BUTTONS: 8 SCM
         SG_ DRIVERS_DOOR_OPEN : 63|1@0+ (1,0) [0|1] "" EON
    
        * Update values.py
    
        * Update test_car_models.py
    
    commit 3aab9fa
    Author: Harald Schafer <harald.the.engineer@gmail.com>
    Date:   Mon Apr 20 14:39:13 2020 -0700
    
        mixed up
    
    commit 2ea494e
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Mon Apr 20 14:15:01 2020 -0700
    
        Wait 5s before going offroad after panda disconnect (commaai#1406)
    
        * wait 10s before going offroad after panda disconnect
    
        * Add cloudlog
    
        * Typo
    
        * 5 s
    
    commit 438b03d
    Author: Harald Schafer <harald.the.engineer@gmail.com>
    Date:   Mon Apr 20 13:59:42 2020 -0700
    
        no param reads in pipeline
    
    commit 58e71de
    Author: George Hotz <geohot@gmail.com>
    Date:   Mon Apr 20 13:56:02 2020 -0700
    
        add safety note
    
    commit 4e44ab3
    Author: Comma Device <device@comma.ai>
    Date:   Mon Apr 20 20:49:28 2020 +0000
    
        s/athena/connect on sidebar
    
    commit c8d5230
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Mon Apr 20 13:18:26 2020 -0700
    
        bump opendbc: add hrv
    
    commit 2928c53
    Author: Dean Lee <deanlee3@gmail.com>
    Date:   Tue Apr 21 04:15:11 2020 +0800
    
        cleanup visionipc when recovering from fault in dmonitoringd and loggerd  (commaai#1402)
    
    commit 4ee225b
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Mon Apr 20 15:36:32 2020 -0400
    
        fix SConscript in modeld
    
    commit 3ebb116
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Mon Apr 20 12:08:48 2020 -0700
    
        Update RELEASES.md
    
    commit d570db5
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Mon Apr 20 14:09:30 2020 -0400
    
        Reduce memory allocation for models to amount needed
    
    commit a120ada
    Author: Andrew Sidhu <SippieCup@users.noreply.github.com>
    Date:   Mon Apr 20 13:05:33 2020 -0400
    
        Fix by Boggyver - Add Traffic Convention data to input buffer (commaai#1405)
    
        Credit goes to Boggyver for finding this.
    
    commit 29f4380
    Merge: a8f0313 ce4528c
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Mon Apr 20 12:46:52 2020 -0400
    
        Merge branch 'master' into tesla_0.7.4_rebase
    
    commit a8f0313
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Mon Apr 20 12:41:55 2020 -0400
    
        fix TF runner to actually work with new model
    
        remove additional model
    
    commit ce4528c
    Author: Dean Lee <deanlee3@gmail.com>
    Date:   Tue Apr 21 00:23:23 2020 +0800
    
        dmonitoringmodeld: fix memory leak (commaai#1403)
    
    commit 83edaae
    Merge: ceb33d5 25ab252
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sun Apr 19 18:37:07 2020 -0400
    
        Merge remote-tracking branch 'Comma/master' into Tesla_0.7.4_rebase
    
    commit 25ab252
    Author: Dean Lee <deanlee3@gmail.com>
    Date:   Mon Apr 20 05:04:33 2020 +0800
    
        fixes the error with OpenCL depreciation warnings (commaai#1394)
    
    commit e171a7a
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Sun Apr 19 14:00:30 2020 -0700
    
        modeld, add cloudlogs
    
    commit 8f2858e
    Author: Dean Lee <deanlee3@gmail.com>
    Date:   Mon Apr 20 04:59:36 2020 +0800
    
        modeld, cleanup visionipc when recovering from fault
    
    commit 69b35d5
    Author: ffhspa <31392294+ffhspa@users.noreply.github.com>
    Date:   Sun Apr 19 22:58:49 2020 +0200
    
        Update CIVIC_BOSCH_DIESEL FW versions (commaai#1396)
    
        * Added Values
    
        * Update values.py
    
        * Update values.py
    
        * Update values.py
    
    commit 00bb45f
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Sun Apr 19 13:56:20 2020 -0700
    
        readme add footnotes
    
    commit 3cf5037
    Author: Willem Melching <willem.melching@gmail.com>
    Date:   Sun Apr 19 13:54:04 2020 -0700
    
        Put Sonata and Pallisade in community maintained section
    
    commit ceb33d5
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sun Apr 19 16:25:26 2020 -0400
    
        Fix model loading - Using tensorflow1.15@nv43
    
    commit 8ddf155
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 12:54:31 2020 -0400
    
        fix gpu loading
    
    commit 6a8e87e
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 03:39:26 2020 -0400
    
        fix compile warning
    
    commit 40498ca
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 03:38:58 2020 -0400
    
        refactor keras_runner... again.
    
    commit 2619554
    Merge: bde3c21 da8dcdd
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 03:27:11 2020 -0400
    
        Merge branch 'tesla_0.7.4_rebase2' into Tesla_0.7.4_rebase
    
    commit da8dcdd
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 03:24:21 2020 -0400
    
        Fix runner and driving.cc for bigmodel
    
    commit 2189e25
    Merge: d445374 bde3c21
    Author: Andrew Sidhu <SippieCup@users.noreply.github.com>
    Date:   Sat Apr 18 03:17:28 2020 -0400
    
        Merge branch 'Tesla_0.7.4_rebase' into tesla_0.7.4_rebase2
    
    commit bde3c21
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 03:13:43 2020 -0400
    
        update lfs
    
        lfs sc.model.keras
        LFS binaries
    
    commit d445374
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 02:59:10 2020 -0400
    
        fix merge
    
    commit 48c86d4
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 02:38:14 2020 -0400
    
        Fix Memory leaks from merge issues. update scons
    
        Update SConstruct
        Update Scons, Fix runner, fix args in rgb_to_yuv.c
        more scons fixes
        Fix Memory leaks from merge issues. update scons
    
    commit 78dc78c
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Sat Apr 18 01:13:02 2020 -0400
    
        cleanup models, refactor keras_runner, fix model running
    
        add lfs
        cherry pick of "moving larte files to lfs"
        use new model
        Re-implement split loading
        fix models
        remove pathlib dep
        final fix to submodules
    
        remove panda temp
    
        readd panda submodule
    
    commit 1be6e67
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Fri Apr 17 23:59:16 2020 -0400
    
        moving larte files to lfs
    
    commit 64641b0
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Fri Apr 17 23:20:43 2020 -0400
    
        working with old models
    
    commit c3cbebf
    Author: HaraldSchafer <harald.the.engineer@gmail.com>
    Date:   Fri Apr 17 17:05:54 2020 -0700
    
        Fallback publish calib (commaai#1392)
    
        * if no inputs still publish
    
        * better
    
    commit f374e9b
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Fri Apr 17 21:21:34 2020 -0400
    
        Small Fixes
    
    commit 82ea5ae
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Fri Apr 17 21:15:15 2020 -0400
    
        Revert Keras Runner
    
    commit 40ec817
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Fri Apr 17 11:10:00 2020 -0400
    
        still troubleshooting
    
    commit c693e3b
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 16 17:31:53 2020 -0400
    
        few tweaks needed by master branch and removing outdated code
    
    commit 5509456
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 16 09:41:01 2020 -0400
    
        trying to get CI moving
    
    commit 5221b0e
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 16 03:50:47 2020 -0400
    
        adding missing models to the repo
    
    commit 3d16d96
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 16 03:25:30 2020 -0400
    
        fixing merge stuff still
    
    commit ef1b603
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 16 01:44:55 2020 -0400
    
        more merge fixes
    
    commit e221ece
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 16 00:57:40 2020 -0400
    
        OpenDBC updates for Tesla + scons changes
    
    commit 53ef8d2
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Thu Apr 16 00:19:56 2020 -0400
    
        bringing tesla cereals and jetson setup scripts
    
    commit d00341b
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 15 23:18:18 2020 -0400
    
        fix modules
    
    commit b366471
    Author: BogGyver <bogdan.butoi@gmail.com>
    Date:   Wed Apr 15 23:01:03 2020 -0400
    
        adding git modules back in
    
    commit 8aab991
    Author: Andrew Sidhu <asidhu1@gmail.com>
    Date:   Wed Apr 15 20:50:42 2020 -0400
    
        Tesla Changes
    rafcabezas committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    5846942 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'comma/master-ci-0.7.5' into tesla_alpha_raf

    # Conflicts:
    #	README.md
    #	RELEASES.md
    #	SConstruct
    #	cereal/SConscript
    #	cereal/car.capnp
    #	common/params.py
    #	opendbc/can/common.cc
    #	opendbc/can/common.h
    #	opendbc/can/common.pxd
    #	opendbc/can/common_dbc.h
    #	opendbc/can/dbc_template.cc
    #	opendbc/can/packer.cc
    #	opendbc/can/process_dbc.py
    #	panda/.circleci/config.yml
    #	panda/board/build.mk
    #	selfdrive/camerad/SConscript
    #	selfdrive/car/honda/radar_interface.py
    #	selfdrive/common/version.h
    #	selfdrive/controls/controlsd.py
    #	selfdrive/controls/lib/alerts.py
    #	selfdrive/controls/lib/lane_planner.py
    #	selfdrive/controls/lib/pathplanner.py
    #	selfdrive/debug/filter_log_message.py
    #	selfdrive/locationd/kalman/models/car_kf.py
    #	selfdrive/loggerd/uploader.py
    #	selfdrive/manager.py
    #	selfdrive/modeld/SConscript
    #	selfdrive/modeld/dmonitoringmodeld.cc
    #	selfdrive/modeld/models/driving.cc
    #	selfdrive/sensord/SConscript
    #	selfdrive/test/test_car_models.py
    #	selfdrive/thermald/thermald.py
    #	selfdrive/tombstoned.py
    #	selfdrive/ui/paint.cc
    #	selfdrive/ui/sidebar.cc
    #	selfdrive/ui/sound.cc
    #	selfdrive/ui/ui.cc
    #	selfdrive/ui/ui.hpp
    rafcabezas committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0d6e1fa View commit details
    Browse the repository at this point in the history
  3. Merge fixes (see commit message details)

    - paint.cc from 0.7.5
    - fixes to bbui.h
    - add C capnp
    rafcabezas committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    6f98745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dc9e66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b6bf0c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'comma-ci/0.7.6.1' into tesla_alpha_raf

    # Conflicts:
    #	SConstruct
    #	cereal/SConscript
    #	panda/.circleci/config.yml
    #	panda/board/safety.h
    #	phonelibs/fastcv/aarch64/libfastcvadsp_stub.so
    #	phonelibs/fastcv/aarch64/libfastcvopt.so
    #	rednose/loc_local.cpp
    #	selfdrive/controls/controlsd.py
    #	selfdrive/controls/lib/alerts.py
    #	selfdrive/controls/lib/pathplanner.py
    #	selfdrive/controls/lib/planner.py
    #	selfdrive/locationd/kalman/helpers/__init__.py
    #	selfdrive/locationd/models/car_kf.py
    #	selfdrive/locationd/ubloxd_main.cc
    #	selfdrive/modeld/SConscript
    #	selfdrive/modeld/dmonitoringmodeld.cc
    #	selfdrive/modeld/models/driving.cc
    #	selfdrive/test/test_car_models.py
    #	selfdrive/ui/ui.cc
    #	selfdrive/ui/ui.hpp
    rafcabezas committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    993bc6f View commit details
    Browse the repository at this point in the history
  7. Merge fixes and updates to safety_tesla, interface and ubloxd_main to…

    … bring codebase up-to-date, etc
    rafcabezas committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    56c167c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6923c0b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'comma/master-ci-0.7.7' into tesla_alpha_raf

    # Conflicts:
    #	SConstruct
    #	cereal/SConscript
    #	cereal/SConstruct
    #	common/params.py
    #	opendbc/tesla_can.dbc
    #	panda/tests/pedal/enter_canloader.py
    #	selfdrive/car/car_helpers.py
    #	selfdrive/controls/controlsd.py
    #	selfdrive/locationd/test/ubloxd.py
    #	selfdrive/locationd/test/ubloxd_easy.py
    #	selfdrive/locationd/ubloxd_main.cc
    #	selfdrive/manager.py
    #	selfdrive/modeld/SConscript
    #	selfdrive/modeld/modeld.cc
    #	selfdrive/test/process_replay/test_processes.py
    #	selfdrive/test/test_car_models.py
    #	selfdrive/thermald/thermald.py
    #	selfdrive/ui/sound.cc
    #	selfdrive/ui/ui.cc
    #	selfdrive/ui/ui.hpp
    rafcabezas committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    ed61e70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4407e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59fd7d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Merge branch 'comma/master-ci-0.7.8' into tesla_alpha_raf

    # Conflicts:
    #	cereal/SConscript
    #	common/params.py
    #	launch_chffrplus.sh
    #	selfdrive/boardd/boardd.cc
    #	selfdrive/controls/lib/planner.py
    #	selfdrive/locationd/params_learner.cc
    #	selfdrive/locationd/params_learner.h
    #	selfdrive/locationd/paramsd.cc
    #	selfdrive/modeld/modeld.cc
    #	selfdrive/updated.py
    rafcabezas committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a8afb45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755d276 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'comma/master-ci-0.7.9' into tesla_alpha_raf

    # Conflicts:
    #	SConstruct
    #	cereal/messaging/__init__.py
    #	common/basedir.py
    #	common/params.py
    #	launch_chffrplus.sh
    #	panda/board/main.c
    #	selfdrive/camerad/SConscript
    #	selfdrive/controls/controlsd.py
    #	selfdrive/controls/radard.py
    #	selfdrive/crash.py
    #	selfdrive/loggerd/uploader.py
    #	selfdrive/manager.py
    #	selfdrive/pandad.py
    #	selfdrive/thermald/thermald.py
    #	selfdrive/ui/SConscript
    #	selfdrive/ui/linux.cc
    #	selfdrive/ui/paint.cc
    #	selfdrive/ui/spinner/spinner
    #	selfdrive/ui/ui.cc
    #	selfdrive/ui/ui.hpp
    #	selfdrive/updated.py
    rafcabezas committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    3521e9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    097db35 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Fix for auto update

    rafcabezas committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d29515e View commit details
    Browse the repository at this point in the history
  2. PCC Fix

    -  pcc fix
    -  log when unable to kill processes
    rafcabezas committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    10b1781 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'comma/master-ci-0.7.10' into tesla_alpha_raf

    # Conflicts:
    #	common/basedir.py
    #	common/params.py
    #	installer/updater/update.json
    #	selfdrive/controls/lib/pathplanner.py
    #	selfdrive/controls/radard.py
    #	selfdrive/loggerd/uploader.py
    #	selfdrive/manager.py
    #	selfdrive/ui/SConscript
    #	selfdrive/ui/android/ui.cc
    #	selfdrive/ui/paint.cc
    rafcabezas committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    769c820 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    d4e4d77 View commit details
    Browse the repository at this point in the history
  2. Fix params

    rafcabezas committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    c70acf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec4160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcfca8d View commit details
    Browse the repository at this point in the history
  5. Add capnpc support

    rafcabezas committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    78fb7a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    604f6d2 View commit details
    Browse the repository at this point in the history
  7. Fix manager so it can run scons after update

    Also avoid failing builds from cleaning (at least for now)
    rafcabezas committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    7556da9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Add missing params

    rafcabezas committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    dc4031a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Fix enable_driver_monitor config parameter, Add config option to thro…

    …ttle driver monitoring
    
    Also add both driver monitoring options to the OP preferences section
    rafcabezas committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    22e4aac View commit details
    Browse the repository at this point in the history
  2. Refactor UI components

    rafcabezas committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    dab8103 View commit details
    Browse the repository at this point in the history
  3. Fix TB UI

    rafcabezas committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    592d632 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. openpilot v0.8.0 release

    Vehicle Researcher committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0b384ea View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Cleanup

    rafcabezas committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    65f69bc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Merge branch 'comma-ci/0.8.0' into tesla_alpha_raf

    # Conflicts:
    #	cereal/SConscript
    #	common/params_pyx.pyx
    #	launch_chffrplus.sh
    #	selfdrive/car/car_helpers.py
    #	selfdrive/controls/controlsd.py
    #	selfdrive/controls/lib/lane_planner.py
    #	selfdrive/manager.py
    rafcabezas committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    406c433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bd6e2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c0ce0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3728380 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0cbdcb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    a3b91ad View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    20662bb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Fix commIssue due to frame drop and power draw (commaai#2689)

    Co-authored-by: robbederks <robbe.derks@gmail.com>
    Co-authored-by: Willem Melching <willem.melching@gmail.com>
    3 people committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    29d9e1c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    19ca4b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    3a72ea5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. openpilot v0.8.1 release

    Vehicle Researcher committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    22a4193 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    5541300 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Merge branch 'comma/master-ci-0.8.1' into tesla_alpha_raf

    # Conflicts:
    #	common/basedir.py
    #	selfdrive/common/SConscript
    #	selfdrive/controls/controlsd.py
    #	selfdrive/crash.py
    #	selfdrive/manager.py
    #	selfdrive/modeld/dmonitoringmodeld.cc
    #	selfdrive/thermald/thermald.py
    #	selfdrive/ui/paint.cc
    #	selfdrive/ui/paint.hpp
    #	selfdrive/updated.py
    rafcabezas committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    ed95e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    246eef3 View commit details
    Browse the repository at this point in the history