Closed ibrahiminfinite closed 3 years ago
The getPlannerStatus() should return NOT_READY when the if (planner_status_ == Gbplanner::PlannerStatus::READY) block does not execute
getPlannerStatus()
if (planner_status_ == Gbplanner::PlannerStatus::READY)
Hi , I have merged your update into the current PR. It now contains all the changes.
I have merged it to the appropriate branch.
The
getPlannerStatus()
should return NOT_READY when theif (planner_status_ == Gbplanner::PlannerStatus::READY)
block does not execute