-
Notifications
You must be signed in to change notification settings - Fork 45
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
Sync past tokio bump and drop thread restriction #134
Conversation
Signed-off-by: Yadunund <[email protected]>
In my tests with Iron + rmw_zenoh_cpp the Navigation + Turtlebot3 example was failing (RViz not displaying the map). I think the Zenoh fixes eclipse-zenoh/zenoh#853 and eclipse-zenoh/zenoh#861 played a role in this. However, I still get failures with the Open-RMF Office World, with those repetitive logs:
I'm investigating... |
I can also reproduce the same results as you @JEnoch... |
Bump zenoh-c to eclipse-zenoh/zenoh-c#307 , fixing issues with Tokio runtime
@JEnoch i'm still unable to repeatably launch the
![]() Will continue testing... |
615dcbf
to
59ffcdd
Compare
* updated zenoh-c to latest commit * updated zenoh-c commit comment * Updated comment in cmake
The issues have been resolved by #164. Going ahead and merging this PR. |
Undo thread limits imposed by #95 by syncing to
zenoh
version withtokio
async runtime.To be tested.