Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duration and instant action handling in KB and plan parser #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

m312z
Copy link
Contributor

@m312z m312z commented Apr 7, 2021

This PR includes an update to the KB to store and provide durative action duration inequalities, as well as a flag to note whether an action is an instant action. The PR will also include updates to the esterel plan parser to check this flag and not include vestigial action end nodes for instant actions.

@m312z
Copy link
Contributor Author

m312z commented Apr 7, 2021

I'll also go through these files to do a tab to space conversion...

@m312z m312z changed the title Added duration parsing to operator details in knowledge base Duration and instant action handling in KB and plan parser Apr 7, 2021
@m312z m312z added this to In progress in ROSPlan General Upgrades Apr 8, 2021
@m312z
Copy link
Contributor Author

m312z commented Oct 18, 2021

Currently only parses the duration inequalities and sets instant action flag.

@m312z m312z marked this pull request as ready for review October 18, 2021 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Action dispatch only when previous action is complete for non-durative actions
1 participant