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
This error shows up when emergency stop is pressed. By looking at the readme, the error happens when the buffer is not read before next package arrives. What I am confused is that I have a thread that continuously calls UrDriver->getDataPackage() until the program shuts down. I will expect that the buffer is read by this approach even when the emergency stop is triggered. #59 this issue also mentioned that the buffer needs to be emptied by getDataPackage() call. Am I misunderstanding or missing anything here? Thank you!
The text was updated successfully, but these errors were encountered:
Hitting the EM-Stop should not shut down the RTDE connection. I currently don't have access to a robot to try reproduce this, let me come back to that next week.
Do you have any custom setup of your robot? Any fieldbusses configured, external safety system wired to the robot?
Hi,
This error shows up when emergency stop is pressed. By looking at the readme, the error happens when the buffer is not read before next package arrives. What I am confused is that I have a thread that continuously calls
UrDriver->getDataPackage()
until the program shuts down. I will expect that the buffer is read by this approach even when the emergency stop is triggered. #59 this issue also mentioned that the buffer needs to be emptied bygetDataPackage()
call. Am I misunderstanding or missing anything here? Thank you!The text was updated successfully, but these errors were encountered: