Is a Vibrating Structure Gyroscope the Key to Measuring Vehicle Pitch and Roll?

AI Thread Summary
Measuring pitch and roll in a moving vehicle using a 3-axis accelerometer is challenging, as these devices primarily detect translational acceleration rather than rotational motion. To accurately capture rotation, multiple accelerometers or gyroscopes are recommended, with two accelerometers positioned at different points on the vehicle providing a means to calculate rotation. For measuring pitch specifically, two accelerometers are sufficient when the vehicle is stationary, but gyroscopes are preferred for dynamic measurements. Gyroscopes can track angular acceleration, but require calibration when the vehicle is still to ensure accurate readings. Alternative methods for measuring vehicle inclination include using GPS receivers or an inertial measurement unit that combines accelerometers and gyroscopes.
josepvr
Messages
3
Reaction score
0
Hello everyone,
i'm new to this forum and this is my first post.
My question is: how to get pitch and roll of a moving vehicle using an 3-axis accelerometer?
accelerometer values are the same when vehicle is stopped?


Thanks in advance.
 
Engineering news on Phys.org
Most accelerometers only measure translational acceleration, not rotations.

If you want to measure a rotation, you need two accelerometers, measuring in the same direction, at different places on the structure, You then get the rotation from the difference in the translations, divided by the distance between the accelerometers.

You can measure pitch and roll with 3 accelerometers at different points on the vehicle, all measuring vertical acceleration, but that is not what a 3-axis accelerometer does.
 
Thanks AlephZero,
I've another question, if I only want to measure pitch (inclination angle of the vehicle) are 2 accelerometers required?

I explain you what I'm trying to do. My project consists in measure RC car inclinations when is running uphill/downhill.

If an accelerometer isn't the best solution, could you explain what kind of sensor I might use?
 
Airplanes will always use gyroscopes for this. Not sure they can be miniaturized for RC cars though.
 
You mean that inclination only can be measured by accelerometer when vehicle is stoped?
 
josepvr said:
You mean that inclination only can be measured by accelerometer when vehicle is stoped?

No. Angular rate gyros measure angular acceleration. That is not how fast you are rotating, but how much the rate of rotation changes. If you would like to know the angular position (the inclination) you need to double-integrate.

Integrating the acceleration once gives you the angular rate (degrees per second), and integrating that again gives you the angle.

You need to hold the vehicle still when you calibrate the gyro, otherwise it should work more or less in real-time.

You might look into something like this: http://www.sparkfun.com/products/8955
 
And accelerometers measure strictly translational motion, not rotational.
 
josepvr, you have a number of solutions
1. You can use 3-degree or 2-degree accelerometer while vehicle is not moving for attitude detection
2. you can use two GPS recievers: one on the front and one on the back of vehicle, and use it's solution to get a pitch angle
3. you can use information about vehicle speed + barometer input %)
4. One GPS receiver and "inertial measurement unit" (3 accelerometer + 3 gyro). This can give you attitude solution.
5. it can be possible to get pitch angle using current speed, current acceleration (from 1-axis accelerometer) and current gas consumption. This can require some preliminary calibration.
 
Last edited:
Back
Top