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

Running algorithms in large maps #5

Closed
chenweigu opened this issue Jul 14, 2023 · 1 comment
Closed

Running algorithms in large maps #5

chenweigu opened this issue Jul 14, 2023 · 1 comment

Comments

@chenweigu
Copy link

It works well in small size maps. but can you tell me what parameters I need to change if I want to run it in a large map (20m*20m)?

@hikashi
Copy link
Owner

hikashi commented Jul 17, 2023

There is no definitive answer to this.
For starters, it depends on the configuration of the robot.
Let's say you are using the same robot as this version, you may consider tuning the ETA or GETA, info radius to a suitable length (i.e. ETA and GETA to 1.5 and radius info to 1.5) as well.
Also, try to fix the map size as the map merging module tends to be unstable when there is expansion. Other than that, most issues will come from the localization due to drift, for example, the frontier point will be allocated to obstacles instead of free space. This might cause problems.
I hope this will help you explore a larger map using this algorithm.

Regards,
Billy Lau

@hikashi hikashi closed this as completed Sep 14, 2023
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