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 trying to create a connection between the teensy and the microros agent without adding a blocking delay in my code.
For this, I used the micro-ros_reconnection_example code. This one only has a delay due to the rmw_uros_ping_agent() function.
Expected behavior
i would expect the rmw_uros_ping_agent function to cause the set delay as explained here
when the ping_agent function is called for the first time after startup in the WAITING_AGENT there is a blocking delay of about 3 sec. the second time it is the set delay.
Additional information
It is very similar to #506, only there the problem is solved and I am using the latest version of microros.
Hardware en software
Problem description
i am trying to create a connection between the teensy and the microros agent without adding a blocking delay in my code.
For this, I used the micro-ros_reconnection_example code. This one only has a delay due to the rmw_uros_ping_agent() function.
Expected behavior
i would expect the rmw_uros_ping_agent function to cause the set delay as explained here
Actual behavior
when the ping_agent function is called for the first time after startup in the WAITING_AGENT there is a blocking delay of about 3 sec. the second time it is the set delay.
Additional information
It is very similar to #506, only there the problem is solved and I am using the latest version of microros.
main piece of code from the example
The text was updated successfully, but these errors were encountered: