Add another human name for a state
Found this in the Citation Bravo, missing ‘taxi’
This commit is contained in:
parent
12dac05d38
commit
68a2e80cb1
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ QString humanNameFromStateTag(const std::string& tag)
|
|||
return QObject::tr("Automatic");
|
||||
if (tag == "cruise")
|
||||
return QObject::tr("Cruise");
|
||||
if (tag == "taxi")
|
||||
return QObject::tr("Ready to taxi");
|
||||
|
||||
qWarning() << Q_FUNC_INFO << "add for" << QString::fromStdString(tag);
|
||||
// no mapping, let's use the tag directly
|
||||
|
|
Loading…
Reference in a new issue