-
Notifications
You must be signed in to change notification settings - Fork 431
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
Use new handles API in ros2_controllers to fix deprecation warnings #1566
Conversation
christophfroehlich
left a comment
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 ? |
saikishor
left a comment
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 |
...r_controller/include/parallel_gripper_controller/parallel_gripper_action_controller_impl.hpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
tricycle_steering_controller/src/tricycle_steering_controller.cpp
Outdated
Show resolved
Hide resolved
saikishor
left a comment
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.
LGTM
76c07f9
into
ros-controls:master
|
@christophfroehlich, @saikishor, thank you both for reviewing this PR, and 🙌 @christophfroehlich for taking care code review suggestions from @saikishor. |
Thanks to you for all the efforts @kumar-sanjeeev :) |
…1566) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> Co-authored-by: ska <sanjeev.kumar@ipa.fraunhofer.de> Co-authored-by: Christoph Froehlich <christoph.froehlich@ait.ac.at> Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com> (cherry picked from commit 76c07f9) # Conflicts: # forward_command_controller/src/forward_controllers_base.cpp # joint_trajectory_controller/src/joint_trajectory_controller.cpp # parallel_gripper_controller/include/parallel_gripper_controller/parallel_gripper_action_controller_impl.hpp # pid_controller/test/test_pid_controller.cpp # pid_controller/test/test_pid_controller_dual_interface.cpp # steering_controllers_library/src/steering_controllers_library.cpp # steering_controllers_library/test/test_steering_controllers_library.cpp
…1566) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> Co-authored-by: ska <sanjeev.kumar@ipa.fraunhofer.de> Co-authored-by: Christoph Froehlich <christoph.froehlich@ait.ac.at> Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
…1566) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> Co-authored-by: ska <sanjeev.kumar@ipa.fraunhofer.de> Co-authored-by: Christoph Froehlich <christoph.froehlich@ait.ac.at> Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
…1566) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> Co-authored-by: ska <sanjeev.kumar@ipa.fraunhofer.de> Co-authored-by: Christoph Froehlich <christoph.froehlich@ait.ac.at> Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
…1566) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> Co-authored-by: ska <sanjeev.kumar@ipa.fraunhofer.de> Co-authored-by: Christoph Froehlich <christoph.froehlich@ait.ac.at> Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
…1566) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> Co-authored-by: ska <sanjeev.kumar@ipa.fraunhofer.de> Co-authored-by: Christoph Froehlich <christoph.froehlich@ait.ac.at> Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
This PR applies the new API changes in the handles of ros2_control in following controllers in same fashion as #1565: