Steering angle for Autonomous vehicle

AI Thread Summary
The discussion focuses on calculating the steering angle for an autonomous vehicle based on known parameters such as wheelbase, road curvature, and vehicle speed. The formula δ = L/R is highlighted, where δ is the steering angle, L is the wheelbase, and R is the radius of curvature. It is clarified that while the steering angle is generally consistent at different speeds, it can vary with lateral acceleration, which is influenced by speed and curvature. The relationship between steering angle, lateral acceleration, and the understeer coefficient (K_us) is also discussed, emphasizing that K_us affects vehicle handling characteristics. Understanding these dynamics is crucial for effective control of autonomous vehicles.
alex1994
Messages
3
Reaction score
0
Dear All,
Hello,
I'm studying electronics engineering and I'm new in vehicle dynamics,
Recently, I make an autonomous vehicle for my final project. In order to control steering angle of vehicle, I have difficulty to measure the steering angle based on curvature road and vehicle velocity.
Anybody can help me, how to calculate steering angle when wheelbase, curvature road and vehicle are already known?

Thanks
 
Engineering news on Phys.org
Thanks @billy_joule
I already read that kind of steering tutorial.
am I not wrong steering angle (δ) can be determined by δ=L/R
where
L = Wheelbase
R= Radius of curvature
But there isn't relation with the speed.
is the steering angle is same both at high or low speed?
 
alex1994 said:
is the steering angle is same both at high or low speed?
Generally, yes.
 
Steering angle usually varies with lateral acceleration (a_y), which is related to speed (v) and radius of curvature (R) with the following equation: a_y = \frac{v^2}{R}.

The steering angle (\delta), lateral acceleration (related to standard gravity g) and wheelbase (L) are related the following way:
\delta = \frac{L}{R} + K_{us}\frac{a_y}{g}
Where K_{us} is the understeer coefficient of the vehicle. If K_{us} = 0 then the vehicle is said to be «neutral steer» (steering angle independent of lateral acceleration); if K_{us} < 0 then the vehicle is said to be «oversteer».

Theoretically, based on the bicycle model, K_{us} = \frac{W_f}{C_f} - \frac{W_r}{C_r}, where W is the normal weight acting on a tire and C is the cornering stiffness of the tire (f & r subscripts are for «front» and «rear»). The cornering stiffness relates lateral tire force to slip angle.

In practice, K_{us} for a given vehicle varies with lateral acceleration. The way to determine K_{us} for a given vehicle following a path is by plotting the variable \frac{a_y}{g} with respect to \frac{L}{R} - \delta and evaluate:
\frac{d\left(\frac{a_y}{g}\right)}{d\left(\frac{L}{R} - \delta\right)} = - \frac{1}{K_{us}}
From measurements taken within the vehicle, R = \frac{v}{\Omega_z}. Where \Omega_zis the yaw velocity of the vehicle.

Ref.: http://ca.wiley.com/WileyCDA/WileyTitle/productCd-0470170387.html, 2nd ed. by J.Y. Wong
kus-vs-ay.jpg
find-kus.jpg
 
  • Like
Likes billy_joule
Here's a video by “driving 4 answers” who seems to me to be well versed on the details of Internal Combustion engines. The video does cover something that's a bit shrouded in 'conspiracy theory', and he touches on that, but of course for phys.org, I'm only interested in the actual science involved. He analyzes the claim of achieving 100 mpg with a 427 cubic inch V8 1970 Ford Galaxy in 1977. Only the fuel supply system was modified. I was surprised that he feels the claim could have been...
Thread 'Turbocharging carbureted petrol 2 stroke engines'
Hi everyone, online I ve seen some images about 2 stroke carbureted turbo (motorcycle derivation engine). Now.. In the past in this forum some members spoke about turbocharging 2 stroke but not in sufficient detail. The intake and the exhaust are open at the same time and there are no valves like a 4 stroke. But if you search online you can find carbureted 2stroke turbo sled or the Am6 turbo. The question is: Is really possible turbocharge a 2 stroke carburated(NOT EFI)petrol engine and...
Back
Top