You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, survey_planner.py will always try to accomplish all goals in its problem instance, even if the completed-x predicates for some of the goals have been asserted in the problem instance. The desired behavior is to skip over these already-completed goals.
Relevant predicates it should pay attention to are completed-panorama and completed-stereo.
We should also add at least one minimal test problem instance that includes a completed goal and check that the planner successfully returns a plan without the action corresponding to that goal.
The text was updated successfully, but these errors were encountered:
Currently,
survey_planner.py
will always try to accomplish all goals in its problem instance, even if thecompleted-x
predicates for some of the goals have been asserted in the problem instance. The desired behavior is to skip over these already-completed goals.Relevant predicates it should pay attention to are
completed-panorama
andcompleted-stereo
.We should also add at least one minimal test problem instance that includes a completed goal and check that the planner successfully returns a plan without the action corresponding to that goal.
The text was updated successfully, but these errors were encountered: