Skip to content

Commit 8459c3c

Browse files
authored
Add enum value for 3PE input active to UrRtdeSafetyStatusBits (#401)
1 parent d4eed85 commit 8459c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/ur_client_library/rtde/rtde_client.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ enum class UrRtdeSafetyStatusBits
7474
IS_EMERGENCY_STOPPED = 7,
7575
IS_VIOLATION = 8,
7676
IS_FAULT = 9,
77-
IS_STOPPED_DUE_TO_SAFETY = 10
77+
IS_STOPPED_DUE_TO_SAFETY = 10,
78+
IS_3PE_INPUT_ACTIVE = 11
7879
};
7980

8081
enum class ClientState

0 commit comments

Comments
 (0)