|
|
|
@ -91,8 +91,8 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) { |
|
|
|
|
std::vector<QString> longi_button_texts{tr("Aggressive"), tr("Standard"), tr("Relaxed")}; |
|
|
|
|
long_personality_setting = new ButtonParamControl("LongitudinalPersonality", tr("Driving Personality"), |
|
|
|
|
tr("Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. " |
|
|
|
|
"In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these " |
|
|
|
|
"personalities with your steering wheel distance button."), |
|
|
|
|
"In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with " |
|
|
|
|
"your steering wheel distance button."), |
|
|
|
|
"../assets/offroad/icon_speed_limit.png", |
|
|
|
|
longi_button_texts); |
|
|
|
|
for (auto &[param, title, desc, icon] : toggle_defs) { |
|
|
|
|