Skip to content

Commit b79bc66

Browse files
Remove deprecated call to moveit_cpp_->execute() (#680)
1 parent 984287e commit b79bc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/how_to_guides/parallel_planning/src/parallel_planning_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class Demo
243243
}
244244

245245
// Execute the trajectory and block until it's finished
246-
moveit_cpp_->execute(plan_solution.trajectory, true /* blocking*/, CONTROLLERS);
246+
moveit_cpp_->execute(plan_solution.trajectory, CONTROLLERS);
247247

248248
// Start the next plan
249249
visual_tools_.prompt("Press 'next' in the RvizVisualToolsGui window to continue the demo");

0 commit comments

Comments
 (0)