-
Notifications
You must be signed in to change notification settings - Fork 405
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
Dashboard Service disconnects randomly #614
Comments
Hi, thanks for reporting this. This seems like it could be hard to reproduce, but since you have a working commit version we can at least skim the source code changes since then. However, changes causing this (if it is a regression) could also come from the |
By running it more, we have noticed that even with commit commit c09807d, we still run into this issue. However, it happens much less frequent. It might be that we are using low-lantency kernel instead of real time and adding a new port 50004 added more traffic and made this more frequent? |
If you're using a lowlatency kernel, you might be interested in #615. |
I've followed the update guide added the missing part but this issue remained. I will try to setup RT machine and test it out. |
We've also experienced this issue with the same setup.
|
Interesting enough is that the error can be solved by running a dashboard service call "connect". Meaning that what actually happens is that the driver disconnects somehow, nothing more. I was expecting it to be some other issue. This normally happens when we switch between freedrive (urscript) and remote control. As for now, we will add a workaround to automatically run the connect service call when it disconnects. |
I've face this issue, the node disconnect itself after any service call fail and in my case it fails really often to load/play programs. So, what i do, is to manage that exception/faill and call dashboard connect and retry. |
Summary
The robot runs normally and suddenly the dashboard service get disconnected. The ur driver topics are still working.
Versions
Impact
Stability.
Issue details
The robot was running properly and suddenly reports the error below and dashboard services are down.
At the same time, we could still get topics published from ur driver such as
/joint_states
and/ur_hardware_interface/robot_mode
.Robot status seems normal by checking on the teach pendant.
The issue goes away by restarting the driver.
Project status at point of discovered
This issue has been occurring randomly at around 1/day cadence.
We discovered this right after merging with current master and it did not occur when we were running on commit c09807d.
The text was updated successfully, but these errors were encountered: