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
Once again many thanks for this library and excellent tutorials!
I have noticed that in the example 5 (the one with door crossing) the unlocking is not implemented (I think it makes for a very good homework, could be useful to note it in the tutorial itself).
Hi Davide!
Once again many thanks for this library and excellent tutorials!
I have noticed that in the example 5 (the one with door crossing) the unlocking is not implemented (I think it makes for a very good homework, could be useful to note it in the tutorial itself).
In this line: https://github.com/BehaviorTree/BehaviorTree.CPP/blob/master/sample_nodes/crossdoor_nodes.cpp#L48 for opening the door we have:
But should the condition be
if (!_door_locked)
? We should only be able to open it if it was previously unlocked.The text was updated successfully, but these errors were encountered: