wip
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user