add tire stiffness factor to CarParams (#450)

* add tire stiffness factor to CarParams

* hello darkness my old friend
This commit is contained in:
Jason Young 2023-08-14 00:30:45 -04:00 committed by GitHub
parent 5761b17b93
commit 442963f872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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