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

Use rrtstar planner in tests #316

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Use rrtstar planner in tests #316

merged 1 commit into from
Mar 10, 2024

Conversation

patrick-5546
Copy link
Member

Description

Previously we were using bitstar. Informed tree planners require a cost to go heuristic which we do not provide, which cause a warning to appear in our tests. I have switched the planner used in our tests to rrtstar until we have implemented the heuristic (@akash-venkateshwaran is exploring this in his project).

@patrick-5546 patrick-5546 added bug Something isn't working path Pathfinding team labels Mar 10, 2024
@patrick-5546 patrick-5546 self-assigned this Mar 10, 2024
@patrick-5546 patrick-5546 merged commit 9f496d7 into main Mar 10, 2024
12 checks passed
@patrick-5546 patrick-5546 deleted the patrick/fix-planner-type branch March 10, 2024 17:55
@patrick-5546 patrick-5546 mentioned this pull request Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working path Pathfinding team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant