UBCSailbot / sailbot_workspace

UBC Sailbot's monorepo
https://ubcsailbot.github.io/sailbot_workspace/main/
Apache License 2.0
4 stars 1 forks source link

Use rrtstar planner in tests #316

Closed patrick-5546 closed 5 months ago

patrick-5546 commented 5 months ago

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).