-
Notifications
You must be signed in to change notification settings - Fork 179
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 of running launch file #70
Comments
Hello! Question 1: For you to use the perspective camera in the omnidirectional version you'll have to calibrate it using the omnidirectional camera calibration toolbox mentioned in the README file. The SVD error is due to the fact that your are not using any calibration file. You have to calibrate the perspective camera and provide the file path into the launch file. Question 2: You can try to tune the parameters in order to get a better performance. However, the conditions where the bag file was recorded are challenging (slow motion and high turbulence) and as this is a monocular VO method, the scale calculation is an inherent issue. Hope this helps! |
Hi @aaguiar96 , thanks for your responding! For question 1: yes you are right, it works normally after I set the correct calibration file path in launch file, and I got trajectory from rostopic "/mono_odometer/odometry" as below. Similar big drift as I mentioned in question2. Except monocular VO method, I also tried the stereo VO method and met similar big position and attitude drift which mentioned in issue 68. Except the test.bag developer provided, I also made a few bagfiles which generated from Kitti datasets to test the stereo VO method, when I found the big drift issue, I referred to a close issue 45 and set I see the scale calculation is an inherent issue of algorithm but not the wrapper, it is also greatly appreciated if you have any parameters suggestion to improve the stereo VO performance according to your experience. Thank you very much for your input. |
Hi, I think there is a typo in README.md about the launch files name.
Besides, I have two questions as below and look forward your great help.
Question 1: when I used performance_test.bag and ran "roslaunch viso2_ros omni_version.launch", process died and feedback "ERROR in SVD: No convergence in 30 iterations".
Question 2: when I used performance_test.bag and ran "roslaunch viso2_ros perspective_version.launch", position and attitude from topic "/mono_odometer/odometry" have big drift, as the green trajectory of below picture.
Thanks for you help in advance.
The text was updated successfully, but these errors were encountered: