What adaptations would you recommend for the FUEL exploration planner when handling uneven terrain, where height variations and irregular surfaces may affect frontier detection and path planning?
Additionally, how would you approach the challenge of exploring large, unstructured, non-box-shaped environments, like tunnels or caves? In such cases, defining accurate exploration bounds might be difficult, and I’m concerned that inaccurate bounds could lead to excessive memory usage or inefficient exploration. What strategies would you suggest for managing these kinds of scenarios?
Thanks you for your valuable advice!