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
Instead of sending/updating the global planner's understanding of robot state via sending messages from robot to planner, we should use a service or some other way that will reduce/eliminate possible race conditions (ex: robot finishes task and receives a new task/cancellation at the same time).
If we use a service and update once per planning cycle, we will definitely reduce these issues, but still we should look more into this
The text was updated successfully, but these errors were encountered:
Instead of sending/updating the global planner's understanding of robot state via sending messages from robot to planner, we should use a service or some other way that will reduce/eliminate possible race conditions (ex: robot finishes task and receives a new task/cancellation at the same time).
If we use a service and update once per planning cycle, we will definitely reduce these issues, but still we should look more into this
The text was updated successfully, but these errors were encountered: