-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug] "long" actions still not returning result #367
Comments
In your 2 outputs, the issue is clearly a timeout on a query: Now, the timeout you get is the consequence of 2 things:
In my opinion ROS should not directly call the Anyway, as you can see in the configuration file, you have the possibility to configure the timeout value for each service/action calls. With fibonacci action which takes 10 seconds, such configuration works: // ...
queries_timeout: {
actions: {
get_result: ["fibonacci=12.0"],
}
}
// ... If you want to apply a 1 hour timeout for all actions, you can use such configuration: // ...
queries_timeout: {
actions: {
get_result: [".*=3600.0"],
}
}
// ... Now the question of what shall be the default timeout value remains. I will discuss this in #369. |
fix_210
branch did not fix issue #210: "long" actions still not returning result
Thank you for the quick response. I traced the issue to #210 because of their common output ( Thank you very much for your fine work, it is greatly appreciated. Happy holidays to everyone. |
Describe the bug
See #210. From my investigation I think this may be related to eclipse-zenoh/zenoh#1409 and ros2/rmw_zenoh#173.
To reproduce
zenoh_bridge_ros2dds
routers in two different machines.and the second:
zenoh_bridge_ros2dds
on branchfix_210
zenoh_bridge_ros2dds
on branchrelease/1.1.0
System info
Ubuntu 22.04
humble
fix_210
(9fe9b507e0c937943af3a8c5929f4558ddfa8b4d
)release/1.1.0
(2aa5b54f0fff9a6c6b027a68d535d64131cf1513
)The text was updated successfully, but these errors were encountered: