Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

TrajectoryExecutionManager claims succesful execution while no ControllerManager is installed #624

Open
simonschmeisser opened this issue Nov 18, 2015 · 0 comments

Comments

@simonschmeisser
Copy link
Contributor

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant