-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cars: remove some external imports #33133
Conversation
|
||
LongCtrlState = car.CarControl.Actuators.LongControlState | ||
VisualAlert = car.CarControl.HUDControl.VisualAlert | ||
V_CRUISE_MAX = 145 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not put into some helper in selfdrive/car/
? somehow specific to ford?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I planned on getting rid of this one, feels like we can set it based on the actuators packet, waiting on Harald looking into this. Will add a TODO to look into this
* ford and gm * clean that up * also this * honda * temp fix * move into selfdrive.car * clean up * more old-commit-hash: 0739d79
Start to remove ignores from #32973