Skip to content

Commit

Permalink
nullspace exploration: reset sliders to zero before hiding (moveit#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke authored Jun 26, 2024
1 parent 13b51fe commit f89187b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,10 @@ void MotionPlanningFrameJointsWidget::updateNullspaceSliders()

// hide remaining sliders
for (; i < ns_sliders_.size(); ++i)
{
ns_sliders_[i]->setValue(0);
ns_sliders_[i]->hide();
}
}

QSlider* MotionPlanningFrameJointsWidget::createNSSlider(int i)
Expand Down

0 comments on commit f89187b

Please sign in to comment.