-
Notifications
You must be signed in to change notification settings - Fork 369
Use new handles API in ros2_controllers to fix deprecation warnings #1566
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
kumar-sanjeeev
wants to merge
28
commits into
ros-controls:master
Choose a base branch
from
kumar-sanjeeev:fix_warnings_in_controllers/new_api
base: master
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
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0bf0670
Fix deprecation warnings with use of new handles API in ackermann_ste…
kumar-sanjeeev 1466fdc
Fix deprecation warnings with use of new handles API in bicycle_steer…
kumar-sanjeeev a447f31
Fix typo
kumar-sanjeeev d356e08
Fix deprecation warnings with use of new handles API in admittance_co…
kumar-sanjeeev e4f6aef
Fix deprecation warnings with use of new handles API in effort_contro…
kumar-sanjeeev 44dcfcb
Fix deprecation warnings with use of new handles API in force_torque_…
kumar-sanjeeev 39200aa
Fix deprecation warnings with use of new handles API in forward_comma…
kumar-sanjeeev 0c044b8
Fix deprecation warnings with use of new handles API in gpio_controllers
kumar-sanjeeev 3b4685e
Add more descriptive message for warning
kumar-sanjeeev 12d9639
Change return from ERROR to SUCCESS to make it work in sychronous cal…
kumar-sanjeeev 9592271
Fix deprecation warnings with use of new handles API in gripper_contr…
kumar-sanjeeev 704096b
Fix deprecation warnings with use of new handles API in joint_state_b…
kumar-sanjeeev 214dcd1
Fix deprecation warnings with use of new handles API in mecanum_drive…
kumar-sanjeeev eaec22b
Fix deprecation warnings with use of new handles API in parallel_grip…
kumar-sanjeeev a64136a
Fix deprecation warnings with use of new handles API in tricycle_cont…
kumar-sanjeeev bf43abd
Merge branch 'ros-controls:master' into fix_warnings_in_controllers/n…
kumar-sanjeeev 663a131
Fix deprecation warnings with use of new handles API in velocity_comt…
kumar-sanjeeev 2ef6d10
Fix deprecation warnings with use of new handles API in pid_controller
kumar-sanjeeev 6628b14
Fix deprecation warnings with use of new handles API in mecanum_drive…
kumar-sanjeeev 31d574c
Fix deprecation warnings with use of new handles API in tricycle_stee…
kumar-sanjeeev 85a06ce
Merge branch 'master' into fix_warnings_in_controllers/new_api
christophfroehlich 116cf22
Merge remote-tracking branch 'upstream/master' into fix_warnings_in_c…
kumar-sanjeeev 96736c6
Fix deprecation warnings with use of new handles API in steering_cont…
9af0948
Discard implemented changes to resolve conflict
kumar-sanjeeev 5d5567e
Fix deprecation warnings with use of new handles API in position_cont…
kumar-sanjeeev 764ff05
Fix deprecation warnings with use of new handles API in diff_drive_co…
kumar-sanjeeev 374538f
Fix [partially] deprecation warnings with use of new handles API in j…
kumar-sanjeeev 4a45a4b
Merge remote-tracking branch 'origin/master' into fix_warnings_in_con…
christophfroehlich 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should go into the if branch, right?