You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
I was trying to setup a minimal system and missed adding moveit-plugins. The following code would however still claim successful execution (status == moveit_controller_manager::ExecutionStatus::SUCCEEDED)
trajectory_execution_manager_->push(plan.trajectory_);
trajectory_execution_manager_->execute();
moveit_controller_manager::ExecutionStatus status = trajectory_execution_manager_->waitForExecution();
It appears I should check the return value of push (would have been false), but still I would expect it to fail later on as well?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying to setup a minimal system and missed adding moveit-plugins. The following code would however still claim successful execution (status == moveit_controller_manager::ExecutionStatus::SUCCEEDED)
It appears I should check the return value of push (would have been false), but still I would expect it to fail later on as well?
The text was updated successfully, but these errors were encountered: