|
|
|
@ -63,15 +63,15 @@ TogglesPanel::TogglesPanel(QWidget *parent) : QWidget(parent) { |
|
|
|
|
|
|
|
|
|
ParamControl *record_toggle = new ParamControl("RecordFront", |
|
|
|
|
"Record and Upload Driver Camera", |
|
|
|
|
"Upload data from the driver facing camera and help improve the driver monitoring algorithm.", |
|
|
|
|
"../assets/offroad/icon_monitoring.png", |
|
|
|
|
this); |
|
|
|
|
"Upload data from the driver facing camera and help improve the driver monitoring algorithm.", |
|
|
|
|
"../assets/offroad/icon_monitoring.png", |
|
|
|
|
this); |
|
|
|
|
toggles.append(record_toggle); |
|
|
|
|
toggles.append(new ParamControl("EndToEndToggle", |
|
|
|
|
"\U0001f96c Disable use of lanelines (Alpha) \U0001f96c", |
|
|
|
|
"In this mode openpilot will ignore lanelines and just drive how it thinks a human would.", |
|
|
|
|
"../assets/offroad/icon_road.png", |
|
|
|
|
this)); |
|
|
|
|
"\U0001f96c Disable use of lanelines (Alpha) \U0001f96c", |
|
|
|
|
"In this mode openpilot will ignore lanelines and just drive how it thinks a human would.", |
|
|
|
|
"../assets/offroad/icon_road.png", |
|
|
|
|
this)); |
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_MAPS |
|
|
|
|
toggles.append(new ParamControl("NavSettingTime24h", |
|
|
|
|