-
Notifications
You must be signed in to change notification settings - Fork 348
Add new get_value
API for Handles and Interfaces
#1976
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
Merged
destogl
merged 21 commits into
ros-controls:master
from
pal-robotics-forks:add_new/get_value/api
Feb 18, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f2be0f9
Add new get_value API for handles and interfaces
saikishor 37964b7
Merge branch 'ros-controls:master' into add_new/get_value/api
saikishor 169ba83
add minor fixes
saikishor a01be64
update the other get_value method
saikishor 4403195
Fix tests
saikishor e732160
Remove the status arg implementation
saikishor 91936b0
use get_value<double>() instead of get_value()
saikishor 3deb8b2
Merge branch 'master' into add_new/get_value/api
saikishor 7cd44c2
use (void) to discard set_value return statement
saikishor 6dc3af7
Add assertion instead of discarding the output
saikishor 45d8e71
Apply suggestions from code review
saikishor 3116d9d
Merge branch 'master' into add_new/get_value/api
saikishor 1e1a6c7
Fix the comments
saikishor 245ae2a
Use templated const ref for set_value method
saikishor ff364c2
Merge branch 'master' into add_new/get_value/api
saikishor 34fcf53
Update release notes and migration notes
saikishor 6cd798c
Merge branch 'master' into add_new/get_value/api
christophfroehlich fd60ffb
Update the migration notes section
saikishor 1dbad1f
Add docstring to the methods of Handle and Command/State Interfaces
saikishor b6bba67
Update doc/migration.rst
saikishor 29d5a26
fix migration notes
saikishor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
saikishor marked this conversation as resolved.
Show resolved
Hide resolved
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.