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
Hi, I am trying to write a C++ code to remove a goal representing a pick and place task when the action pick has failed. The robot should then skip the succeeding place action, but continue performing the later tasks in the original plan. I am not sure how this should be done properly, since I have the impression that the planner does not get updated with the changed set of goals.
The text was updated successfully, but these errors were encountered:
CatThePlatewright
changed the title
Knowledge base update for functions, increase/decrease
Knowledge base update to remove one goal after failed action
Jul 27, 2022
Hi, I am trying to write a C++ code to remove a goal representing a pick and place task when the action pick has failed. The robot should then skip the succeeding place action, but continue performing the later tasks in the original plan. I am not sure how this should be done properly, since I have the impression that the planner does not get updated with the changed set of goals.
The text was updated successfully, but these errors were encountered: