-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels