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
I am working to split the trajectory functionality out of the robot class and into it's own class. I noticed that the mutex strategy currently blocks this as the same mutex is used for the Robot functionality as is used by the Trajectory construction and planning.
I am not sure I understand the mutex strategy here.
Why does Robot, (a class that doesn't have any subscriptions) need a mutex?
Why doesn't the online robot class (which does have subscriptions) not use a mutex.
This seems like something we could address rather quickly but I wanted to check to see if I was missing anything before I invested time in a resolution
The text was updated successfully, but these errors were encountered:
I am working to split the trajectory functionality out of the robot class and into it's own class. I noticed that the mutex strategy currently blocks this as the same mutex is used for the Robot functionality as is used by the Trajectory construction and planning.
I am not sure I understand the mutex strategy here.
This seems like something we could address rather quickly but I wanted to check to see if I was missing anything before I invested time in a resolution
The text was updated successfully, but these errors were encountered: