-
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
Unsolvable Plan [ The goal fact:(visited wp0) ] #257
Comments
However, a proper plan can be generated if I run
and this is the generated
This is case, undock and localize simulated action interface can be completed.
|
Hello Waiyc, I'm not sure what could be the error here - can you post some of the output log? It seems as though the turtlebot exploration script is somehow making the problem unsolvable. My guess would be that although the input problem is fine, after generating waypoints, the actual problem is unsolvable because (a) the "at robot" fact has been removed, or (b) not enough waypoints were generated to match the goal. In any case, a quick solution would be to use simulated_actions.bash, and add a call to the waypoint generation from there - or load a fixed waypoints file if you prefer. Michael |
Hi,
I am currently using turtlebot3 with gazebo to test the ROSplan behavior.
I am trying to add 3 simulated actions [dock, undock and localize] on top of the implemented goto_waypoints action.
So the ideal generated plans in
plan.pddl
should look like:However, I faced this error when I try to run
./turtlebot_explore.bash
:and the error message the generated in the
plan.pddl
:This is the content for
./turtlebot_explore.bash
:This is the content for
./turtlebot_explore_common.bash
:Besides, this is the input
problem.pddl
:and this is the
domain.pddl
:The text was updated successfully, but these errors were encountered: