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

Show warning for unused action parameters #114

Open
jan-dolejsi opened this issue Jan 25, 2022 · 0 comments
Open

Show warning for unused action parameters #114

jan-dolejsi opened this issue Jan 25, 2022 · 0 comments

Comments

@jan-dolejsi
Copy link
Owner

Example:

(:action transport
:parameters (?b - box ?t - truck)
:condition (not (loaded ?b))
:effect (loaded ?b)
)

The existence of the ?t parameter will make the planner ground another useless dimension of the action. The plan will then contain an arbitrary track.

When it happens, it is likely unintended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant