SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Research in Engineering and Science (IJRES)
ISSN (Online): 2320-9364, ISSN (Print): 2320-9356
www.ijres.org Volume 3 Issue 6 ǁ June 2015 ǁ PP.25-29
www.ijres.org 25 | Page
The Application of Gyro in Vehicle Angle Measurement
WANG Chao-yang1
ZHOU Zhi-feng2
1,2(College of Mechanical Engineering, Shanghai University of Engineering Science,
Shanghai201620 , China)
Project number:14KY0131
ABSTRACT:The traditional angle sensor in angle measurement of vehicle has some disadvantages such as
low stability, low reliability and anti-interference ability. Based on inertiadeviceshas a high sensitivity and little
affected by magnetic interference in the measurement of angle .It does not rely on external information and
stability advantages. Using gyroscopes, is developed to replace the traditional method for measuring the angle
of angle sensor for vehicle, and random error in measurement results are filtered. The programme uses a
CRS03-04S gyro, installed on the vehicle front wheel shaft, used to measure the angular speed of the front
wheels, in order to calculate the actual angle of the front wheels. Finally, using Kalman filtering to deal with
the random error in measurement results separately, so as to provide accurate real-time information around the
corner on the steering control. Experimental results show that thisprogramme than with traditional sensor has
better stability, reliability, and timeliness, but also is more accurate.
KEY WORDS: gyroscope,kalman filtering,angle testing,random error
Ⅰ. INTRODUCTION
With the rapid development and rapid popularization of intelligent vehicle, the vehicle driving
environment become more and more complex and diverse. Therefore, the vehicle control precision demand
more and more higher than before. Due to various reasons, the vehicles in the process of driving, there will be
an offset between front wheel and the vehicle main body inevitablely.Offset of the front wheel can lead to the
vehicle from a predetermined path. In order to make the vehicles are driven at predetermined trajectory, which
requires constantly in the process of vehicle real-time measurement for front wheel steering Angle of the
vehicle,so as to provide the vehicle's path control the real-time and accurate Angle information and correct the
offset of the front wheel.
At present, the Angle sensor was generally uesd to measure the vehicle's front wheel steering angle, but
the measuring methods of large defects is low stability ,low precision and vulnerable to outside interference
.These defects greatly restrict the improvement of the intelligent vehicle control precision, also to some extent
hindered the forward development of intelligent vehicle .For dynamic carrier, it should not only meet the low
cost ,high precision ,small volume ,light weight , good stability and high frequency dynamic detection ability,
also has a good anti-interference ability.
With the development of inertial technology, especially with the inertia constant optimization, it became
conspicuous that the inertial device itself has the advantages of autonomy and stability, so it will be the focus on
the development of navigation. As a kind of sensitive angular rate inertial device, gyro has a good stability, little
influence of the magnetic characteristics of higher sensitivity, and presents a variety performance steadily
improving trend, thus opens up an effective and reliable channels to solve the defects of traditional Angle sensor
to measure the vehicle's front wheel steering angle.
This article is based on the vigorous development of the gyroscope, adopt a kind of MEMS gyroscope
instead of the traditional Angle sensor to the front wheel Angle measurement in the process of vehicle .Then,
using kalman filter to deal with random error that exist in the measured results .This filter method could afford
the more accurate real-time vehicle front wheel Angle, so as to provide the vehicle's steering control precision of
Angle information. The use of this method, greatly improves the vehicle front wheel Angle measuring accuracy
and stability, effectively overcome the use of the defects of conventional Angle sensors for Angle measurement,
which laid a foundation for the intelligent vehicle's widespread use in a variety of environments.
Ⅱ. EXPERIMENTAL PLATFORM AND THE GRYOSCOPE MODEL
2.1 EXPERIMENTAL PLATFORM
The Application of Gyro in Vehicle Angle Measurement
www.ijres.org 26 | Page
FIG.1 vehicle
The experiment platform is a automatic electric driving car which has a hydraulic steering system.The
traditional tool for automatic vehicle front wheel Angle measurement is Angle sensor based on hall sensor. This
kind of sensor measurement accuracy is limited, not only the stability is bad, and the installation link mechanism
is needed to connect the sensor and measuring object .The sensors used in complex environment, driving
stability is very poor, also can not meet the requirements of precise that the precision control needed, the defect
is very obvious, which bring very great limitations to the intelligent vehicle development. Carrier for dynamic
Angle measurement, should not only meet the low cost, high precision, small volume ,light weight, good
stability and high frequency dynamic detection and has good anti-interference ability.Obviously, the traditional
hall Angle sensor can not adapt to the request, and at the time of the measuring ,inertial components do not rely
on the external environment, nor outward radiation, which have very strong autonomy, and good stability.
Aimed at the defects of the traditional hall sensor and excellent inertial device, this scheme adopts the gyroscope
inertial device for vehicle Angle measurement.
2.2 GRYOSCOPE
2.2.1 THE GRYOSCOPE MODEL
Experiment using gyroscope MEMS gyro CRS03-04s for a company, its appearance is shown in FIG.2
FIG.2 gyroscope
CRS03-04s is a kind of gyro based on coriolis force to sensitive carrier motion uniaxial angular rate,
small volume and low cost. This type gyro use the silicon MEMS technology, because the plane annular
structure,it coulde maintain excellent performance under the condition of severe shock and vibration, effectively
reduce the gyro output signal in some puzzling data Moreover, the gyroscope temperature drift is small and easy
to implement compensation, it brought great convenience for using .After running, it can output the accurately
analog dc voltage signal that proportional to the rotating angular velocity.
2.2.2 THE MAIN TECHNICAL PARAMETERS OF GYROSCOPE
The main technical parameters of CRS03-04s:
①RANGE: ±200°/s
②VOLTAGE: 5±0.25V(DC)
The Application of Gyro in Vehicle Angle Measurement
www.ijres.org 27 | Page
③ZERO OFFSET: ±60Mv
④OPERATING TEMPERATURE: ﹣40~﹢85℃
⑤BANDWIDTH: >10Hz
⑥STARTING TIME: <0.5s
⑦POWER DISSIPATION: <50Mw
⑧OUTPUT IMPEDANCE: 100ohm
⑨CROSS AXIS SENSITIVITY: <1%
⑩SHOCK RANGE: 99G
⑪SIZE: 29×29×18.4mm
⑫APPEARANCE:encapsulation
⑬CONNECTOR:electric wire
In the process of measurement with gyroscope, due to the interference of the external environment, there
will be a certain amount of random noise in the output signal affected the accuracy of measurement, therefore, in
order to provide the Angle of information for the control system , the gyro signal need to filter . The traditional
filtering method is mainly by using kalman filter to error compensation, kalman filtering processing object is a
series of random signal with noise, the filtering purpose is to estimate all the processing of signal, white noise
excitation system and measurement noise are take advantage of as useful message in the state estimation.
Ⅲ. KALMAN FILTERING
3.1THE DESIGN OF KALMAN FILTERING
Kalman filtering is a kind of method based on the observation data of state ,then process a vector linear,
unbiased, minimum variance least-square estimation.Considering a state space description of a linear system:
yk+1=Akyk+Bkuk+Γkζk
(1)
wk=Ckyk+Dkuk+ηk
﹛ζk﹜,﹛ηk﹜is zero mean gaussian white noise sequence, On the basis of equation of state, can get
the kalman filtering process of linear stochastic system:
P0,0=Var(x0)
Pk,k-1=Ak-1Pk-1,k-1AT
k-1+Γk-1Qk-1ΓT
k-1
Gk=Pk,k-1CT
k (CkPk,k-1CT
k +Rk)
-1
Pk,k=(I-GkCk)Pk,k-1
x0|0=E(x0) (2)
xk|k-1=Ak-1xk-1|k-1
xk|k=xk|k-1+Gk(vk-Ckxk|k-1)
k=1,2,3…
vk is observation sequence
The algorithm can be done by the way of FIG.3:
Ak-1
Gk
Ck DELAY
vk
+
-
+
+
xk|k-1
xk|k
FIG.3 Kalman filtering algorithm structure diagram
3.2 THE ESTABLISHMENT OF THE GYROSCOPE RANDOM ERROR MODEL
According to the working principle of the kalman filtering , need to make sure that the error of the gyro
output signal model. Because of special working principle of the gyroscope, the output of the angular rate signal
The Application of Gyro in Vehicle Angle Measurement
www.ijres.org 28 | Page
inevitably exists some random drift erro.Usually take gyro random drift model as:
ε=εb+εr+εg (3)
Theεb is random constant, εr for the first order markov process, εg is white noise.
CRS03-04s uniaxial gyroscope output model as below:
S0V0=[I+D][1+10
-6
εk]
-1
(4)
S0 for scale factor, V0 is the output voltage of the gyro, I for the output angular velocity, D for gyro drift,
εk for scale factor error.
εk scale factor error can be expressed as:
εk=εTΔT+f(I) (5)
Among them, the εT temperature sensitive coefficient for scale factor, εTΔT for scale factor error of
temperature sensitive, f (I) for the input angular rate of the scale factor error.
To sum up, the FIG.4 gives the CRS03-04s gyroscope random error model:
ARW WHITE
NOISE
RRW WHITE
NOISE
1/T1/2
1/T1/2 1/S
plus
RANDOM ERROR
WHITE
NOISE
FIG.4 Gyroscope random error model
Among them, the ARW white noise as the Angle of the gyroscope random walk noise, RRW is the rate of
gyroscope random walk noise.
3.3 GYROSCOPE RANDOM DRIFT DATA SAMPING AND PROCESSING
When experiment, sampling the gyro output signal, the sampling frequency of 10 hz, the sampling time of
10000 s, the Angle random walk noise variance for Ka = 7.3213 e-12 rad/s1/2
, rate random walk noise variance
for Kb = 3.672410-12
rad/s3/2
, according to the random error model experiments, the random error in gyro output
signal can be obtained and time of the wave as shown in the figure below:
FIG.5 CRS03-04s gyroscope random error signal and time diagram
Using kalman filter to filter the signal, processing can be obtained after the waveform as shown in the
figure below:
0 2 4 6 8 10 12
x 10
4
-1
-0.8
-0.6
-0.4
-0.2
0
0.2
0.4
0.6
0.8
1
x 10
9
The Application of Gyro in Vehicle Angle Measurement
www.ijres.org 29 | Page
FIG.6 random noise and time diagram after kalman filtering
By comparing the two groups before and after signal, which can be found that after kalman filter, the
random noise of gyro signal decreased nearly one order of magnitude, greatly improve the measurement
precision of the gyroscope.
Ⅳ. CONCLUSION
With intelligent vehicle working environment becomes more and more complex, the traditional hall
sensor for vehicle front wheel Angle measuring already can not adapt to the change. The accuracy of traditional
hall sensor in the complex road conditions will be greatly reduced, the stability is not assured, and the rapid
development of inertial technology for measurement of vehicle front corner opens up a new way .Gyroscope as
a kind of inertial sensor, the good little autonomy by magnetic interference, do not rely on the external
environment, and its remarkable characteristics of anti-interference ability makes it the best alternative for hall
sensor.
Therefore, this study based on gyro Angle measurement conducted a series of research, and through the
establishment of reasonable random drift error model, then using kalman filter to estimate the error
compensation, effectively eliminate the gyro output signal of most random noise .The experimental results show
that the Angle measuring gyroscope in the vehicle has a good stability and interference ability, can adapt to
different environment Angle measurement of vehicle especially in the complex road conditions, more show its
beyond the traditional hall the superior performance of Angle sensor .As the kalman filter is based on the
predictions of a linear system - estimation method, therefore, filtering effect is not ideal in nonlinear system, so
the scheme of the key lies in how to design a reasonable and effective method to remove random drift .
REFERENCES
[1] Reid J F, Zhang Q, Noguchi N, et al. Agricultural automatic guidance research in North America[J]. Computers and Electronics in
Agriculture, 2000, 25(1/2): 155-167.
[2] Qiu K.Feedforward-plus-proportional-integral-derivative controller for an off-road vehicle electrohydraulic steering system[J].
Journal of Automobile Engineering,2003,217(5):375-382.
[3] Guo Linsong,He Yong,Zhang Qin,et a1.Real-time tractor position estimation system using a Kalman filter[J].Transactions
of the CSAE。2002,18(5):96-101.
[4] Darr M J, Stombaugh T S, Shearer S A. Controller area network based distributed control for autonomous vehicles[J]. American
Society of Agricultural Engineers, 2005, 48(2): 479-490.
[5] Yoshisada Nagasaka, Naonobu Umeda, Yutaka Kanetai, et al.Autonomous guidance for rice transplanting using global positioning
and gyroscopes[J]. Computers and Electronics in Agriculture, 2004, 43(3): 223-234.
[6] Slaughter D C, Giles D K, Downey D..Autonomous robotic weed control systems[J]. Computers and Electronics in Agriculture,
2008, 61(1): 63-78.
[7] Torii T. Research in autonomous agriculture vehicles in Japan[J]. Computers and Electronics in Agriculture, 2000,25(1/2): 133-153.
[8] Xiao Kehui, Xiao Deqin, Luo Xiwen.Smart water -saving irrigation system in precision agriculture based on wireless sensor
network[J]. Transactions of the Chinese Society of Agricultural Engineering (Transactions of the CSAE), 2010, 26(11): 170-175.
[9] Norremark M, Griepentrog H W, Nielsen J, et al. The development and assessment of the accuracy of an autonomous GPS-based
system for intra-row mechanical weed control in row crops[J]. Biosystems Engineering, 2008, 101(4): 396-410.
[10] Kim Y J, Kim H J, Ryu K H, et al. Fertiliser application performance of a variable-rate pneumatic granular applicator for rice
production[J]. Biosystems Engineering, 2008, 100(4): 498-510.
[11] Dwayne W,Heckman(Boeing),Michael Baretela(Navy).Interferometric fiber optic gyroscope(IFOG)technology.IEEE AES
Systems Magazine,2000,12(1):339-346.
[12] CUREY,ASHME,TH IELMAN L 0.Proposed IEEE inertial systems terminology standard and other inertial sensor
standards.Position Location and Navigation Symposium,2004,4(4):83-90.
0 2 4 6 8 10 12
x 10
4
-8
-6
-4
-2
0
2
4
6
8
x 10
8

