The rest
This commit is contained in:
@@ -38,6 +38,7 @@ private:
|
||||
std::set<QString> laneChangeKeys;
|
||||
std::set<QString> lateralTuneKeys;
|
||||
std::set<QString> longitudinalTuneKeys;
|
||||
std::set<QString> mtscKeys;
|
||||
std::set<QString> qolKeys;
|
||||
std::set<QString> speedLimitControllerKeys;
|
||||
std::set<QString> visionTurnControlKeys;
|
||||
@@ -48,5 +49,5 @@ private:
|
||||
Params paramsMemory{"/dev/shm/params"};
|
||||
|
||||
bool isMetric = params.getBool("IsMetric");
|
||||
int steerRatioStock = params.getInt("SteerRatioStock");
|
||||
float steerRatioStock = params.getFloat("SteerRatioStock");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user