UBCSailbot / sailbot_workspace

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

Global Path Bug #448

Closed FireBoyAJ24 closed 1 month ago

FireBoyAJ24 commented 1 month ago

Description

Local pathfinding would break when initializing the reference_latlon in OMPLPath as the global path was not initialized as None in the LocalPathState. To fix that I just initialized global path to none and checked it when initializing the reference latlon.

Verification