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

[pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists #79

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

Naoki-Hiraoka
Copy link
Contributor

@Naoki-Hiraoka Naoki-Hiraoka commented Jun 19, 2020

Currently, eus-pddl.l supports only

(forall (?OBJ - object) ...)
(exists (?OBJ - object) ...)

Because of this, some demos do not work properly.


:precondition '((exists (?base - object ?spot - spot)

This PR makes eus-pddl.l support the followings

(forall (?OBJ1 ?OBJ2 ... - object ...) ...)
(forall (?OBJ1 - object ?OBJ2 - object ...) ...)
(exists (?OBJ1 ?OBJ2 ... - object ...) ...)
(exists (?OBJ1 - object ?OBJ2 - object ...) ...) 

@k-okada k-okada merged commit 7ca3e3b into jsk-ros-pkg:master Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants