Skip to content
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

Dev panel: disable long maneuver toggle for stock long #34006

Merged
merged 6 commits into from
Nov 14, 2024

Conversation

AlexandreSato
Copy link
Contributor

Fix two design errors in the developerPanel:
1 - the non release toggles would only disappear after ignition on the release branch;
2 - cars without longitudinal control could activate longitudinal maneuvers.

Copy link
Contributor

github-actions bot commented Nov 13, 2024

UI Preview

settings_developer : $${\color{red}\text{DIFFERENT}}$$
master proposed
diff composite diff
All Screenshots

Comment on lines 29 to 31
for (auto btn : findChildren<ParamControl *>()) {
btn->setVisible(!is_release);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't needed, offroadTransition is fired on startup

@sshane sshane changed the title Fix developer panel Dev panel: disable long maneuver toggle for stock long Nov 14, 2024
@sshane sshane merged commit 87bc80d into commaai:master Nov 14, 2024
19 checks passed
@AlexandreSato AlexandreSato deleted the fix_developer-panel branch November 14, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants