Skip to content
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

Make survey_planner.py aware of completed actions #130

Closed
trey0 opened this issue Feb 6, 2024 · 1 comment
Closed

Make survey_planner.py aware of completed actions #130

trey0 opened this issue Feb 6, 2024 · 1 comment
Assignees

Comments

@trey0
Copy link
Contributor

trey0 commented Feb 6, 2024

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.

@trey0
Copy link
Contributor Author

trey0 commented Feb 9, 2024

Closed by #132

@trey0 trey0 closed this as completed Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant