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
Is it possible to execute a task solution with MoveItCpp ?
I am trying to end up with a robot_trajectory::RobotTrajectoryPtr that can be used as input to the execute member function of moveitcpp.
Thank you
The text was updated successfully, but these errors were encountered:
MTC's solutions are richer than those accepted by the default MoveIt execution framework, particularly planning scene changes are performed in addition to the actual robot trajectories. As the MTC code was written before MoveItCpp, direct support is not yet available. However, a PR implementing this is highly welcome. I suggest a call like Task::execute(MoveItCpp& m, const Solution&). Have a look into ExecuteTaskSolutionCapability::goalCallback for the necessary code.
Hello,
Is it possible to execute a task solution with MoveItCpp ?
I am trying to end up with a robot_trajectory::RobotTrajectoryPtr that can be used as input to the execute member function of moveitcpp.
Thank you
The text was updated successfully, but these errors were encountered: