You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a stock ACC route where the user pressed the brake and caused an ACC fault we alerted for. It appears that the camera uses what we found for the Bolt, a single bit signal: ECMEngineStatus->BrakePressed as it stayed engaged until the ECM faulted. However the ECM might look at ECMAcceleratorPos->BrakePedalPos or EBCMBrakePedalPosition->BrakePedalPosition. These bugs are ridiculous!
I performed extensive tests to find an appropriate brake signal for the Bolt, so this looks like it might only apply for ICE GMs. Perhaps this only surfaces when ACC is braking itself as the user is adding little brake pressure compared to what is already being applied, and the ECM looks at the position.
dc7716b32bf25574/2024-05-24--18-30-20
The text was updated successfully, but these errors were encountered:
This is a stock ACC route where the user pressed the brake and caused an ACC fault we alerted for. It appears that the camera uses what we found for the Bolt, a single bit signal:
ECMEngineStatus->BrakePressed
as it stayed engaged until the ECM faulted. However the ECM might look atECMAcceleratorPos->BrakePedalPos
orEBCMBrakePedalPosition->BrakePedalPosition
. These bugs are ridiculous!I performed extensive tests to find an appropriate brake signal for the Bolt, so this looks like it might only apply for ICE GMs. Perhaps this only surfaces when ACC is braking itself as the user is adding little brake pressure compared to what is already being applied, and the ECM looks at the position.
dc7716b32bf25574/2024-05-24--18-30-20
The text was updated successfully, but these errors were encountered: