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
I need some assistance with calculating hp requirements for moving a load. - The 4000lb load is resting on ball bearing rails so friction is effectively zero and will be covered by my added power contingencies. Load: 4000lbs Distance to travel: 10 meters. Time to Travel: 7.5 seconds Need to accelerate the load from a stop to a nominal speed then decelerate coming to a stop. My power delivery method will be a gearmotor driving a gear rack. - I suspect the pinion gear to be about 3-4in in...
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
Thread 'Calculate minimum RPM to self-balance a CMG on two legs'
Here is a photo of a rough drawing of my apparatus that I have built many times and works. I would like to have a formula to give me the RPM necessary for the gyroscope to balance itself on the two legs (screws). I asked Claude to give me a formula and it gave me the following: Let me calculate the required RPM foreffective stabilization. I'll use the principles of gyroscopicprecession and the moment of inertia. First, let's calculate the keyparameters: 1. Moment of inertia of...
Back
Top