Skip to content

Commit

Permalink
Remove superflous cmd interface write
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Oct 16, 2024
1 parent 0e91444 commit 6f77e23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ur_controllers/src/force_mode_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ controller_interface::return_type ur_controllers::ForceModeController::update(co
bool ForceModeController::setForceMode(const ur_msgs::srv::SetForceMode::Request::SharedPtr req,
ur_msgs::srv::SetForceMode::Response::SharedPtr resp)
{
// reset success flag
command_interfaces_[CommandInterfaces::FORCE_MODE_ASYNC_SUCCESS].set_value(ASYNC_WAITING);

ForceModeParameters force_mode_parameters;

// transform task frame into base
Expand Down

0 comments on commit 6f77e23

Please sign in to comment.