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
I am finding that when a parallel node halts a running child, its post conditions are not applied the way I expected. I have included an example below:
This tree starts and then halts a RunForever action node. The PrintString then prints the value of variable test.
I would have expected the onHalted condition to run and 'halted' to be printed. However, 'post' was printed, indicating the post condition was run. If I remove the post condition, 'start' is printed, indicating onHalted is not being run at all.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi Davide,
I am finding that when a parallel node halts a running child, its post conditions are not applied the way I expected. I have included an example below:
This tree starts and then halts a RunForever action node. The PrintString then prints the value of variable
test
.I would have expected the
onHalted
condition to run and 'halted' to be printed. However, 'post' was printed, indicating thepost
condition was run. If I remove thepost
condition, 'start' is printed, indicatingonHalted
is not being run at all.Thanks for your help!
The text was updated successfully, but these errors were encountered: