We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f92d5f commit 3b27be0Copy full SHA for 3b27be0
ur_controllers/src/tool_contact_controller.cpp
@@ -302,7 +302,6 @@ controller_interface::return_type ToolContactController::update(const rclcpp::Ti
302
write_success &= tool_contact_set_state_interface_->get().set_value(TOOL_CONTACT_WAITING_END);
303
if (active_goal) {
304
auto result = std::make_shared<ur_msgs::action::ToolContact::Result>();
305
- result->result = ur_msgs::action::ToolContact::Result::TOOL_CONTACT_TRIGGERED;
306
active_goal->setSucceeded(result);
307
should_reset_goal = true;
308
}
0 commit comments