You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using zenoh-bridge-ros2dds for connecting my robot and server and communicate between them. I am running zenoh-bridge in router mode in the server and client mode on robot with config allowing all the topics and actions. After the connection is successfully done I am able to give cmd_vel to robot and other topics from server to run the robot and when trying run the action /navigate_to_pose, it throws timeout error, I am using latest version of zenoh-bridge 1.2.1, which has timeout changes for get_result 300ms, also I am providing config from robot side which explicitly defines timeout, stil while running action it throws (5s) timeout. I am unsure of from where it is coming from. I have tried all the version from 0.11.0, 1.0.0, 1.1.0 and 1.1.1, nothing worked for me. Are the action or services are broken still? I am attaching here the config I am using client (robot side) and video of the issue.
I have tried to debug many ways but it is still the same. Through debugging I found one conclusion is when I am using /namespace for while connecting zenoh bridges this issue occurs, in case of no namespace It works find. What might be the root cause of this issue and solution for the same as I will need to use namespace because of I am working with multiple robots at a time.
Describe the bug
I am using zenoh-bridge-ros2dds for connecting my robot and server and communicate between them. I am running zenoh-bridge in router mode in the server and client mode on robot with config allowing all the topics and actions. After the connection is successfully done I am able to give cmd_vel to robot and other topics from server to run the robot and when trying run the action /navigate_to_pose, it throws timeout error, I am using latest version of zenoh-bridge 1.2.1, which has timeout changes for get_result 300ms, also I am providing config from robot side which explicitly defines timeout, stil while running action it throws (5s) timeout. I am unsure of from where it is coming from. I have tried all the version from 0.11.0, 1.0.0, 1.1.0 and 1.1.1, nothing worked for me. Are the action or services are broken still? I am attaching here the config I am using client (robot side) and video of the issue.
client_config.zip
zenoh_bridge_video.zip
To reproduce
System info
Server: Ubuntu'22
ROS2 Humble
Robot(client:) Ubuntu'22
ROS2 Humble
The text was updated successfully, but these errors were encountered: