hengli / camodocal

CamOdoCal: Automatic Intrinsic and Extrinsic Calibration of a Rig with Multiple Generic Cameras and Odometry
Other
1.16k stars 389 forks source link

the results of camOdoCalib are different wtih different data of the same device! #82

Open yuyadanyadan opened 6 years ago

yuyadanyadan commented 6 years ago

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

Unlingius commented 5 years ago

@yuyadanyadan what results angle difference you got?

yuyadanyadan commented 5 years ago

@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.

Unlingius commented 5 years ago

@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.

yuyadanyadan commented 5 years ago

@Unlingius Do you research the calibration of odom and cameras? I also want to get more exact results, do you have any ideas?

Unlingius commented 5 years ago

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.

yuyadanyadan commented 5 years ago

Did you calibrate the extrinsic parameters of cameras and Wheeled encoder? And the angle error related to groundtruth is about 0.2 degree?

Unlingius commented 5 years ago

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.

yuyadanyadan commented 5 years ago

We do the different work. My work is calibrating the extrinsic parameters of camera and wheeled encoder.

poaongithub commented 5 years ago

same as mine, have you solved it? I would appreciate it if you would share your test dataset. @yuyadanyadan

zhummming commented 4 years ago

did you get the exact result? my results are not good and the same dataset has different results. can I try your dataset? @yuyadanyadan