jyoung8607 / openpilot

open source driving agent
MIT License
73 stars 54 forks source link

Implement GRA_ACC_01 cruise control button handling #24

Closed jyoung8607 closed 5 years ago

jyoung8607 commented 5 years ago

Read cruise control button state from the car and drive the corresponding OP events. Will be required for spam-Cancel, and useful for later ACC setpoint adjustment from Comma speed limit data. This will depend on the CRC work from #21 in order to send messages.

jyoung8607 commented 5 years ago

Done.