jkrumow/TBStateMachine

Rework state switching II

Closed this issue · 1 comments

  • each node knows its path inside the state machine hierarchy when it is added to the hierarchy
  • find LCA from source state's path and destination state's
  • switches to next sub state machine

Ready for testing.