SendGoal Action not allowing other nodes to tick and unable to halt properly #797
Answered
by
LihanChen2004
LihanChen2004
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
LihanChen2004
Mar 30, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
facontidavide
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I solved the problem myself. By replacing
AsyncSequencewithReactiveSequence, other nodes will continue to be ticked even if one node returnsRUNNING. By replacingIfThenElsewithWhileDoElse, the currently executing node will be interrupted if the condition of the if changes. I have a further understanding of the word "reactive".