Skip to content

Commit

Permalink
execution cannot be preempted within Task::preempt()
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-yoshi committed Jul 17, 2024
1 parent 2e9a223 commit 3e003fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/moveit/task_constructor/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Task : protected WrapperBase

/// reset, init scene (if not yet done), and init all stages, then start planning
moveit::core::MoveItErrorCode plan(size_t max_solutions = 0);
/// interrupt current planning (or execution)
/// interrupt current planning
void preempt();
/// execute solution, return the result
moveit::core::MoveItErrorCode execute(const SolutionBase& s);
Expand Down

0 comments on commit 3e003fd

Please sign in to comment.