-
Notifications
You must be signed in to change notification settings - Fork 12
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
SLAM example #4
Comments
Hi! Yes, this is something I can look into. Do you have suggestions for a similar example using a different library/framework/language? The easiest thing would probably be to just reproduce something that exists. In the meantime, the PoseSLAM-style example script may be useful. You can see how the factor graph is defined and solved in the scripts directory: https://github.com/brentyi/jaxfg/blob/master/scripts/pose_graph_simple.py As well as how we define variables/manifolds here, and factors here. |
Hi again, excuse me, I thought that I have replied! In this implementation he is using the KITTI dataset: http://www.cvlibs.net/datasets/kitti/ |
Hello
This project seems very interesting, thanks for sharing it.
Could you please provide an example of a SLAM implementation using in the examples section using a popular dataset (KITTI or oxford dataset for example)?
This would be a very helpful example to learn how to use the library.
Thanks in advance
The text was updated successfully, but these errors were encountered: