Skip to content

Commit 1658898

Browse files
committed
Controls: default Torque Lateral Control to v0 Tune
1 parent 9a8795f commit 1658898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/params_keys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
271271
{"EnforceTorqueControl", {PERSISTENT | BACKUP, BOOL}},
272272
{"LiveTorqueParamsToggle", {PERSISTENT | BACKUP , BOOL}},
273273
{"LiveTorqueParamsRelaxedToggle", {PERSISTENT | BACKUP , BOOL}},
274-
{"TorqueControlTune", {PERSISTENT | BACKUP, FLOAT}},
274+
{"TorqueControlTune", {PERSISTENT | BACKUP, FLOAT, "0.0"}},
275275
{"TorqueParamsOverrideEnabled", {PERSISTENT | BACKUP, BOOL, "0"}},
276276
{"TorqueParamsOverrideFriction", {PERSISTENT | BACKUP, FLOAT, "0.1"}},
277277
{"TorqueParamsOverrideLatAccelFactor", {PERSISTENT | BACKUP, FLOAT, "2.5"}},

0 commit comments

Comments
 (0)