-
Hi, I am wondering if it is possible to add a sleep stage or some publisher stage to the task constructor. If it is possible, what is the best way to implement it? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
rhaschke
Dec 5, 2024
Replies: 1 comment 5 replies
-
I guess you intend to pause execution, not planning. This is not possible by design: MTC stages's code is executed during planning only. The resulting trajectory is just passed to MoveIt's execution manager. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
mrceki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you intend to pause execution, not planning. This is not possible by design: MTC stages's code is executed during planning only. The resulting trajectory is just passed to MoveIt's execution manager.
The same probably holds for a publisher stage. (Not sure what you want to publish.)