-
Notifications
You must be signed in to change notification settings - Fork 64
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
Propose generic messages for commanding and getting states from controllers. #69
Merged
Conversation
This file contains 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
due to change breaking for existing Galactic distro
destogl
force-pushed
the
add-generic-msgs-for-controller-references
branch
from
November 30, 2022 12:18
bc6b2d6
to
12ad240
Compare
AndyZe
reviewed
Dec 1, 2022
bmagyar
reviewed
Mar 20, 2023
destogl
commented
Mar 20, 2023
destogl
commented
Mar 21, 2023
destogl
commented
Mar 21, 2023
destogl
commented
Mar 22, 2023
bmagyar
approved these changes
Mar 28, 2023
christophfroehlich
approved these changes
Mar 28, 2023
bmagyar
changed the title
Propose generic messages for commadning and getting states from controllers.
Propose generic messages for commanding and getting states from controllers.
Mar 29, 2023
(I apologize in advance if this is the wrong place for this). Would it be possible to backport these messages to the humble branch? |
christophfroehlich
deleted the
add-generic-msgs-for-controller-references
branch
April 24, 2024 09:03
I don't see any problems in backporting them. |
@Mergifyio backport humble |
✅ Backports have been created
|
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.
I propose here some new messages for sending commands to controllers.
This work was motivated by the implementation of the PID controller in ros2_controllers repository.
The message
MultiDOFCommand
should replacestd_msgs/MultiArrayFloat64
currently used with the controllers.The former is deprecated, and a new message enables to set joint (or in general DOF) names, which makes it more explicit than just a list of values.
Other messages specify a generic status messages, providing flexibility about degrees of freedom.
The PR can also be separated if some messages are not so suitable.