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

How do I replicate generating this map ? #2

Open
pra-dan opened this issue Sep 17, 2020 · 3 comments
Open

How do I replicate generating this map ? #2

pra-dan opened this issue Sep 17, 2020 · 3 comments

Comments

@pra-dan
Copy link

pra-dan commented Sep 17, 2020

Hi @goktug97 Thanks for this resource.

Can you please tell me how did you get the map in the first place ? Actually, I am starting with SLAM and currently need to understand graph SLAM, and how it starts with a map ...

Thanks and Regards,
Prashant

@goktug97
Copy link
Owner

You don't have a map at the beginning. You map the environment and localize yourself in the map you've built. Basicly, when you have multiple laser scans of the environment, you can calculate the transformation and rotation between those points and arrange the said points accordingly which creates the map.
http://ais.informatik.uni-freiburg.de/teaching/ss19/robotics/ is a great course

@pra-dan
Copy link
Author

pra-dan commented Sep 18, 2020

Ohk. Thanks. Can you suggest me what should be done if I have the following sensors:
RGBD stereo camera (Intel RealSense D45)
IMU
GPS
WHeel odometry data

Thanks for the course link.. I will look into it. 👍🏽

@goktug97
Copy link
Owner

goktug97 commented Oct 2, 2020

Maybe you can look at
https://vision.in.tum.de/research/vslam/rgbdslam

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