-
Notifications
You must be signed in to change notification settings - Fork 158
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
Add Contingent-FF planner node #256
base: master
Are you sure you want to change the base?
Add Contingent-FF planner node #256
Conversation
…OPF format, so it could be read by PDDLSimplePlanParser.
… convertPlanToPopfFormat().
…nnerInterface to PopfPlannerInterface.
… previously modification. And add a missed extra space in the POPF action.
…me files as tabs are used.
…me files as tabs are used.
when I try to generate a contingent plan using contingent-ff the problem occurs only if the domain file contains a "fluents" keyword. /home/bilal/rosplan_catkin_ws/src/rosplan/rosplan_planning_system/test/pddl/turtlebot/domain.pddl: syntax error in line 3, ':FLUENTS': ERROR: service [/rosplan_planner_interface/planning_server] responded with an error: also the same for DURATIVE-ACTIONS syntax error in line 3, ':DURATIVE-ACTIONS': |
@bilal9876 Did you try to execute your plan using directly Contingent-FF binary? For your explanation it seems a kind of planner issue but not node one, do you agree? |
yes for sure. I execute the compiled version of contingent-ff from the bin directory directly using command prompt and it is generated plan successfully if the domain file does not contain keywords like durative-action or fluents. |
OK, thanks your clarification. So, this is an issue of the Contingent-FF planner itself. |
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.