Skip to content

Commit 714768c

Browse files
committed
Remove leftover merge artifact
1 parent bdeee82 commit 714768c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ur_controllers/src/tool_contact_controller.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ controller_interface::return_type ToolContactController::update(const rclcpp::Ti
267267
logged_once_ = true;
268268
}
269269
double result = tool_contact_result_interface_->get().get_value();
270-
if (!result) {
271-
RCLCPP_FATAL(get_node()->get_logger(), "Controller failed to read result interface, aborting.");
272-
return controller_interface::return_type::ERROR;
273-
}
274270
if (result == 0.0) {
275271
tool_contact_active_ = false;
276272
RCLCPP_INFO(get_node()->get_logger(), "Tool contact finished successfully.");

0 commit comments

Comments
 (0)