Closed dan-blank closed 5 months ago
since i just had to pick up an old thing of mine and ran into the same thing, there's some breakage in how the options are handled in newer versions of fd, i tried a few versions back and at least the 2019 version of fd works fine.
sorry for the late answer! Glad to hear :)
Closing this issue: Not tried out the suggested solution, but I am fairly sure it works.
When I run
FastDownward/Examples/Gripper.hs
, I getCouldn't find a plan!
which is unexpected to me since in https://blog.ocharles.org.uk/posts/2018-12-25-fast-downward.html a plan is found.downward
is on my PATH.Using WSL2 on Windows 11.
Steps:
$ mkdir proj
$ cd proj
$ cabal init -p proj
build-depends: base ^>=4.12.0.0, fast-downward >= 0.2.2.0
app/Main.hs
with the content ofFastDownward/Examples/Gripper.hs
from this repo, replacing the module line withmodule Main where
$ cabal run
Edit: Printing the result told me that there seems to be input error:
Couldn't find a plan!InputError
Assuming that solving the example problem should give a plan, how would I go about debugging this issue?