wip
This commit is contained in:
@@ -27,7 +27,7 @@ def set_model_list_parameter(params):
|
||||
|
||||
if previous_model_list != model_list:
|
||||
# Reset the selected model if the model list changed
|
||||
params.put_int("Model", 0)
|
||||
params.put_int("Model", 3)
|
||||
params.put("ModelList", model_list)
|
||||
params.remove("CalibrationParams");
|
||||
params.remove("LiveTorqueParameters");
|
||||
|
||||
Reference in New Issue
Block a user