Diego ER
Diego ER
While working with KB, I have a conceptual doubt. There is domain file that defines 'place', 'bin' and other types but not 'robot', and this file is loaded by the...
Although it is written that ff_planner_interface works with Contingent-FF, it is not working well. The problem is that it returns that the plan is unsolvable when it is solvable. After...
Hi, I have added an instance to the KB, for example "it1" of type "item". Later I need to get the type ("item") of an instance("it1") from the KB, would...
Now that I am moving my code from using old ROSPlan version to the latest one, I have realized about this issue. The "makeInitialState()" method of "PDDLProblemGenerator" writes parameters of...
It is possible to a set same goal in the KB in some situation, but it should not be as they should be unique. In this case it works well:...
Existing FF planner node is not working with Contingent-FF, reason is explained in #254 and #255 issues. This pull request fixes these issues by creating an specific node for Contingent-FF.
I would like to define a goal using 'forall', see below. I have created domain and problem PDDL files to be used with Contingent-FF planner, and it solves the problem...
I am using the FF planner with some PDDL files and it solves the plan, see below the output: ``` ff: found legal plan as follows step 0: MOVE_TO_PLACE B1...