forked from ros2-rust/ros2_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
412 impl error to param errors #6
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
Open
Guelakais
wants to merge
10
commits into
main
Choose a base branch
from
412_impl_error_to_param_errors
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Documentation warnings are annoying. So i've get rid of them.
the rust version causes errors. You'll need at least rust version 1.70 to have stable compiling
I mean for real: How patient do you'll need to be to not get annoyed by the whole serde warnings?
fb9f9c3 to
02539ff
Compare
Guelakais
pushed a commit
that referenced
this pull request
Nov 4, 2025
* Remove lockfiles from being tracked Signed-off-by: Michael X. Grey <[email protected]> * Port draft action implementation from ros2-rust#410 Signed-off-by: Michael X. Grey <[email protected]> * Rework readiness for waitables Signed-off-by: Michael X. Grey <[email protected]> * Reworking action server goal handle lifecycles Signed-off-by: Michael X. Grey <[email protected]> * Fleshing out the state machines for action server goals -- cancelling is WIP Signed-off-by: Michael X. Grey <[email protected]> * Finished action server goal state machine API -- need to finish action_server.rs Signed-off-by: Michael X. Grey <[email protected]> * Progress on action_server implementation Signed-off-by: Michael X. Grey <[email protected]> * Action server finished -- needs testing Signed-off-by: Michael X. Grey <[email protected]> * Creating action server and action goal receiver -- needs testing Signed-off-by: Michael X. Grey <[email protected]> * Introducing action clients into the wait set processing Signed-off-by: Michael X. Grey <[email protected]> * Incorporate action clients into wait sets Signed-off-by: Michael X. Grey <[email protected]> * Fleshing out implementation of action clients Signed-off-by: Michael X. Grey <[email protected]> * Implementing goal status client Signed-off-by: Michael X. Grey <[email protected]> * Implementing goal result client Signed-off-by: Michael X. Grey <[email protected]> * CancellationClient API in progress Signed-off-by: Michael X. Grey <[email protected]> * Finish action cancellation request API Signed-off-by: Michael X. Grey <[email protected]> * Finish API for action clients -- needs testing Signed-off-by: Michael X. Grey <[email protected]> * Link against rcl_action Signed-off-by: Michael X. Grey <[email protected]> * Add initial tests and improve ergonomics Signed-off-by: Michael X. Grey <[email protected]> * Add co-author credit Co-authored-by: Nathan Wiebe Neufeldt <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> * Re-export traits from rosidl_runtime_rs Signed-off-by: Michael X. Grey <[email protected]> * Update bindings to include actions -- added script for automating the binding generation Signed-off-by: Michael X. Grey <[email protected]> * Apply cargo fmt Signed-off-by: Michael X. Grey <[email protected]> * Update bindings for kilted Signed-off-by: Michael X. Grey <[email protected]> * Update bindings for humble Signed-off-by: Michael X. Grey <[email protected]> * Update bindings for rolling Signed-off-by: Michael X. Grey <[email protected]> * Fix use of serde Signed-off-by: Michael X. Grey <[email protected]> * Use desktop image so it includes rcl_action which we need for action bindings Signed-off-by: Michael X. Grey <[email protected]> * Fix serde Signed-off-by: Michael X. Grey <[email protected]> * Finish documentation for GoalClientStream Signed-off-by: Michael X. Grey <[email protected]> * Enable serde for goal status info Signed-off-by: Michael X. Grey <[email protected]> * Fix action cancellation pipeline Signed-off-by: Michael X. Grey <[email protected]> * More trait re-exports Signed-off-by: Michael X. Grey <[email protected]> * Add tests for action cancellation Signed-off-by: Michael X. Grey <[email protected]> * Fix use of action client options Signed-off-by: Michael X. Grey <[email protected]> * Fix style Signed-off-by: Michael X. Grey <[email protected]> * Remove use of .clear_poison because it is not stable in 1.75 Signed-off-by: Michael X. Grey <[email protected]> * chore: revert bindings-related changes (#5) Signed-off-by: Esteve Fernandez <[email protected]> * update rosidl_runtime_rs for action support (#6) Signed-off-by: Esteve Fernandez <[email protected]> * revert bindings generation changes --------- Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Esteve Fernandez <[email protected]> Co-authored-by: Nathan Wiebe Neufeldt <[email protected]> Co-authored-by: Esteve Fernandez <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.