-
Notifications
You must be signed in to change notification settings - Fork 389
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
base: master
Are you sure you want to change the base?
Use new handles API in ros2_controllers to fix deprecation warnings #1566
Conversation
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.
Looks fine, thanks!
@christophfroehlich hi, one question - I have made progress on other controllers as well locally on my system. Can I push these changes into this PR as well (will update description), or should I wait for more reviews on current submitted PR ? |
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.
The changes already look good to me. I just forgot to comment.
@kumar-sanjeeev yes, please proceed with other packages as well
…sensor_broadcaster tests
…l, without failures
@saikishor and @christophfroehlich , one question, would you like me to complete all the controller packages first, and then you would review them of all together? Or would you prefer to first provide feedback on the commits that have already been pushed in this PR? |
apply the changes to all of them please |
Yes please |
@christophfroehlich hello, I have tried to resolve all pending comments except the one mentioned in I have also rechecked all controllers for any please let me know if I have missed or overlooked anything. |
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.
Thanks again! Some minor cleanups only, rest looks great!
let's see if @saikishor can specify what he meant with the parallel_gripper controller.
steering_controllers_library/src/steering_controllers_library.cpp
Outdated
Show resolved
Hide resolved
steering_controllers_library/src/steering_controllers_library.cpp
Outdated
Show resolved
Hide resolved
Thanks for quick review :) , implemented your suggestions. |
joint_trajectory_controller/src/joint_trajectory_controller.cpp
Outdated
Show resolved
Hide resolved
joint_trajectory_controller/src/joint_trajectory_controller.cpp
Outdated
Show resolved
Hide resolved
joint_trajectory_controller/src/joint_trajectory_controller.cpp
Outdated
Show resolved
Hide resolved
...r_controller/include/parallel_gripper_controller/parallel_gripper_action_controller_impl.hpp
Outdated
Show resolved
Hide resolved
steering_controllers_library/src/steering_controllers_library.cpp
Outdated
Show resolved
Hide resolved
steering_controllers_library/src/steering_controllers_library.cpp
Outdated
Show resolved
Hide resolved
steering_controllers_library/src/steering_controllers_library.cpp
Outdated
Show resolved
Hide resolved
steering_controllers_library/src/steering_controllers_library.cpp
Outdated
Show resolved
Hide resolved
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.
@kumar-sanjeeev Great work, just some nitpicks and some critical things but rest looks great
...r_controller/include/parallel_gripper_controller/parallel_gripper_action_controller_impl.hpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Sai Kishor Kothakota <[email protected]>
Co-authored-by: Sai Kishor Kothakota <[email protected]>
Co-authored-by: Sai Kishor Kothakota <[email protected]>
Co-authored-by: Sai Kishor Kothakota <[email protected]>
Co-authored-by: Sai Kishor Kothakota <[email protected]>
Co-authored-by: Sai Kishor Kothakota <[email protected]>
This PR applies the new API changes in the handles of ros2_control in following controllers in same fashion as #1565: