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
Is it possible to modify the domain formulation via the DomainExpertClient? For example, adding a precondition to an action.
Similar to how the problem formulation is modified with the ProblemExpertClient? E.g., problem_expert_->addPredicate(plansys2::Predicate("(robot_at r2d2 wp1)"));
By checking the code, I concluded that this is not possible, but I would like to double-check with you.
Best,
Gustavo.
The text was updated successfully, but these errors were encountered:
Good to know. This is something I would like to work on.
I will investigate the code more, sketch a solution, and post it here before implementing something.
Hello,
Is it possible to modify the domain formulation via the DomainExpertClient? For example, adding a precondition to an action.
Similar to how the problem formulation is modified with the ProblemExpertClient? E.g.,
problem_expert_->addPredicate(plansys2::Predicate("(robot_at r2d2 wp1)"));
By checking the code, I concluded that this is not possible, but I would like to double-check with you.
Best,
Gustavo.
The text was updated successfully, but these errors were encountered: