[Discussion] Localization in Open Spaces — How to Improve Accuracy in SLAM? #1
Unanswered
EricChen0104
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'm working on a Hybrid-SLAM project where a simulated robot explores an unknown maze environment using a full autonomy stack:
🧠 Architecture Overview
It works quite well overall. Here's a brief summary of how the system behaves:
🆘 The Problem: Localization Fails in Open Spaces
In maze-like environments (with walls and corridors), the localization is stable and accurate.
However, when the robot enters wide open spaces (like rooms with few or no walls), the position estimate begins to drift significantly. Eventually, the robot gets completely lost or stuck in incorrect estimates.
❓What I've Tried
Still, the localization remains unstable in open spaces. I suspect it's due to a lack of structural features or poor data association.
🔍 What I'm Looking For
I'm wondering if any of you have faced similar issues. I'd really appreciate:
📎 Repo Link
GitHub Repo (Hybrid-SLAM)
Feel free to reply here, fork the repo, or even open PRs with suggestions. I'd love to improve this system and learn from the community. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions