Skip to content
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

what is correct setting for parameters of this dataset #7

Closed
shabhu18 opened this issue Feb 5, 2016 · 2 comments
Closed

what is correct setting for parameters of this dataset #7

shabhu18 opened this issue Feb 5, 2016 · 2 comments

Comments

@shabhu18
Copy link

shabhu18 commented Feb 5, 2016

hii,
I was working with the stereo bag (version a) file given by rtab map people.
http://wiki.ros.org/rtabmap_ros/Tutorials/StereoOutdoorMapping
The pose output of the robot car coming out to be wired .(when i do ros echo one the poses topic vary a lot in z axis which shouldn't be case ).
Can u suggest some parameter change to make it work.

@taihup
Copy link
Contributor

taihup commented Feb 5, 2016

It is difficult to say... maybe you do not have enough features, or all your features are too far in the scene (in Z). You can try to extract more feature changing the Feature Detector parameters. Even, you can change de Feature Detector (Default: GFTT) for another one. Take care that each Feature Detector of OpenCV use different Parameters.

You aslo can get more matches increasing the parameter MatchingDistance (maybe 50 is OK) to triangulate more points and get more 3D-2D correspondence during tracking.

On the other hand, if the calibration of the camera is not so good, you can change the de EpipolarDistance parameter to 2, 4 up to 8. But I think that if you are working with a dataset you must not touch tihs value, keep it on 0.

Let me know if this help,

Best!

@shabhu18
Copy link
Author

shabhu18 commented Feb 9, 2016

After playing around with parameters .Finally i got the correct setting . Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants