Description
The Acura MDX got a facelift for model-year 2022, which came with a new camera/radar architecture. This architecture is also shared by newer Honda Odyssey.
Correctly supporting these cars requires a new model port with minor platform changes. The CAN messaging is nearly identical, but there are architectural changes that affect the minimum speed for lateral control and cluster display of the cruise setpoint. A port was started in commaai/openpilot#25481 by @csouers but wasn't quite completed or merged.
In the meantime, starting with commaai/openpilot#27812, we inadvertently started recognizing them as pre-facelift cars. So we need the MY2022 port and then we need to disentangle all the firmware that was added to ACURA_RDX_3G. This will be more than just reverting the one PR, the fuzzy fingerprinting bot may have added more on top.
- Honda: Temporarily revoke support for 2022 Acura MDX #1638
- Merge a working port for MY2022 and forward
- Disentangle UDS firmware between Acura MDX 3G and 3G-facelift
- Restore MY2022 and forward Acura MDX as officially supported