File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,6 @@ namespace rtde = urcl::rtde_interface;
3838
3939namespace ur_robot_driver
4040{
41- static const std::bitset<11 >
42- IN_ERROR_BITSET (1 << urcl::toUnderlying(rtde::UrRtdeSafetyStatusBits::IS_PROTECTIVE_STOPPED) |
43- 1 << urcl::toUnderlying(rtde::UrRtdeSafetyStatusBits::IS_ROBOT_EMERGENCY_STOPPED) |
44- 1 << urcl::toUnderlying(rtde::UrRtdeSafetyStatusBits::IS_EMERGENCY_STOPPED) |
45- 1 << urcl::toUnderlying(rtde::UrRtdeSafetyStatusBits::IS_VIOLATION) |
46- 1 << urcl::toUnderlying(rtde::UrRtdeSafetyStatusBits::IS_FAULT) |
47- 1 << urcl::toUnderlying(rtde::UrRtdeSafetyStatusBits::IS_STOPPED_DUE_TO_SAFETY));
48-
4941hardware_interface::return_type URPositionHardwareInterface::configure (const HardwareInfo& system_info)
5042{
5143 info_ = system_info;
You can’t perform that action at this time.
0 commit comments