-
Notifications
You must be signed in to change notification settings - Fork 392
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
the results of camOdoCalib are different wtih different data of the same device! #82
Comments
@yuyadanyadan what results angle difference you got? |
the results of angle difference is in 1 degree, while the translation difference may up to about 8cm. |
@yuyadanyadan thank you for your response. 1 degree is too huge for my purpose.. It would be interesting to check what angles precision will be if we will fix guess translation. |
@Unlingius Do you research the calibration of odom and cameras? I also want to get more exact results, do you have any ideas? |
yes, i have done my own method based on orbslam2 and without odometry, it process slam track only, it calculates angles relative to road plane with near 0.2 degree precision. But it don't calculate translation. It hardly depends on fact that track is planar. Sorry, now i can't share it. |
Did you calibrate the extrinsic parameters of cameras and Wheeled encoder? And the angle error related to groundtruth is about 0.2 degree? |
I did not use any additional sensors, only one camera. The result is angles relative to road plane. I use assumption, that in rest on horizontal plane angles relative to car frame are the same as angles relative to road. |
We do the different work. My work is calibrating the extrinsic parameters of camera and wheeled encoder. |
same as mine, have you solved it? I would appreciate it if you would share your test dataset. @yuyadanyadan |
did you get the exact result? my results are not good and the same dataset has different results. can I try your dataset? @yuyadanyadan |
one is the odometry position, while the postion of camera is from the ORB-SLAM2.
The result is not stable enough.maybe I make some mistakes, Can someone help me? thank you very much
The text was updated successfully, but these errors were encountered: