Solving Steering Equations for Vehicle Control

  • Thread starter Thread starter johngeo
  • Start date Start date
  • Tags Tags
    Concept Steering
johngeo
Messages
2
Reaction score
0
Hi,
I am new to control system and coding.my problem is suppose we have a steering value and know we need to turn the vehile. I facing difficulty in understanding some equations.

Code:
       phi=T*st. %here st. is steering value and 'T' is some constant , 
but I am facing difficulty to understand what it is? whether it is time constant or something else.
           % radius of curvature (ICC)
            R=L/tan(phi);
            str.=30*(V/R);% cann't understand what the use of this equation. here 'v' is some constant.
            theta new=theta+str.; %theta is vehicle angle.
            %centre of curvature(ICC)
            A=X-R*sin(theta);
            B=Y+R*cos(theta);
            %new position of rear axle mid point
            X=A+R*sin(theta new);
            Y=B-R*cos(theta new);
 
Last edited:
Physics news on Phys.org
Code:
str.=30*(V/R);% cann't understand what the use of this equation. here 'v' is forward velocity of vehicle.
image_from_jhki.png

please help me in understanding the concept of this equation.
How can we get an angle from R (ICC) and V (velocity)
 
Last edited:

Similar threads

  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
3
Views
2K
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
5K