Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This is a PR for moveit#2811
  • Loading branch information
werner291 committed Sep 14, 2021
1 parent a55b642 commit a560783
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -129,7 +129,7 @@ bool ompl_interface::ConstrainedGoalSampler::sampleUsingConstraintSampler(const
verbose);
constraint_sampler_->setGroupStateValidityCallback(gsvcf);

if (constraint_sampler_->project(work_state_, planning_context_->getMaximumStateSamplingAttempts()))
if (constraint_sampler_->sample(work_state_, planning_context_->getMaximumStateSamplingAttempts()))
{
work_state_.update();
if (kinematic_constraint_set_->decide(work_state_, verbose).satisfied)
Expand Down

0 comments on commit a560783

Please sign in to comment.