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

SLAM example #4

Open
ali-robot opened this issue Aug 16, 2021 · 2 comments
Open

SLAM example #4

ali-robot opened this issue Aug 16, 2021 · 2 comments

Comments

@ali-robot
Copy link

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

@brentyi
Copy link
Owner

brentyi commented Aug 18, 2021

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.

@ali-robot
Copy link
Author

ali-robot commented Sep 12, 2021

Hi again,

excuse me, I thought that I have replied!
Thanks for the example, I will check it :)
Here's a suggestion: https://github.com/koide3/open3d_graph_slam

In this implementation he is using the KITTI dataset: http://www.cvlibs.net/datasets/kitti/
It would awesome if you consider the oxford dataset: https://robotcar-dataset.robots.ox.ac.uk/
https://oxford-robotics-institute.github.io/radar-robotcar-dataset/
https://oxford-robotics-institute.github.io/radar-robotcar-dataset/datasets
It tackles the issue of longterm navigation (you can find lidar scans over periods of time)

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