We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4eed85 commit 8459c3cCopy full SHA for 8459c3c
include/ur_client_library/rtde/rtde_client.h
@@ -74,7 +74,8 @@ enum class UrRtdeSafetyStatusBits
74
IS_EMERGENCY_STOPPED = 7,
75
IS_VIOLATION = 8,
76
IS_FAULT = 9,
77
- IS_STOPPED_DUE_TO_SAFETY = 10
+ IS_STOPPED_DUE_TO_SAFETY = 10,
78
+ IS_3PE_INPUT_ACTIVE = 11
79
};
80
81
enum class ClientState
0 commit comments