openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.
You can not select more than 25 topicsTopics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
# if we are querying the functional address, we ideally need to respond to all possible addresses
# so as to not leave them in a state where they are waiting for a flow control continue response, preventing FW querying later on
# For functional address queries, include all addresses to avoid leaving them awaiting flow control, ensuring future queries can proceed.
# This handles the functional address case by covering all potential addresses to prevent devices from getting stuck awaiting a flow control response, facilitating uninterrupted future queries.
# When querying functional addresses, ideally we respond to everything that sends a first frame to avoid leaving the ECU in a bad state.
# Note that we may not cover all ECUs and response offsets. TODO: query physical addrs and put this into the FwQueryConfig
# respond to all to prevent them from waiting for flow control, ensuring future queries.
# This avoids leaving devices in a wait state by covering all addresses for functional queries, ensuring smooth future interactions.