You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even after moving the section relying on the tf_buffer to the computePlanAsynchronously (to avoid using findTransform in multiple threads), there are some strange errors:
terminate called without an active exceptionAborted (core dumped)
Did not debugged that thoroughly yet (changes stashed locally)
Another (simpler approach) that may help would be to connect straight to a "/move_base/GlobalPlanner/make_plan" or "/move_base/NavfnROS/make_plan" (depending on the planner) instead of "/move_base/make_plan" which often complains about "move_base must be in an inactive state to make a plan for an external user".
Usually the delay of a blocked planning service is 500 ms. Error:
[ERROR] [1696377720.614312985, 52.176000000]: move_base must be in an inactive state to make a plan for an external user
The text was updated successfully, but these errors were encountered: