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

Add unified cleanup to Joint Trajectory Server #152

Open
hello-amal opened this issue Jul 30, 2024 · 0 comments
Open

Add unified cleanup to Joint Trajectory Server #152

hello-amal opened this issue Jul 30, 2024 · 0 comments

Comments

@hello-amal
Copy link
Contributor

Currently, every branch of the Joint Trajectory Server has to perform its own cleanup before returning. This setup makes it easy to have bugs, e.g., where a developer adds a new return clause but forgets to do all the cleanup. Instead, we should add a unified cleanup function and all returns first call that. See this comment for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant