Polux RSV wrote:Holmz, wich kind of IMU do you use ? Is it ok with eavy acceleration, braking, wheelies, etc?
Regards
Angelo
Angelo,
See Darren's post above.
I set my other computer up as dual boot, so I lost track of this post.
I have a +/- 10G with 1080 degrees/second on the roll pitch yaw rate.
If you have a lot of shock/vibration, then you be clipping some of the time.
If you are using RPY (roll, pitch, yaw) the IMU determines those, and does some filtering.
The other way to use the raw measurements which can allow for better conditional issues.
I do not believe that this can be easily done in the ACL itself, but maybe it can...
Just got a camera a month ago, and have it charging.
Found an error in my code and have it running currently in the other room, but it is looking like it is converging finally. Doing this in MATLAB, because the young student I had working with me last June was using MATLAB.
I'll have to convert this to a .DLL at some point as MATLAB can be a it slow.
I am working on a Kalman filter to keep the IMU trained with the GPS data.
The GPS jumps around as satellites come and go in the view, which happens quickly around hills, bridges etc.
So additional logic for that is needed.
The are other options for IMUs, and ideally any s/w processing would be best either as a DLL that is called from the i2, or as a built in feature within i2.
I am working on the code to get the DLL approach.
Progress is always slow, and I might have another business trip in April.