More Related Content

What's hot

Segway self balancing scooter
Segway self balancing scooterSegway self balancing scooter
Segway self balancing scooteritfakash
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationIAEME Publication
 
IRJET - Design of Gyroscopes for Stabilizing Two-Wheeler
IRJET - Design of Gyroscopes for Stabilizing Two-WheelerIRJET - Design of Gyroscopes for Stabilizing Two-Wheeler
IRJET - Design of Gyroscopes for Stabilizing Two-WheelerIRJET Journal
 
self balancing unicycle ppt
self balancing unicycle pptself balancing unicycle ppt
self balancing unicycle pptsumit katiyar
 
Self-Balancing Two-Wheeler
Self-Balancing Two-WheelerSelf-Balancing Two-Wheeler
Self-Balancing Two-Wheelervivatechijri
 
Modeling, Simulation, and Optimal Control for Two-Wheeled Self-Balancing Robot
Modeling, Simulation, and Optimal Control for Two-Wheeled Self-Balancing Robot Modeling, Simulation, and Optimal Control for Two-Wheeled Self-Balancing Robot
Modeling, Simulation, and Optimal Control for Two-Wheeled Self-Balancing Robot IJECEIAES
 
Stabilized controller of a two wheels robot
Stabilized controller of a two wheels robotStabilized controller of a two wheels robot
Stabilized controller of a two wheels robotjournalBEEI
 
Vehicle anti reverse system
Vehicle anti reverse systemVehicle anti reverse system
Vehicle anti reverse systemVenkat S Arya
 
Quadcopter Final Report
Quadcopter Final ReportQuadcopter Final Report
Quadcopter Final ReportKevin Osman
 
IRJET- Self Balancing Robot using Arduino Uno
IRJET-  	  Self Balancing Robot using Arduino UnoIRJET-  	  Self Balancing Robot using Arduino Uno
IRJET- Self Balancing Robot using Arduino UnoIRJET Journal
 
Mechanical design of mems gyroscopes
Mechanical design of mems gyroscopesMechanical design of mems gyroscopes
Mechanical design of mems gyroscopesAhmed El-Sayed
 
Fabrication of multi nut tighter or remover
Fabrication of multi nut tighter or removerFabrication of multi nut tighter or remover
Fabrication of multi nut tighter or removerEcway Technologies
 
IRJET- Design and Fabrication of Rack and Pinion Jack
IRJET- Design and Fabrication of Rack and Pinion JackIRJET- Design and Fabrication of Rack and Pinion Jack
IRJET- Design and Fabrication of Rack and Pinion JackIRJET Journal
 

What's hot (20)

Segway self balancing scooter
Segway self balancing scooterSegway self balancing scooter
Segway self balancing scooter
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigation
 
Segway human transporter
Segway human transporterSegway human transporter
Segway human transporter
 
IRJET - Design of Gyroscopes for Stabilizing Two-Wheeler
IRJET - Design of Gyroscopes for Stabilizing Two-WheelerIRJET - Design of Gyroscopes for Stabilizing Two-Wheeler
IRJET - Design of Gyroscopes for Stabilizing Two-Wheeler
 
self balancing unicycle ppt
self balancing unicycle pptself balancing unicycle ppt
self balancing unicycle ppt
 
Self-Balancing Two-Wheeler
Self-Balancing Two-WheelerSelf-Balancing Two-Wheeler
Self-Balancing Two-Wheeler
 
Segway Clone
Segway CloneSegway Clone
Segway Clone
 
SEGWAY
SEGWAY SEGWAY
SEGWAY
 
Segway
SegwaySegway
Segway
 
Modeling, Simulation, and Optimal Control for Two-Wheeled Self-Balancing Robot
Modeling, Simulation, and Optimal Control for Two-Wheeled Self-Balancing Robot Modeling, Simulation, and Optimal Control for Two-Wheeled Self-Balancing Robot
Modeling, Simulation, and Optimal Control for Two-Wheeled Self-Balancing Robot
 
Segway Robotics
Segway Robotics Segway Robotics
Segway Robotics
 
Self Balancing Robot
Self Balancing RobotSelf Balancing Robot
Self Balancing Robot
 
Stabilized controller of a two wheels robot
Stabilized controller of a two wheels robotStabilized controller of a two wheels robot
Stabilized controller of a two wheels robot
 
Vehicle anti reverse system
Vehicle anti reverse systemVehicle anti reverse system
Vehicle anti reverse system
 
Quadcopter Final Report
Quadcopter Final ReportQuadcopter Final Report
Quadcopter Final Report
 
IRJET- Self Balancing Robot using Arduino Uno
IRJET-  	  Self Balancing Robot using Arduino UnoIRJET-  	  Self Balancing Robot using Arduino Uno
IRJET- Self Balancing Robot using Arduino Uno
 
Mechanical design of mems gyroscopes
Mechanical design of mems gyroscopesMechanical design of mems gyroscopes
Mechanical design of mems gyroscopes
 
Poster
PosterPoster
Poster
 
Fabrication of multi nut tighter or remover
Fabrication of multi nut tighter or removerFabrication of multi nut tighter or remover
Fabrication of multi nut tighter or remover
 
IRJET- Design and Fabrication of Rack and Pinion Jack
IRJET- Design and Fabrication of Rack and Pinion JackIRJET- Design and Fabrication of Rack and Pinion Jack
IRJET- Design and Fabrication of Rack and Pinion Jack
 

Viewers also liked

Gyroscopic instruments
Gyroscopic instrumentsGyroscopic instruments
Gyroscopic instrumentsMike Alpha
 
Snehal term paper- advances in microencapsulation techniques
Snehal  term paper- advances in microencapsulation techniquesSnehal  term paper- advances in microencapsulation techniques
Snehal term paper- advances in microencapsulation techniquessnehal dhobale
 
Microelectromechanical Systems(MEMS) Gyroscope
Microelectromechanical Systems(MEMS) Gyroscope Microelectromechanical Systems(MEMS) Gyroscope
Microelectromechanical Systems(MEMS) Gyroscope Pratik Nabriya
 
Gyroscope JAA QUESTIONS
Gyroscope JAA QUESTIONSGyroscope JAA QUESTIONS
Gyroscope JAA QUESTIONSquimrubau
 
Sensor fusion between car and smartphone
Sensor fusion between car and smartphoneSensor fusion between car and smartphone
Sensor fusion between car and smartphoneGabor Paller
 
power generation by speed breaker
power generation by speed breakerpower generation by speed breaker
power generation by speed breakerIftekhar Alam
 
GENERATION OF ELECTRICITY THROUGH SPEED BREAKER
GENERATION OF ELECTRICITY THROUGH SPEED BREAKERGENERATION OF ELECTRICITY THROUGH SPEED BREAKER
GENERATION OF ELECTRICITY THROUGH SPEED BREAKERSamiullah Kakar
 

Viewers also liked (10)

Gyroscopic instruments
Gyroscopic instrumentsGyroscopic instruments
Gyroscopic instruments
 
Snehal term paper- advances in microencapsulation techniques
Snehal  term paper- advances in microencapsulation techniquesSnehal  term paper- advances in microencapsulation techniques
Snehal term paper- advances in microencapsulation techniques
 
Autonomous car
Autonomous carAutonomous car
Autonomous car
 
Microelectromechanical Systems(MEMS) Gyroscope
Microelectromechanical Systems(MEMS) Gyroscope Microelectromechanical Systems(MEMS) Gyroscope
Microelectromechanical Systems(MEMS) Gyroscope
 
Gyroscope JAA QUESTIONS
Gyroscope JAA QUESTIONSGyroscope JAA QUESTIONS
Gyroscope JAA QUESTIONS
 
Sensor fusion between car and smartphone
Sensor fusion between car and smartphoneSensor fusion between car and smartphone
Sensor fusion between car and smartphone
 
power generation by speed breaker
power generation by speed breakerpower generation by speed breaker
power generation by speed breaker
 
