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

ui: remove GPS status from the sidebar #33304

Merged
merged 3 commits into from
Aug 14, 2024
Merged

ui: remove GPS status from the sidebar #33304

merged 3 commits into from
Aug 14, 2024

Conversation

fredyshox
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Aug 14, 2024

UI Screenshots

@@ -100,9 +100,17 @@ void Sidebar::updateState(const UIState &s) {
setProperty("tempStatus", QVariant::fromValue(tempStatus));

ItemStatus pandaStatus = {{tr("VEHICLE"), tr("ONLINE")}, good_color};
bool gpsOK = true;
Copy link
Contributor

@adeebshihadeh adeebshihadeh Aug 14, 2024

Choose a reason for hiding this comment

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

let's just remove gps from the sidebar

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed it

selfdrive/ui/qt/sidebar.cc Outdated Show resolved Hide resolved
@fredyshox fredyshox changed the title ui: use onroadEvents to determine GPS availability ui: remove GPS status from the sidebar Aug 14, 2024
@sshane sshane added the ui label Aug 14, 2024
@fredyshox fredyshox merged commit c61d504 into master Aug 14, 2024
18 of 19 checks passed
@fredyshox fredyshox deleted the ui-llk branch August 14, 2024 22:52
programanichiro added a commit to programanichiro/openpilot that referenced this pull request Aug 18, 2024
GPS->GNSS , SEARCH->EXPLORE
Merge commit 'c61d504516158d1e9926cf09625bbfc87aba9664' into master-cit0

# Conflicts:
#	selfdrive/controls/controlsd.py
#	selfdrive/ui/ui.cc
Edison-CBS pushed a commit to Edison-CBS/openpilot that referenced this pull request Sep 15, 2024
* Remove usage of llk in ui

* Remove GPS from sidebar

* Remove it from test
old-commit-hash: c61d504
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.

3 participants