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 Test Case for rclcpp_action Where the Status Message is Received Before the Service Response #2781

Open
wants to merge 1 commit into
base: rolling
Choose a base branch
from

Conversation

tony-laza
Copy link

Add test cases to the rclcpp_action clients where the Executing status response is received before the service callback. The test leverages a specific sequence of spin() invocation on the executors, however, it is possible to reproduce this non-deterministically in other cases. A forthcoming issue ticket will give more details.

@tony-laza tony-laza force-pushed the tony-laza/receive_status_before_service_response branch from c103966 to cb28826 Compare March 27, 2025 21:11
@tony-laza tony-laza marked this pull request as draft March 27, 2025 21:11
@tony-laza tony-laza marked this pull request as ready for review March 27, 2025 21:52
@tony-laza
Copy link
Author

#2782

Comment on lines +456 to +457
// Spin until the client receives the goal
dual_spin_until_future_complete(future_goal_handle);
Copy link
Collaborator

Choose a reason for hiding this comment

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

in this particular case, i believe that GoalResponse(accepted) and Status messages are already in the rmw implementation, and the question here is which should be taken 1st. currently, the order to take the action entities is feedback, status, goal_response, result_response and cancel_response. so that status is going to be taken and processed before goal_response.

but this order only matters when the messages are already in the queue of rmw implementation.

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