GENERATION OF ELECTRICITY THROUGH SPEED BREAKER
GENERATION OF ELECTRICITY THROUGH SPEED BREAKERGENERATION OF ELECTRICITY THROUGH SPEED BREAKER
GENERATION OF ELECTRICITY THROUGH SPEED BREAKER
 
gyroscope
gyroscopegyroscope
gyroscope
 
Gyroscope
GyroscopeGyroscope
Gyroscope
 

Similar to The Application of Gyro in Vehicle Angle Measurement

IRJET- In-Situ Monitoring for Fatigue Crack Detection using Control System an...
IRJET- In-Situ Monitoring for Fatigue Crack Detection using Control System an...IRJET- In-Situ Monitoring for Fatigue Crack Detection using Control System an...
IRJET- In-Situ Monitoring for Fatigue Crack Detection using Control System an...IRJET Journal
 
FINAL DOCUMENT Abs (Autosaved).pdf
FINAL DOCUMENT Abs (Autosaved).pdfFINAL DOCUMENT Abs (Autosaved).pdf
FINAL DOCUMENT Abs (Autosaved).pdfKalyan Anugu
 
Pavement Marking Visibility from the Driver Perspective
Pavement Marking Visibility from the Driver PerspectivePavement Marking Visibility from the Driver Perspective
Pavement Marking Visibility from the Driver PerspectiveEric Nelson
 
IRJET- Automated Automobile Headlighting System
IRJET- Automated Automobile Headlighting SystemIRJET- Automated Automobile Headlighting System
IRJET- Automated Automobile Headlighting SystemIRJET Journal
 
Wireless wheel alignment system
Wireless wheel alignment systemWireless wheel alignment system
Wireless wheel alignment systemOmer Mohammed
 
Geometric Features of Road and Causes of Accident
Geometric Features of Road and Causes of AccidentGeometric Features of Road and Causes of Accident
Geometric Features of Road and Causes of AccidentIRJET Journal
 
IRJET- Vehicle Control with Advanced Tyre Monitoring
IRJET- Vehicle Control with Advanced Tyre MonitoringIRJET- Vehicle Control with Advanced Tyre Monitoring
IRJET- Vehicle Control with Advanced Tyre MonitoringIRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemIRJET Journal
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET Journal
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET Journal
 
Guide to Comparing Gyro and IMU Technologies - MEMS and Fiber Optic Gyros
Guide to Comparing Gyro and IMU Technologies - MEMS and Fiber Optic GyrosGuide to Comparing Gyro and IMU Technologies - MEMS and Fiber Optic Gyros
Guide to Comparing Gyro and IMU Technologies - MEMS and Fiber Optic GyrosKVH Industries
 
An Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceAn Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceIJERA Editor
 
An Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceAn Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceIJERA Editor
 
IRJET- Automated Guided Vehicle using Servo Motor in Indoor Positioning S...
IRJET-  	  Automated Guided Vehicle using Servo Motor in Indoor Positioning S...IRJET-  	  Automated Guided Vehicle using Servo Motor in Indoor Positioning S...
IRJET- Automated Guided Vehicle using Servo Motor in Indoor Positioning S...IRJET Journal
 
AN APPARATUS BASED APPROACH FOR COMPREHENSIVE MEASUREMENT OF BRIGHT BAR PARAM...
AN APPARATUS BASED APPROACH FOR COMPREHENSIVE MEASUREMENT OF BRIGHT BAR PARAM...AN APPARATUS BASED APPROACH FOR COMPREHENSIVE MEASUREMENT OF BRIGHT BAR PARAM...
AN APPARATUS BASED APPROACH FOR COMPREHENSIVE MEASUREMENT OF BRIGHT BAR PARAM...IRJET Journal
 
A new wavelet feature for fault diagnosis
A new wavelet feature for fault diagnosisA new wavelet feature for fault diagnosis
A new wavelet feature for fault diagnosisIAEME Publication
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Fault Detection and Condition Monitoring of Rolling Contact Bearings using Vi...
Fault Detection and Condition Monitoring of Rolling Contact Bearings using Vi...Fault Detection and Condition Monitoring of Rolling Contact Bearings using Vi...
Fault Detection and Condition Monitoring of Rolling Contact Bearings using Vi...IRJET Journal
 

Similar to The Application of Gyro in Vehicle Angle Measurement (20)

IRJET- In-Situ Monitoring for Fatigue Crack Detection using Control System an...
IRJET- In-Situ Monitoring for Fatigue Crack Detection using Control System an...IRJET- In-Situ Monitoring for Fatigue Crack Detection using Control System an...
IRJET- In-Situ Monitoring for Fatigue Crack Detection using Control System an...
 
FINAL DOCUMENT Abs (Autosaved).pdf
FINAL DOCUMENT Abs (Autosaved).pdfFINAL DOCUMENT Abs (Autosaved).pdf
FINAL DOCUMENT Abs (Autosaved).pdf
 
Pavement Marking Visibility from the Driver Perspective
Pavement Marking Visibility from the Driver PerspectivePavement Marking Visibility from the Driver Perspective
Pavement Marking Visibility from the Driver Perspective
 
IRJET- Automated Automobile Headlighting System
IRJET- Automated Automobile Headlighting SystemIRJET- Automated Automobile Headlighting System
IRJET- Automated Automobile Headlighting System
 
Precision system parameters
Precision system parametersPrecision system parameters
Precision system parameters
 
Paper on PLC
Paper on PLCPaper on PLC
Paper on PLC
 
Wireless wheel alignment system
Wireless wheel alignment systemWireless wheel alignment system
Wireless wheel alignment system
 
Geometric Features of Road and Causes of Accident
Geometric Features of Road and Causes of AccidentGeometric Features of Road and Causes of Accident
Geometric Features of Road and Causes of Accident
 
IRJET- Vehicle Control with Advanced Tyre Monitoring
IRJET- Vehicle Control with Advanced Tyre MonitoringIRJET- Vehicle Control with Advanced Tyre Monitoring
IRJET- Vehicle Control with Advanced Tyre Monitoring
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
 
Guide to Comparing Gyro and IMU Technologies - MEMS and Fiber Optic Gyros
Guide to Comparing Gyro and IMU Technologies - MEMS and Fiber Optic GyrosGuide to Comparing Gyro and IMU Technologies - MEMS and Fiber Optic Gyros
Guide to Comparing Gyro and IMU Technologies - MEMS and Fiber Optic Gyros
 
An Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceAn Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded Surface
 
An Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceAn Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded Surface
 
IRJET- Automated Guided Vehicle using Servo Motor in Indoor Positioning S...
IRJET-  	  Automated Guided Vehicle using Servo Motor in Indoor Positioning S...IRJET-  	  Automated Guided Vehicle using Servo Motor in Indoor Positioning S...
IRJET- Automated Guided Vehicle using Servo Motor in Indoor Positioning S...
 
AN APPARATUS BASED APPROACH FOR COMPREHENSIVE MEASUREMENT OF BRIGHT BAR PARAM...
AN APPARATUS BASED APPROACH FOR COMPREHENSIVE MEASUREMENT OF BRIGHT BAR PARAM...AN APPARATUS BASED APPROACH FOR COMPREHENSIVE MEASUREMENT OF BRIGHT BAR PARAM...
AN APPARATUS BASED APPROACH FOR COMPREHENSIVE MEASUREMENT OF BRIGHT BAR PARAM...
 
A new wavelet feature for fault diagnosis
A new wavelet feature for fault diagnosisA new wavelet feature for fault diagnosis
A new wavelet feature for fault diagnosis
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Fault Detection and Condition Monitoring of Rolling Contact Bearings using Vi...
Fault Detection and Condition Monitoring of Rolling Contact Bearings using Vi...Fault Detection and Condition Monitoring of Rolling Contact Bearings using Vi...
Fault Detection and Condition Monitoring of Rolling Contact Bearings using Vi...
 

More from IJRES Journal

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...IJRES Journal
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...IJRES Journal
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityIJRES Journal
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...IJRES Journal
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesIJRES Journal
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresIJRES Journal
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...IJRES Journal
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodIJRES Journal
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionIJRES Journal
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningIJRES Journal
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchIJRES Journal
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowIJRES Journal
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...IJRES Journal
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsIJRES Journal
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalIJRES Journal
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...IJRES Journal
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...IJRES Journal
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...IJRES Journal
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesIJRES Journal
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...IJRES Journal
 

More from IJRES Journal (20)

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil properties
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their Structures
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible Rod
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and Detection
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioning
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision Workbench
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and Now
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirs
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound Signal
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubes
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
 

Recently uploaded

Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 

