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

Fixes move_stop blocking bug while moving #161

Merged

Conversation

leeminju531
Copy link
Contributor

Related Issue : #82 (comment)

Currently, calling the move_stop service while the robot is moving doesn't work because all services are in the same callback group.

In this PR, I've separated the move_stop service from the other services.

In the future, we might need to categorize services based on their traits and assign each to a separate callback group.

@doosan-robotics doosan-robotics merged commit 8ac1f0e into doosan-robotics:humble-devel Feb 5, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants