ROSPlan
ROSPlan copied to clipboard
The ROSPlan framework provides a generic method for task planning in a ROS system.
Hi, I am trying to write a C++ code to remove a goal representing a pick and place task when the action pick has failed. The robot should then skip...
One error exists when checking the action_completed using the action feedback status. In the case of the current version, esterel_plan_dispatcher can not realize the ACTION_FAILED.
Noetic devel
changes for ROSPlan to run in noetic
Hello, I am currently working on the Contingent-FF planner with ROSPlan framework. The rosplan_demo package contains the sample contingent planning domain and problem files (d.pddl and p.pddl). When I use...
This PR includes an update to the KB to store and provide durative action duration inequalities, as well as a flag to note whether an action is an instant action....
Hello, My goal is to develop a plan to run a simulation of a manipulator in Coppeliasim. On this basis, I am following the tutorial_10. As you can see on...
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...
Hi I have a question. When I am creating the domain, if I use :action, when the plan is being executed, it doesn't wait for the end of the action...
Hi, I am new to ROSPlan. Can ROSPlan be used to control multirobot? If yes, could you share me links to some examples? Thanks a lot.
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...