We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would love to see a wrapped version that lets us do something like this:
$ planutils install nl2ltl $ nl2ltl --input "At some point you need to either submit a paper or give up." --format spot
Formats could be spot or pddl or whatever. Example of the latter would be...
spot
pddl
(:goal <>( (have_image Phenomenon4 thermograph0) && (have_image Star5 thermograph0) && (have_image Phenomenon6 thermograph0))))
...as found in this work.
The text was updated successfully, but these errors were encountered:
francescofuggitti
No branches or pull requests
Would love to see a wrapped version that lets us do something like this:
$ planutils install nl2ltl $ nl2ltl --input "At some point you need to either submit a paper or give up." --format spot
Formats could be
spot
orpddl
or whatever. Example of the latter would be......as found in this work.
The text was updated successfully, but these errors were encountered: