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

Loop closure handling in Fuel PLANNER #79

Open
zeeshanns opened this issue Sep 12, 2024 · 0 comments
Open

Loop closure handling in Fuel PLANNER #79

zeeshanns opened this issue Sep 12, 2024 · 0 comments

Comments

@zeeshanns
Copy link

I have a query about managing pose jumps in exploration planning when using SLAM. Imagine a robot equipped with an exploration planner and a separate SLAM module. During exploration, if the robot returns to its starting point (Home), the SLAM algorithm will perform a loop closure. This action will result in a pose adjustment and updates to the SLAM map.

However, this might lead to inconsistencies in the Exploration Signed Distance Field (ESDF) map used by the exploration planner, which might not be updated in line with the SLAM adjustments. What is the best approach for the planner to handle these pose jumps after a SLAM loop closure? Should the ESDF map be reconstructed from the updated SLAM map sections? Additionally, how should the planner re-evaluate the frontiers after such updates?

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

1 participant