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 e4a2bf4 commit d173581Copy full SHA for d173581
ur_controllers/src/tool_contact_controller.cpp
@@ -186,10 +186,6 @@ ToolContactController::on_deactivate(const rclcpp_lifecycle::State& /* previous_
186
}
187
if (tool_contact_active_) {
188
tool_contact_active_ = false;
189
- if (!tool_contact_set_state_interface_->get().set_value(TOOL_CONTACT_WAITING_END)) {
190
- RCLCPP_FATAL(get_node()->get_logger(), "Controller failed to update command interface.");
191
- return controller_interface::CallbackReturn::ERROR;
192
- }
193
194
195
return controller_interface::CallbackReturn::SUCCESS;
0 commit comments