mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 08:43:54 +08:00
Car interface: set max lateral torque from table (#24789)
* json * better naem * Read from table * formatting and default to nan * Generate docs * Read from table * this should be the same * Prius v is full * test we always set the tunes correctly add to release files * Set for all cars Set for all cars * Revert tuning changes Revert tuning changes * remove that * fixes * update ref commit for new maxLateralAccels Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: 3066ad81a8b2f89a22ddfc86a879395c573ce0f5
This commit is contained in:
@@ -7,7 +7,7 @@ from enum import Enum
|
||||
from typing import Dict, List, Optional, Union, no_type_check
|
||||
|
||||
TACO_TORQUE_THRESHOLD = 2.5 # m/s^2
|
||||
GREAT_TORQUE_THRESHOLD = 1.5 # m/s^2
|
||||
GREAT_TORQUE_THRESHOLD = 1.4 # m/s^2
|
||||
GOOD_TORQUE_THRESHOLD = 1.0 # m/s^2
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user