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

Update SA-master-acados to latest #490

Closed
wants to merge 56 commits into from

Commits on Nov 14, 2021

  1. docs/CARS: add 2022 Camry (#22904)

    * Add 2022 Camry ICE
    
    DongleID/route f72a3ad7dc38d5cf|2021-11-14--09-21-28
    https://discord.com/channels/469524606043160576/524327905937850394/909452075467960320
    
    * fix whitespace
    
    Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
    ErichMoraga and adeebshihadeh authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    7ca76ed View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    abb292d View commit details
    Browse the repository at this point in the history
  2. Add missing HIGHLANDERH_TSS2 engine f/w (#22910)

    * Add missing HIGHLANDERH_TSS2 engine f/w
    
    `maximammx#7799`  2022 Highlander Hybrid AWD  DongleID/route  91445f0962323b04|2021-11-14--21-33-29
    
    * Add 2022 Highlander Hybrid
    ErichMoraga authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    cdc53ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e42bf91 View commit details
    Browse the repository at this point in the history
  4. boardd: fix segfault when SIGINT with no pandas (#22914)

    * boardd: fix segfault when SIGINT with no pandas
    
    * remove if block
    
    Co-authored-by: Robbe Derks <robbe.derks@gmail.com>
    pd0wm and robbederks authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8e12b9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d03f2a View commit details
    Browse the repository at this point in the history
  6. plotjuggler: plotjuggler: tuning layout w/ cruise setpoint, use carCo…

    …ntrol.enable not carControl.active (#22908)
    hewers authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5f2c7ad View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    ec66573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e1a25 View commit details
    Browse the repository at this point in the history
  3. alert cleanup (#22919)

    adeebshihadeh authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5265c36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f90f04 View commit details
    Browse the repository at this point in the history
  5. bump panda

    briskspirit committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3c7a8cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31031a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3302239 View commit details
    Browse the repository at this point in the history
  8. bump openbbc

    adeebshihadeh committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    8b929f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f262725 View commit details
    Browse the repository at this point in the history
  10. tici: limit brightness with display uptime (#22918)

    Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
    haraschax and adeebshihadeh authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c9218a5 View commit details
    Browse the repository at this point in the history
  11. bump cereal

    pd0wm committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    241a082 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f423a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9062085 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10bca09 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    833399e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0e35db7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fb1e8ce View commit details
    Browse the repository at this point in the history
  18. Revert "add offroad alerts for car unrecognized"

    This reverts commit fb1e8ce.
    adeebshihadeh committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d8a5c41 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0674726 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Add cost to long plan change for smoother lag comp (#22923)

    * add plan changing cost
    
    * fix compile
    
    * set weights
    
    * try this cost
    
    * horizon problem
    
    * looks pretty good
    
    * update refs
    
    * update refs
    
    * smoother plan changes
    haraschax authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b3b45c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2492a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c1f19 View commit details
    Browse the repository at this point in the history
  4. more alert checks

    adeebshihadeh committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8d917b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5296ca8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d87eb6 View commit details
    Browse the repository at this point in the history
  7. framereader: support hardware decoding (#22906)

    * support hardware accelerated video decoding
    
    * support cuda only
    
    * print decode info
    
    * add yuv flag back
    
    * fix height
    
    * default is cuda
    
    * fallback to CPU decoding
    
    fix memory leak&cleanup
    
    add output
    deanlee authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    20d3cf1 View commit details
    Browse the repository at this point in the history
  8. macOS: Fix missing pip command issue. (#22924)

    * Fixed missing pip command issue.
    
    * add path to openpilot_env.sh for mac
    eFiniLan authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a871903 View commit details
    Browse the repository at this point in the history
  9. ui: async uploading texture with PBO (#22843)

    * async uploading texture using pbo
    
    * use QOpenglBuffer
    
    space
    
    set usage pattern
    
    share context
    
    continue
    
    * space
    deanlee authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0dcb089 View commit details
    Browse the repository at this point in the history
  10. watchdog_kick: non-allocating (#22892)

    * non-allocating
    
    * unpack
    
    * call kick every second
    
    * cleanup include
    deanlee authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ca88a87 View commit details
    Browse the repository at this point in the history
  11. Cleanup toyota tuning (#22859)

    * start cleanup
    
    * start lateral
    
    * finish lateral
    
    * add file
    
    * typo
    
    * add enu
    
    * remove whitespace
    
    * cleanup safetyparam
    
    * typo
    haraschax authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0684482 View commit details
    Browse the repository at this point in the history
  12. camera_qcom2: cleanup camera_open (#22085)

    * cleanup camera_open
    
    * remove static
    
    * apply review
    deanlee authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    3d0246e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c35ae99 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5648b22 View commit details
    Browse the repository at this point in the history
  15. framereader: remove memory copy overhead for AVIO (#22894)

    * no memory copy
    
    * merge master
    
    better
    deanlee authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    dc8e23c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a3754d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ddc3582 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ba0c844 View commit details
    Browse the repository at this point in the history
  19. ui: draw all radard leads (#22901)

    * draw leads detected from radar since it has a low speed override
    
    * comment
    
    * fill lead_verticies
    
    * fix
    
    * Revert changes
    
    Revert "fix"
    
    This reverts commit 7a478c4.
    
    Revert "fill lead_verticies"
    
    This reverts commit 5cdf265.
    
    Revert "comment"
    
    This reverts commit 24a8a3f.
    
    Revert "draw leads detected from radar since it has a low speed override"
    
    This reverts commit 4679fa5.
    
    * Revert "Draw model leads (#21864)"
    
    This commit reverts 276b00c
    sshane authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    fa55dbe View commit details
    Browse the repository at this point in the history
  20. Take camera snapshot using VisionIPC (#22070)

    * vipc snapshot
    
    * front and rear need to go
    
    * remove SEND_*
    
    * cleanup
    
    * put that back
    
    * fix duplicate code
    
    * dont start camerad on pc
    
    * fix rgb stride
    
    Co-authored-by: Comma Device <device@comma.ai>
    Co-authored-by: Willem Melching <willem.melching@gmail.com>
    3 people authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0a1aaaa View commit details
    Browse the repository at this point in the history
  21. cameraview: remove glflush, reduce C3 CPU usage (#22949)

    * remove glflush
    
    * revert cpu
    deanlee authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    33b1b94 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    372b0f1 View commit details
    Browse the repository at this point in the history
  23. cleanup unused pip packages (#22947)

    * cleanup unused pip packages
    
    * fix linter
    pd0wm authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    f1c77f9 View commit details
    Browse the repository at this point in the history
  24. Fix build failures in Ubuntu 21.10 (#22952)

    * Fix compile on Ubuntu 21.10
    
    * Add missing c++17 optional refs in ui
    JMPZ11 authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    61f9b3e View commit details
    Browse the repository at this point in the history
  25. Revert "Fix build failures in Ubuntu 21.10 (#22952)"

    This reverts commit 61f9b3e.
    adeebshihadeh committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5e2570d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    36ca9d2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f2a8130 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    787dde0 View commit details
    Browse the repository at this point in the history
  29. bump to 0.8.12

    adeebshihadeh committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7d18e26 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. panda.cc: struct for CAN header, counter complexity, cleanup for read…

    …ability (#22956)
    
    * try struct
    
    * can_send refactor
    
    * cleanups
    
    * Resize vector only when it is needed
    
    * ...
    
    * more cleanup
    briskspirit authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    47d0d71 View commit details
    Browse the repository at this point in the history