Skip to content

Commit

Permalink
wip debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
LeroyR committed Aug 20, 2024
1 parent 878d291 commit f804613
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,8 @@ void TrajectoryExecutionManager::executeThread(const ExecutionCompleteCallback&
break;
}
}

ROS_ERROR_STREAM_NAMED(LOGNAME, "Completed trajectory execution with part " << i << " of " << trajectories_.size());

// only report that execution finished successfully when the robot actually stopped moving
if (last_execution_status_ == moveit_controller_manager::ExecutionStatus::SUCCEEDED)
Expand Down

0 comments on commit f804613

Please sign in to comment.