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

Does the FMMPlanner work without a ground truth map? #25

Open
lihzh233 opened this issue Jan 23, 2024 · 1 comment
Open

Does the FMMPlanner work without a ground truth map? #25

lihzh233 opened this issue Jan 23, 2024 · 1 comment

Comments

@lihzh233
Copy link

planner = FMMPlanner(traversible)

The FMMPlanner is initialized with a ground truth map here. Does it mean this work can't work without a ground truth map?

@ytx0323
Copy link

ytx0323 commented Jan 25, 2024

From my understanding, the project constructs two types of FMMPlanner instances. One is used during the generation of start points and getting the metric, utilizing the ground truth map. The other is for training, based on the generated obstacle map(in sem_exp.py ,the function _get_stg). Therefore, the project can operate without the ground truth map, as the start points are predefined.

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