Skip to content

Commit

Permalink
Update joint_position_controller.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Dec 5, 2023
1 parent 70accd9 commit be0680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joint_position_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ controller_interface::CallbackReturn JointPositionController::on_activate(const
state_indices[iface_name].push_back(get_state_idx(joint_name, iface_name));
}
}
has_feedback = has_setpoint = false;
has_setpoint = false;
return CallbackReturn::SUCCESS;
}

Expand Down

0 comments on commit be0680d

Please sign in to comment.