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

Mazda: Slower rate for ACC cancel msg to avoid cruise disable #1615

Merged
merged 2 commits into from
Jun 1, 2020

Commits on Jun 1, 2020

  1. 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>
    Jafaral committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    d3ab89d View commit details
    Browse the repository at this point in the history
  2. Round up 27.96 to 28mph

    Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com>
    Jafaral committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    baaa52c View commit details
    Browse the repository at this point in the history