-
Notifications
You must be signed in to change notification settings - Fork 614
ROS Parameter for service call timeout for ros_control controllers (backport #3419) #3432
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
Conversation
Cherry-pick of 64e934f has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@ashwinsnambiar if you would like to resolve these conflicts for a Humble backport, it would be appreciated. It also doesn't really need a backport, though, so up to you! |
Sorry for getting back late. I have made the necessary changes for the backport. Shall I create a new PR for that? @sea-bass |
Yes -- easiest thing would be to just make a PR that targets this branch with the fixes. Else, a new PR altogether targeting Humble is fine too. |
I have made a new PR #3458 targeting this branch with the fixes. |
* resolve merge conflicts for humble backport * auto-format using clang-format
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 @ashwinsnambiar !
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## humble #3432 +/- ##
==========================================
+ Coverage 50.94% 50.95% +0.01%
==========================================
Files 390 390
Lines 32512 32520 +8
==========================================
+ Hits 16560 16566 +6
- Misses 15952 15954 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Added a new ROS parameter controller_service_call_timeout for the ROS control interface managers, which can be specified in the moveit_controller yaml configuration file. I have tested it out using the https://github.com/moveit/moveit_resources/tree/ros2/dual_arm_panda_moveit_config example moveit configuration by trying out the following values for the parameter in the
moveit_controllers.yaml
:controller_service_call_timeout: 0.00001
: Controllers did not connectcontroller_service_call_timeout: 1.0
: Controllers connected and path planning could be executedCloses issue #3405
Checklist
This is an automatic backport of pull request #3419 done by [Mergify](https://mergify.com).