-
Notifications
You must be signed in to change notification settings - Fork 49
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
qos :2:,10:,:,:,, not found in for topic type rcl_interfaces::srv::dds_::SetParametersAtomically_. Report this. #455
Comments
I had lots of similar issues as in #408 . That's why today I tried again after it was closed 🙂 . Unfortunately the application also does not run fine. |
That's a bummer. Having a minimal reproducible example would greatly help the team debug the issue.
Are you able to elaborate on this further? Is the system caught up waiting for messages (with specific QoS settings), or services or actions? Any details would be helpful. |
That would be for next week! Since the word QoS is involved, we do use quite some transient local topics. |
@Timple sounds good!
Interesting. @YuanYuYuan and @JEnoch are updating the way we handle transient_local topics in #368 so it would be great to rely on your minimal example to evaluate if things improve with that PR. |
So circling back on this. I realise I've not done my homework thusfar to create a minimal example. Mostly because the example probably wouldn't be minimal 🙂 . But just wanted to mention that todays jazzy branch ( ecf21d4 ) didn't resolve the issues mentioned. |
Thanks for following up! Looking forward to running the "minimal example" whenever its ready! |
@Timple in the meanwhile, i'm curious if splitting all your nodes/processes into two or three launch files and launching them one after the other (launch the second file after the first was fully brought up) alleviates the problem? |
Well, today was the day I was going to test your suggestions. But I thought it would be best to try the latest branch first. As I've seen some relevant PR's passing by. And good new, our software stack seems to be running with the latest changes 🥳 . Thank your for all your efforts! I have only verified this on our hardware-in-the-loop-simulator. I will close this issue once verified on the actual hardware! |
Unfortunately take 2 on the HIL failed as well. One of the nodes had a crash: what(): rcl_wait unexpectedly timed out
Would you like me to rephrase the title of this issue or to create a new ticket for this one? As the cause (high load / number of nodes) is likely the same but the error is clearly different. |
I'm getting a lot of the following:
So I'm reporting it as requested.
It's a large number of nodes and topics which I am launching at once.
How to best debug this?
I'm running
rmw_zenoh
from source (latest jazzy branch).The text was updated successfully, but these errors were encountered: