Skip to content

Commit 9009d8b

Browse files
committed
Removed unused variable
1 parent 0ebaf33 commit 9009d8b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ur_robot_driver/src/hardware_interface.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ namespace rtde = urcl::rtde_interface;
3838

3939
namespace 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-
4941
hardware_interface::return_type URPositionHardwareInterface::configure(const HardwareInfo& system_info)
5042
{
5143
info_ = system_info;

0 commit comments

Comments
 (0)