Skip to content

Commit ca6d165

Browse files
committed
Delete repetitive set.
1 parent 57580a1 commit ca6d165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rm_calibration_controllers/src/joint_calibration_controller.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ void JointCalibrationController::update(const ros::Time& time, const ros::Durati
178178
{
179179
if ((std::abs(position_ctrl_.joint_.getPosition()) - target_position_) < position_threshold_)
180180
returned_ = true;
181-
position_ctrl_.setCommand(target_position_);
182181
position_ctrl_.update(time, period);
183182
}
184183
else

0 commit comments

Comments
 (0)