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

Fail to init BITStarPlanner #27

Open
devinluo27 opened this issue Jun 24, 2023 · 1 comment
Open

Fail to init BITStarPlanner #27

devinluo27 opened this issue Jun 24, 2023 · 1 comment

Comments

@devinluo27
Copy link

It seems like bit_star_planner.py is not fully finished, such as some abstract method is not implemented, using undeclared variable.

@devinluo27
Copy link
Author

There is another issue that in bit_star_planner.ipynb,
This line:
result_refined = BITStarPlanner(num_batch=200, stop_when_success=False).plan(env, start, goal, timeout=('time', 10))
cannot return a valid result.
In addition, in the GNN planner, is the path smoother module missing?

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