Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDeprecation message for SequenceNode and FallbackNode #158
Conversation
|
I am going to have a more "radical" proposal. What if we add a parameter (input port) to Sequence and Fallback) with a boolean "isReactive"? |
|
or the boolean "isLatched"? I think the word "reactive" may not be intuitive for some BT users |
This PR addresses issue #75 . It is not a breaking change as the SequenceNode and FallbackNode are still there. The nodes with memory are named
LatchedSequenceandLatchedFallback(to be consistent withReactiveSequenceandReactiveFallback)