-
Notifications
You must be signed in to change notification settings - Fork 23
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
Problem Using Server with VS Code PDDL Extension #177
Comments
cc @jan-dolejsi |
Did you start the planutils server separately on your own machine? |
Yes, I started the planutils server on my machine with the following configuration: Docker:
Bash
I see responses in the Docker terminal like this:
|
Ah, I see. That's using the old solver interface. It should be the planning as a service interface used with planutils |
Oh! I didn't even realize this was outdated, haha. I will give planning as a service a shot. Thank you! |
Hello. This is a wonderful project, but I am struggling to figure out how to integrate the planutils server with the VS Code PDDL extension. In the extension you are allowed to specify a configuration for a planner such as:
I understand that planner endpoints are configured in the manifest.json files that come with every planner such as lama, but I am always getting a 404 from the server when I try to generate a plan using my configuration. Could anyone provide an example of how to use the planutils server with either the VS Code PDDL extension or just a generic client? An example would help me a lot. Thank you!
The text was updated successfully, but these errors were encountered: