-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMU information in ImuFactorExample #369
Comments
I am actually working on this right now and any help would be appreciated. |
@varunagrawal Here is one time I waded in on the Google group mailing list on the topic. One thing that is maybe not ideal about the status quo is that a lot of people jump onto the Kitti example as the first thing they try to understand (I did), and the IMU data has no documentation. My memory is that the IMU used in the Kitti tests was a OXTS RT3003. It's also my memory that I couldn't definitively connect the parameters used in the example to the datasheet. I think I got to the point where I realized that the noise numbers might have been an integer multiple of the datasheet value if you squinted just right and interpreted the datasheet in a way that I didn't think was correct. The bias noise were then integer multiples of the original noise numbers, which was not a crazy choice, given that the Allan variance plots aren't available for that IMU (I don't think). Who converted the data and how is probably lost to the mists of time. 🙁 And, just to be clear, that's all about the Kitti example -- I don't think I know anything about the creation of |
#213 In some of the papers about the new IMU factor, the ADIS16448 IMU is mentioned, but the datasheet doesn't seem to correspond. |
I don't know if this helps, but there is a nice thread on a (closed) issue on the Kalbr site about some of the gymnastics that get you from one conception of the data to another. It also notes that they use different parameters for the 16448 than they used to. Edit: In this case, 'they' refers to the ETHZ crowd, but, if by |
Ok. Thanks. I will try to play around with the equations and see if I can match the numbers to any of the 16448 values to see if that might be what was used. |
I'd just like to chime in here and mention a few things which may or may not help:
|
So the numbers from the OXTS don't match up. I guess we have to ask @lucacarlone directly... |
@varunagrawal : I would check this thread about the measurement units required to instantiate the quantities in the IMU factor: #213 (comment). |
Feature
If possible, can you please note the type of IMU you used for this example so it will be easier for users to translate the example noise sigma values to what they should use for their own IMUs? I see some old discussions of how to obtain these values for different IMUs, but don’t see any conclusive equations.
Motivation
Knowing the IMU you used can help us back out how those example numbers were obtained so we can figure out how to obtain the correct values for other IMUs. Thank you.
The text was updated successfully, but these errors were encountered: