Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce number of controller_spawners to 3 #919

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

fmauch
Copy link
Collaborator

@fmauch fmauch commented Jan 31, 2024

Since the controller_spawner supports a list of controllers since a while we can use this to reduce the number of total controllers.

This should help improving on #869. This is not a fix of the originating problem, but it could definitively improve our situation in the meantime.

Since the controller_spawner supports a list of controllers since a while we can use this to reduce the number of total controllers.
@fmauch
Copy link
Collaborator Author

fmauch commented Jan 31, 2024

I wrapped my head around trying to merge the trajectory controller spawner either with the active spawner or the inactive spawner, by adding it to the respective list during runtime, but I was not successful... Maybe we can leave this to a later PR.

Copy link
Collaborator

@VinDp VinDp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked and tested, seems good to me.

@VinDp VinDp merged commit 31993ab into UniversalRobots:main Feb 12, 2024
7 checks passed
fmauch added a commit that referenced this pull request Apr 15, 2024
* Reduce number of controller_spawners to 3

Since the controller_spawner supports a list of controllers since a while we can use this to reduce the number of total controllers.

(cherry picked from commit 31993ab)

* Reverted unrelated changes

---------

Co-authored-by: Felix Exner <exner@fzi.de>
@fmauch fmauch deleted the reduce_controller_spawners branch July 15, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants