Trying to run the demo (turtlebot_explore.bash) as per the installation guide and ~75% of the time ROSPlan fails to completely generate the problem.pddl file. It usually halts somewhere inside PDDLProblemGenerator::makeHeader() or PDDLProblemGenerator::makeInitialState(), during what looks to be either making domain_name_service or domain_predicate_service calls.
The problem.pddl file usually ends up partially constructed, like so (though sometimes doesn't even include the objects):
Hi there,
Trying to run the demo (
turtlebot_explore.bash
) as per the installation guide and ~75% of the time ROSPlan fails to completely generate the problem.pddl file. It usually halts somewhere insidePDDLProblemGenerator::makeHeader()
orPDDLProblemGenerator::makeInitialState()
, during what looks to be either makingdomain_name_service
ordomain_predicate_service
calls.The problem.pddl file usually ends up partially constructed, like so (though sometimes doesn't even include the objects):
Terminal outputs (this is where it hangs):
Any ideas for what's going on here? Much appreciated!
Kyle