What is the friction coefficient value used in the Magic Tire Model in ADT Stanley Controller for an Autonomous Vehicle (Highway)?

8 次查看(过去 30 天)
I am simulating ADT Stanley Controller for an Autonomous Vehicle (Highway), and I would like to know what value is used for the friction coeffcient (μ) in the implementation of ADT Stanley Controller for an Autonomous Vehicle (Highway). Can anybody help please?
Best, Kanat.

采纳的回答

Matthew
Matthew 2025-8-11,13:31
Kanat,
This example implements the "Combined Slip Wheel 2DOF" block with a default built-in tire model parameter set. The parameter values are obfuscated and can't be edited for the built-in model options. However, you can adjust the friction scale factors via the "Friction" constant block at the top level of the Simulink model. It is 1 by default.
This value is assigned to the LMUX (lam_mux) and LMUY (lam_muy) friction scale factors. A value less than 1 will decrease the peak friction, and a value greater than 1 will increase the peak friction.
Please be aware these are scaling factors for the friction, not the friction coefficient.
Matt
  3 个评论
Matthew
Matthew 2025-8-11,15:35
@Kanat, unfortunately, the parameter values for those built-in tire models are obfuscated.
In any event, the Magic Formula tire model does not have a global peak friction cofficient value. The longitudinal and lateral friction coefficients are dependant on normal load, inflation pressure, and inclination angle. In the longitudinal direction, the peak friction cofficient is determined using parameters PDX1, PDX2, PDX3, PPX3, and PPX4.
If you have the Extended Tire Features for Vehicle Dynamics Blockset support package installed, you could plot the tire model's behavior to determine the approximate peak friction coefficient at specific conditions. For example:
tm = tireModel.builtin("Mid-size passenger car 235/45R18");
plot(tm,"Direction","kappa","Fz",[2000,4000,6000],"gamma",0);
This should help give an approximation for this tire model.
I should also advise that the tire will not always be operating at this peak friction coefficient. At slip values more or less than the slip of peak force (most of the time), the tire's force coefficient (Fx/Fz and Fy/Fz) will be much less than the peak cofficient of friction.
If you're interested in the cofficient at all times, and not just the peak cofficient of friction, you might consider intercepting the Fx, Fy, and Fz out port signals of the tire block location in "stanleyHighway/Powertrain & Driveline/Brakes and Wheels" in that example and calculate the Fx/Fz and Fy/Fz values throughout the simulation.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Wheels and Tires 的更多信息

产品


版本

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by