I'm tinkering around with a custom fork of Sunnypilot but I hope to merge features back upstream. One feature I want to implement is making dynamic experimental control more context-aware so that it can default to ACC on major highways and default to experimental mode on smaller, less major roads.
It appears that the highway rank is currently not being exposed as a parameter that Sunnypilot can access. Could that be added as a feature?
References: https://github.com/pfeiferj/mapd/blob/main/maps/way.go#L25, https://github.com/pfeiferj/mapd/blob/main/maps/way.go#L539
I'm tinkering around with a custom fork of Sunnypilot but I hope to merge features back upstream. One feature I want to implement is making dynamic experimental control more context-aware so that it can default to ACC on major highways and default to experimental mode on smaller, less major roads.
It appears that the highway rank is currently not being exposed as a parameter that Sunnypilot can access. Could that be added as a feature?
References: https://github.com/pfeiferj/mapd/blob/main/maps/way.go#L25, https://github.com/pfeiferj/mapd/blob/main/maps/way.go#L539