Hi,
I wanted to ask for some clarification regarding the esteral-plan dispatcher.
I noticed that for non-durative operators, all actions are being dispatched at the same time, even if the previous action has not finished. Another thing is that there are no edges between action1_END --> action2_START of two consecutive action nodes action1 and action2 but only between the two start nodes action1_Start --> action2_START.
Is there any way to enforce dispatching of actions only when the previous one has finished, even when using non-durative pddl operators?
Thanks in advance!