mirror of https://github.com/commaai/cereal.git
add tire stiffness factor to CarParams (#450)
* add tire stiffness factor to CarParams * hello darkness my old friend
This commit is contained in:
parent
5761b17b93
commit
442963f872
|
@ -450,6 +450,7 @@ struct CarParams {
|
|||
|
||||
# things we can derive
|
||||
rotationalInertia @22 :Float32; # [kg*m2] body rotational inertia
|
||||
tireStiffnessFactor @72 :Float64; # scaling factor used in calculating tireStiffness[Front,Rear]
|
||||
tireStiffnessFront @23 :Float32; # [N/rad] front tire coeff of stiff
|
||||
tireStiffnessRear @24 :Float32; # [N/rad] rear tire coeff of stiff
|
||||
|
||||
|
|
Loading…
Reference in New Issue