gyro testing - repeatability
Javalin
Posts: 892
Hiya all,
Trying to work on some IMU / filter / type code SPIN code - and trying to think of an easy way to make my gyro rotate X degree's in Y time - i.e. 90 deg in 1 sec - so I can check that my units etc are correct.
Essentially like you would test a accellerometer by tilting it and seeing +/- 1g on the three axis
Any ideas?
James
Trying to work on some IMU / filter / type code SPIN code - and trying to think of an easy way to make my gyro rotate X degree's in Y time - i.e. 90 deg in 1 sec - so I can check that my units etc are correct.
Essentially like you would test a accellerometer by tilting it and seeing +/- 1g on the three axis
Any ideas?
James
Comments
Now, as it's all rotating it had better be battery powered or the cables will get in a mess.
You might be able to use a persistence of vision display to get the data out of it as it rotates:)
interesting, good idea, Hmmm Record player.... whats that then? ;-)
its also cabled to external battery and USB to PC - so more difficult :-(
James
OK, so you are going to need an UPS for the PC and a small concrete mixer to turn everything. Have the concrete mixer full so as to provide mass to smooth out the rotation and get jitter free results.
Oh - just realised you meant those later things that used electricity <grin>
Bill
In other words: Do you want to test the gyro itself or the other code that processes the gyro data?
If you wan to test the code around you could simulate the gyro with another COG. For example record the test data of several scenarios to an SD card and play it back for testing.