-
Notifications
You must be signed in to change notification settings - Fork 10
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
questions about the noise of IMU data and image data #8
Comments
Hi there, The IMU on the DAVIS is the MPU 6150, and you can find the specs sheet here: https://www.cdiweb.com/products/detail/mpu6150-invensense/470090/. This should have the statistics you are looking for. Regarding the image data, which bag are you referring to specifically? It should be available for most of them, although the right camera images are missing in outdoor_day1 and 2. |
@alexzzhu Hi,alexzzhu, I would like to know the calibration data of IMU when obtaining the data set, well, Is the device calibrated before data collection? |
Oh I see, no we do not have IMU calibrations beyond geometric extrinsics. The images should be stored in the bag file under /davis/image_raw, if that's what you're using. They're also available in the hdf5 files, I believe under the same name. |
Please excuse me,calibration is very important for the stability of SLAM/VIO system , I want to know why do not have IMU calibrations beyond geometric extrinsics? |
I agree that having the IMU parameters would help with state estimation. However, I'm not sure what to tell you aside from the fact that these were not collected. |
I want to use this dataset to run the VINS-mono system,I need the (1)accelerometer measurement noise standard deviation, |
Have you tried running the system with some default set of calibrations? As far as I'm aware these systems shouldn't be so sensitive as to break completely without calibrated values. |
I failed to run the indoor flying dataset on vinsmono, how is your yaml file set up? |
Hi,First of all, thank you for sharing your dataset.
I have some questions about the noise of IMU data.
First:I want to use the dataset to run VINS mono,I want to know the paramaters as follows:
(1)accelerometer measurement noise standard deviation,
(2)gyroscope measurement noise standard deviation,
(3)accelerometer bias random work noise standard deviation
(4)gyroscope bias random work noise standard deviation
and gravity magnitude in your dataset.
Second: I found there is no image data in rosbag file, how can I get the image data?
Thanks for your time.
The text was updated successfully, but these errors were encountered: