-
Notifications
You must be signed in to change notification settings - Fork 15
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
How to use Intel Realsense calibrated data in this particular usecase? #41
Comments
@JIANG-CX Can you please help with this issue? |
hi, I am dealing some urgent things currently. I will response your questions next week as soon as possible.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Shreyas K ***@***.***>
发送时间: Friday, July 5, 2024 3:15:07 PM
收件人: SYSU-STAR/H2-Mapping ***@***.***>
抄送: JIANG Chenxing ***@***.***>; Mention ***@***.***>
主题: Re: [SYSU-STAR/H2-Mapping] How to use Intel Realsense calibrated data in this particular usecase? (Issue #41)
@JIANG-CX<https://github.com/JIANG-CX> Can you please help with this issue?
―
Reply to this email directly, view it on GitHub<#41 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APMKKNWIGDBZSARIOCDSOETZKZBXXAVCNFSM6AAAAABKK4CEPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQGMZDQMJSGU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi, Can you please look into above issue? |
You can follow https://github.com/HKUST-Aerial-Robotics/VINS-Mono?tab=readme-ov-file#5-run-with-your-device to write your own config, and change the "config_path" in the uav_nerf.launch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have completely implemented H2-Mapping on my PC with 4070 GPU. I have calibrated intel realsense (D435i) colour camera following Patrick Geneva sensor calibration guide.
I got YAML file which contains this info of IMU calibration and camera calibration
IMU:
camera:
camera_imu_calib3-report-imucam.pdf
Then I processed these camera and IMU data to vins format using kalib2vins package.
Finally, I got these below data:
cam0.yaml:
vins_config.yaml:
But dvins/config/ folder has mutiple config files and they have extrinsic transformation and extrinsic rotation tags.
So, how to use these OpenCV matrix in the above vins?
The text was updated successfully, but these errors were encountered: