Skip to content

Action dispatch only when previous action is complete for non-durative actions #280

@mdmdmd987

Description

@mdmdmd987

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions