Skip to content

Commit 2b46088

Browse files
committed
forward command interface to state interface
1 parent 7bc8df1 commit 2b46088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ur_robot_driver/src/hardware_interface.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,8 @@ void URPositionHardwareInterface::check_tool_contact_controller()
952952
// TOOL_CONTACT_FAILURE_END
953953
tool_contact_state_ = 7.0;
954954
}
955+
} else {
956+
tool_contact_state_ = cmd_state;
955957
}
956958
}
957959
}

0 commit comments

Comments
 (0)