The Application of Gyro in Vehicle Angle Measurement

  • 1. International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 www.ijres.org Volume 3 Issue 6 ǁ June 2015 ǁ PP.25-29 www.ijres.org 25 | Page The Application of Gyro in Vehicle Angle Measurement WANG Chao-yang1 ZHOU Zhi-feng2 1,2(College of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai201620 , China) Project number:14KY0131 ABSTRACT:The traditional angle sensor in angle measurement of vehicle has some disadvantages such as low stability, low reliability and anti-interference ability. Based on inertiadeviceshas a high sensitivity and little affected by magnetic interference in the measurement of angle .It does not rely on external information and stability advantages. Using gyroscopes, is developed to replace the traditional method for measuring the angle of angle sensor for vehicle, and random error in measurement results are filtered. The programme uses a CRS03-04S gyro, installed on the vehicle front wheel shaft, used to measure the angular speed of the front wheels, in order to calculate the actual angle of the front wheels. Finally, using Kalman filtering to deal with the random error in measurement results separately, so as to provide accurate real-time information around the corner on the steering control. Experimental results show that thisprogramme than with traditional sensor has better stability, reliability, and timeliness, but also is more accurate. KEY WORDS: gyroscope,kalman filtering,angle testing,random error Ⅰ. INTRODUCTION With the rapid development and rapid popularization of intelligent vehicle, the vehicle driving environment become more and more complex and diverse. Therefore, the vehicle control precision demand more and more higher than before. Due to various reasons, the vehicles in the process of driving, there will be an offset between front wheel and the vehicle main body inevitablely.Offset of the front wheel can lead to the vehicle from a predetermined path. In order to make the vehicles are driven at predetermined trajectory, which requires constantly in the process of vehicle real-time measurement for front wheel steering Angle of the vehicle,so as to provide the vehicle's path control the real-time and accurate Angle information and correct the offset of the front wheel. At present, the Angle sensor was generally uesd to measure the vehicle's front wheel steering angle, but the measuring methods of large defects is low stability ,low precision and vulnerable to outside interference .These defects greatly restrict the improvement of the intelligent vehicle control precision, also to some extent hindered the forward development of intelligent vehicle .For dynamic carrier, it should not only meet the low cost ,high precision ,small volume ,light weight , good stability and high frequency dynamic detection ability, also has a good anti-interference ability. With the development of inertial technology, especially with the inertia constant optimization, it became conspicuous that the inertial device itself has the advantages of autonomy and stability, so it will be the focus on the development of navigation. As a kind of sensitive angular rate inertial device, gyro has a good stability, little influence of the magnetic characteristics of higher sensitivity, and presents a variety performance steadily improving trend, thus opens up an effective and reliable channels to solve the defects of traditional Angle sensor to measure the vehicle's front wheel steering angle. This article is based on the vigorous development of the gyroscope, adopt a kind of MEMS gyroscope instead of the traditional Angle sensor to the front wheel Angle measurement in the process of vehicle .Then, using kalman filter to deal with random error that exist in the measured results .This filter method could afford the more accurate real-time vehicle front wheel Angle, so as to provide the vehicle's steering control precision of Angle information. The use of this method, greatly improves the vehicle front wheel Angle measuring accuracy and stability, effectively overcome the use of the defects of conventional Angle sensors for Angle measurement, which laid a foundation for the intelligent vehicle's widespread use in a variety of environments. Ⅱ. EXPERIMENTAL PLATFORM AND THE GRYOSCOPE MODEL 2.1 EXPERIMENTAL PLATFORM
  • 2. The Application of Gyro in Vehicle Angle Measurement www.ijres.org 26 | Page FIG.1 vehicle The experiment platform is a automatic electric driving car which has a hydraulic steering system.The traditional tool for automatic vehicle front wheel Angle measurement is Angle sensor based on hall sensor. This kind of sensor measurement accuracy is limited, not only the stability is bad, and the installation link mechanism is needed to connect the sensor and measuring object .The sensors used in complex environment, driving stability is very poor, also can not meet the requirements of precise that the precision control needed, the defect is very obvious, which bring very great limitations to the intelligent vehicle development. Carrier for dynamic Angle measurement, should not only meet the low cost, high precision, small volume ,light weight, good stability and high frequency dynamic detection and has good anti-interference ability.Obviously, the traditional hall Angle sensor can not adapt to the request, and at the time of the measuring ,inertial components do not rely on the external environment, nor outward radiation, which have very strong autonomy, and good stability. Aimed at the defects of the traditional hall sensor and excellent inertial device, this scheme adopts the gyroscope inertial device for vehicle Angle measurement. 2.2 GRYOSCOPE 2.2.1 THE GRYOSCOPE MODEL Experiment using gyroscope MEMS gyro CRS03-04s for a company, its appearance is shown in FIG.2 FIG.2 gyroscope CRS03-04s is a kind of gyro based on coriolis force to sensitive carrier motion uniaxial angular rate, small volume and low cost. This type gyro use the silicon MEMS technology, because the plane annular structure,it coulde maintain excellent performance under the condition of severe shock and vibration, effectively reduce the gyro output signal in some puzzling data Moreover, the gyroscope temperature drift is small and easy to implement compensation, it brought great convenience for using .After running, it can output the accurately analog dc voltage signal that proportional to the rotating angular velocity. 2.2.2 THE MAIN TECHNICAL PARAMETERS OF GYROSCOPE The main technical parameters of CRS03-04s: ①RANGE: ±200°/s ②VOLTAGE: 5±0.25V(DC)
  • 3. The Application of Gyro in Vehicle Angle Measurement www.ijres.org 27 | Page ③ZERO OFFSET: ±60Mv ④OPERATING TEMPERATURE: ﹣40~﹢85℃ ⑤BANDWIDTH: >10Hz ⑥STARTING TIME: <0.5s ⑦POWER DISSIPATION: <50Mw ⑧OUTPUT IMPEDANCE: 100ohm ⑨CROSS AXIS SENSITIVITY: <1% ⑩SHOCK RANGE: 99G ⑪SIZE: 29×29×18.4mm ⑫APPEARANCE:encapsulation ⑬CONNECTOR:electric wire In the process of measurement with gyroscope, due to the interference of the external environment, there will be a certain amount of random noise in the output signal affected the accuracy of measurement, therefore, in order to provide the Angle of information for the control system , the gyro signal need to filter . The traditional filtering method is mainly by using kalman filter to error compensation, kalman filtering processing object is a series of random signal with noise, the filtering purpose is to estimate all the processing of signal, white noise excitation system and measurement noise are take advantage of as useful message in the state estimation. Ⅲ. KALMAN FILTERING 3.1THE DESIGN OF KALMAN FILTERING Kalman filtering is a kind of method based on the observation data of state ,then process a vector linear, unbiased, minimum variance least-square estimation.Considering a state space description of a linear system: yk+1=Akyk+Bkuk+Γkζk (1) wk=Ckyk+Dkuk+ηk ﹛ζk﹜,﹛ηk﹜is zero mean gaussian white noise sequence, On the basis of equation of state, can get the kalman filtering process of linear stochastic system: P0,0=Var(x0) Pk,k-1=Ak-1Pk-1,k-1AT k-1+Γk-1Qk-1ΓT k-1 Gk=Pk,k-1CT k (CkPk,k-1CT k +Rk) -1 Pk,k=(I-GkCk)Pk,k-1 x0|0=E(x0) (2) xk|k-1=Ak-1xk-1|k-1 xk|k=xk|k-1+Gk(vk-Ckxk|k-1) k=1,2,3… vk is observation sequence The algorithm can be done by the way of FIG.3: Ak-1 Gk Ck DELAY vk + - + + xk|k-1 xk|k FIG.3 Kalman filtering algorithm structure diagram 3.2 THE ESTABLISHMENT OF THE GYROSCOPE RANDOM ERROR MODEL According to the working principle of the kalman filtering , need to make sure that the error of the gyro output signal model. Because of special working principle of the gyroscope, the output of the angular rate signal
  • 4. The Application of Gyro in Vehicle Angle Measurement www.ijres.org 28 | Page inevitably exists some random drift erro.Usually take gyro random drift model as: ε=εb+εr+εg (3) Theεb is random constant, εr for the first order markov process, εg is white noise. CRS03-04s uniaxial gyroscope output model as below: S0V0=[I+D][1+10 -6 εk] -1 (4) S0 for scale factor, V0 is the output voltage of the gyro, I for the output angular velocity, D for gyro drift, εk for scale factor error. εk scale factor error can be expressed as: εk=εTΔT+f(I) (5) Among them, the εT temperature sensitive coefficient for scale factor, εTΔT for scale factor error of temperature sensitive, f (I) for the input angular rate of the scale factor error. To sum up, the FIG.4 gives the CRS03-04s gyroscope random error model: ARW WHITE NOISE RRW WHITE NOISE 1/T1/2 1/T1/2 1/S plus RANDOM ERROR WHITE NOISE FIG.4 Gyroscope random error model Among them, the ARW white noise as the Angle of the gyroscope random walk noise, RRW is the rate of gyroscope random walk noise. 3.3 GYROSCOPE RANDOM DRIFT DATA SAMPING AND PROCESSING When experiment, sampling the gyro output signal, the sampling frequency of 10 hz, the sampling time of 10000 s, the Angle random walk noise variance for Ka = 7.3213 e-12 rad/s1/2 , rate random walk noise variance for Kb = 3.672410-12 rad/s3/2 , according to the random error model experiments, the random error in gyro output signal can be obtained and time of the wave as shown in the figure below: FIG.5 CRS03-04s gyroscope random error signal and time diagram Using kalman filter to filter the signal, processing can be obtained after the waveform as shown in the figure below: 0 2 4 6 8 10 12 x 10 4 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 x 10 9
  • 5. The Application of Gyro in Vehicle Angle Measurement www.ijres.org 29 | Page FIG.6 random noise and time diagram after kalman filtering By comparing the two groups before and after signal, which can be found that after kalman filter, the random noise of gyro signal decreased nearly one order of magnitude, greatly improve the measurement precision of the gyroscope. Ⅳ. CONCLUSION With intelligent vehicle working environment becomes more and more complex, the traditional hall sensor for vehicle front wheel Angle measuring already can not adapt to the change. The accuracy of traditional hall sensor in the complex road conditions will be greatly reduced, the stability is not assured, and the rapid development of inertial technology for measurement of vehicle front corner opens up a new way .Gyroscope as a kind of inertial sensor, the good little autonomy by magnetic interference, do not rely on the external environment, and its remarkable characteristics of anti-interference ability makes it the best alternative for hall sensor. Therefore, this study based on gyro Angle measurement conducted a series of research, and through the establishment of reasonable random drift error model, then using kalman filter to estimate the error compensation, effectively eliminate the gyro output signal of most random noise .The experimental results show that the Angle measuring gyroscope in the vehicle has a good stability and interference ability, can adapt to different environment Angle measurement of vehicle especially in the complex road conditions, more show its beyond the traditional hall the superior performance of Angle sensor .As the kalman filter is based on the predictions of a linear system - estimation method, therefore, filtering effect is not ideal in nonlinear system, so the scheme of the key lies in how to design a reasonable and effective method to remove random drift . REFERENCES [1] Reid J F, Zhang Q, Noguchi N, et al. Agricultural automatic guidance research in North America[J]. Computers and Electronics in Agriculture, 2000, 25(1/2): 155-167. [2] Qiu K.Feedforward-plus-proportional-integral-derivative controller for an off-road vehicle electrohydraulic steering system[J]. Journal of Automobile Engineering,2003,217(5):375-382. [3] Guo Linsong,He Yong,Zhang Qin,et a1.Real-time tractor position estimation system using a Kalman filter[J].Transactions of the CSAE。2002,18(5):96-101. [4] Darr M J, Stombaugh T S, Shearer S A. Controller area network based distributed control for autonomous vehicles[J]. American Society of Agricultural Engineers, 2005, 48(2): 479-490. [5] Yoshisada Nagasaka, Naonobu Umeda, Yutaka Kanetai, et al.Autonomous guidance for rice transplanting using global positioning and gyroscopes[J]. Computers and Electronics in Agriculture, 2004, 43(3): 223-234. [6] Slaughter D C, Giles D K, Downey D..Autonomous robotic weed control systems[J]. Computers and Electronics in Agriculture, 2008, 61(1): 63-78. [7] Torii T. Research in autonomous agriculture vehicles in Japan[J]. Computers and Electronics in Agriculture, 2000,25(1/2): 133-153. [8] Xiao Kehui, Xiao Deqin, Luo Xiwen.Smart water -saving irrigation system in precision agriculture based on wireless sensor network[J]. Transactions of the Chinese Society of Agricultural Engineering (Transactions of the CSAE), 2010, 26(11): 170-175. [9] Norremark M, Griepentrog H W, Nielsen J, et al. The development and assessment of the accuracy of an autonomous GPS-based system for intra-row mechanical weed control in row crops[J]. Biosystems Engineering, 2008, 101(4): 396-410. [10] Kim Y J, Kim H J, Ryu K H, et al. Fertiliser application performance of a variable-rate pneumatic granular applicator for rice production[J]. Biosystems Engineering, 2008, 100(4): 498-510. [11] Dwayne W,Heckman(Boeing),Michael Baretela(Navy).Interferometric fiber optic gyroscope(IFOG)technology.IEEE AES Systems Magazine,2000,12(1):339-346. [12] CUREY,ASHME,TH IELMAN L 0.Proposed IEEE inertial systems terminology standard and other inertial sensor standards.Position Location and Navigation Symposium,2004,4(4):83-90. 0 2 4 6 8 10 12 x 10 4 -8 -6 -4 -2 0 2 4 6 8 x 10 8