1. 16 Mar, 2021 1 commit
  2. 13 Mar, 2021 1 commit
  3. 12 Mar, 2021 1 commit
  4. 10 Mar, 2021 3 commits
  5. 07 Mar, 2021 3 commits
  6. 06 Mar, 2021 1 commit
  7. 02 Mar, 2021 1 commit
  8. 15 Feb, 2021 1 commit
  9. 14 Feb, 2021 3 commits
  10. 03 Feb, 2021 1 commit
  11. 02 Feb, 2021 1 commit
  12. 30 Jan, 2021 1 commit
  13. 28 Jan, 2021 4 commits
  14. 27 Jan, 2021 2 commits
  15. 26 Jan, 2021 5 commits
  16. 21 Jan, 2021 4 commits
  17. 19 Jan, 2021 1 commit
  18. 18 Jan, 2021 2 commits
  19. 16 Jan, 2021 4 commits
    • DocGarbanzo's avatar
      Add missing AI_THROTTLE_MULT (#747) · 73b2f868
      DocGarbanzo authored
      73b2f868
    • DocGarbanzo's avatar
      Rename ubuntu.yml to pc.yml and update docs accordingly. (#748) · cb1a0010
      DocGarbanzo authored
      * Rename ubuntu.yml to pc.yml and update docs accordingly.
      
      * Added missing update in travis.
      cb1a0010
    • DocGarbanzo's avatar
      Merge pull request #746 from showsep93/dev · b459a25b
      DocGarbanzo authored
      Fixed FindCar function for RPi4
      b459a25b
    • DocGarbanzo's avatar
      Follow up on code review: · df3706ea
      DocGarbanzo authored
      * Renamed function for session id creation in manifest and stored dictionary of last_id, last_full_id and all_full_ids in the metadata so no parsing needs to happen. Added more comment to the manifest to explain the session id logic. Added `if` around session_id update flag, so flag gets set only once.
      * Reverted tub test and created new tub writer test instead
      * Removed shutdown hook from tub writer as it will be closed by the vehicle
      * When session_id data gets inserted into the metadata, only modify the corresponding line (actually the seekable also modifies the lines below, there is still room for improvement in that method)
      * Minor performance upgrades and improved timing in fast forward loop in UI
      df3706ea