This commit is contained in:
Your Name
2024-02-12 23:10:07 -06:00
parent 2803846987
commit e034f72f3d

View File

@@ -1592,7 +1592,7 @@ void AnnotatedCameraWidget::drawStatusBar(QPainter &p) {
p.setOpacity(1.0);
p.drawRoundedRect(statusBarRect, 30, 30);
// // QString roadName = roadNameUI ? QString::fromStdString(paramsMemory.get("RoadName")) : QString();
QString roadName = roadNameUI ? QString::fromStdString(paramsMemory.get("RoadName")) : QString();
// // QString roadName = QString::fromStdString(paramsMemory.get("oscar_debug"));
// QMap<int, QString> conditionalStatusMap = {
@@ -1611,8 +1611,8 @@ void AnnotatedCameraWidget::drawStatusBar(QPainter &p) {
// {12, "Experimental Mode activated for stop" + (mapOpen ? "" : QString(" sign / stop light"))},
// };
// QString screenSuffix = ". Double tap the screen to revert";
// QString wheelSuffix = ". Double press the \"LKAS\" button to revert";
QString screenSuffix = ". Double tap the screen to revert";
QString wheelSuffix = ". Double press the \"LKAS\" button to revert";
// if (alwaysOnLateral) {
// newStatus = QString("Always On Lateral active") + (mapOpen ? "" : ". Press the \"Cruise Control\" button to disable");