Skip to content

Commit 3b27be0

Browse files
committed
Remove succesful result as well
1 parent 0f92d5f commit 3b27be0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ur_controllers/src/tool_contact_controller.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ controller_interface::return_type ToolContactController::update(const rclcpp::Ti
302302
write_success &= tool_contact_set_state_interface_->get().set_value(TOOL_CONTACT_WAITING_END);
303303
if (active_goal) {
304304
auto result = std::make_shared<ur_msgs::action::ToolContact::Result>();
305-
result->result = ur_msgs::action::ToolContact::Result::TOOL_CONTACT_TRIGGERED;
306305
active_goal->setSucceeded(result);
307306
should_reset_goal = true;
308307
}

0 commit comments

Comments
 (0)