Skip to content

Robot Base class mutex #80

@mlautman

Description

@mlautman

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.

  1. Why does Robot, (a class that doesn't have any subscriptions) need a mutex?
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions