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

Basic SLAM implementation #27

Open
7ayushgupta opened this issue Apr 26, 2020 · 0 comments
Open

Basic SLAM implementation #27

7ayushgupta opened this issue Apr 26, 2020 · 0 comments
Assignees

Comments

@7ayushgupta
Copy link
Contributor

For this, you need to create a map (I used costmap2d previously), and try to make your bot go about in circles in the simulator. The path should be correctly shown on the map as well.

Then you would have to identify some keypoints in the map (preferably through vision, since you dont have any long range sensor), and try to update your estimate about your position and the target's position using this data.

There's not a lot of intermediate things here, you suddenly go from nothing in localisation to a system which does it.

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

3 participants