You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new solver online needs to be integrated with the planimation plugin currently in the editor. We need to test if the same issue occurs when using planimation outside of the editor online:
The main change needed is to update the URL for the solver to be by default https (before it didn't have SSL). And, you need to select one of the available installed packages (solvers)
You may need to update the plugin to reflect this change. Ideally the new default solver would be the link above.
I may miss some aspect in terms of how to trigger the call, and how the backend processes the response from the planner. There may be a change needed there too.
Try to planimate. The custom url is pointing to the legacy solver. We need to update to use the new solver instead of the solve plugin.
Expected behaviour
No planimation should appear. Alternatively one can call the solver, generate a plan, download it, upload it to the editor, and then use the planimation plugin using the plan. But, we want to fix this and be able to use the new solver online.
Relevant log output
N/A
The text was updated successfully, but these errors were encountered:
Contact Details
nirlipo@gmail.com
What happened?
The new solver online needs to be integrated with the planimation plugin currently in the editor. We need to test if the same issue occurs when using planimation outside of the editor online:
https://planimation.planning.domains/
This is the info about the new solver:
https://nirlipo.github.io/project/paas/
and the plugin for the solver is here:
https://github.com/AI-Planning/planning-as-a-service-plugin
whereas the one for planimation:
https://github.com/planimation/plugins/tree/master/editor.domains
The main change needed is to update the URL for the solver to be by default https (before it didn't have SSL). And, you need to select one of the available installed packages (solvers)
https://solver.planning.domains:5001/package
and if you want to use one of the packages, then the API to use a solver would be for example:
https://solver.planning.domains:5001/package/dual-bfws-ffparser/solve
You may need to update the plugin to reflect this change. Ideally the new default solver would be the link above.
I may miss some aspect in terms of how to trigger the call, and how the backend processes the response from the planner. There may be a change needed there too.
Session
https://tinyurl.com/yxlt96fp
Reproduce the bug
Try to planimate. The custom url is pointing to the legacy solver. We need to update to use the new solver instead of the solve plugin.
Expected behaviour
No planimation should appear. Alternatively one can call the solver, generate a plan, download it, upload it to the editor, and then use the planimation plugin using the plan. But, we want to fix this and be able to use the new solver online.
Relevant log output
The text was updated successfully, but these errors were encountered: