-
Notifications
You must be signed in to change notification settings - Fork 175
Async actions #503
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
base: main
Are you sure you want to change the base?
Async actions #503
Conversation
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
… is WIP Signed-off-by: Michael X. Grey <[email protected]>
…n_server.rs Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Co-authored-by: Nathan Wiebe Neufeldt <[email protected]> Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
… binding generation Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
…bindings Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
@esteve I've done one more iteration, and I believe this PR is in a good state to review now. Every aspect of actions is implemented, and there are test cases for a good number of action state transitions and server-client interactions. I think I'd recommend adding more complex and comprehensive test cases before anyone puts this into production, but as it is, it should be a very strong debut for action support. |
Signed-off-by: Michael X. Grey <[email protected]>
This PR builds off of #410 to fully implement action clients and action servers that utilize the new async execution capabilities of rclrs.
This PR depends on both ros2-rust/rosidl_runtime_rs#15 and ros2-rust/rosidl_rust#7. Anyone testing it out should make sure to fetch those branches of
rosidl_generator_rs
androsidl_rust
.In the coming week, I will update this PR description with a thorough description of what's been implemented and how it should be used. In the meantime I just wanted to get this PR up for visibility in the upcoming working group meeting.
The implementation is finished, along with some initial tests. All that's left to do is add more documentation, add usage examples, and add comprehensive tests.