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
Hello, as in previous request, we are also trying to programmatically recover the robot when a safe stop happens.
We have seen that in dsr_hw_interface.cpp in OnMonitoringStateCB(const ROBOT_STATE eState) when the robot goes into Safe Stop, it actually throws the exception "cannot signal semaphore: count would exceed maximum", resulting in the robot to turn off and requiring manual restart.
We fixed it commenting the set_robot_control command makes the exception to go away.
Why is it happening in the first place? Is it safe to comment out that line? Thanks
Hello, as in previous request, we are also trying to programmatically recover the robot when a safe stop happens.
We have seen that in
dsr_hw_interface.cpp
inOnMonitoringStateCB(const ROBOT_STATE eState)
when the robot goes into Safe Stop, it actually throws the exception "cannot signal semaphore: count would exceed maximum", resulting in the robot to turn off and requiring manual restart.We fixed it commenting the
set_robot_control
command makes the exception to go away.Why is it happening in the first place? Is it safe to comment out that line? Thanks
The text was updated successfully, but these errors were encountered: