@@ -12,13 +12,6 @@ This library is intendend to expand the [behaviortree](https://github.com/Behavi
This is acomplished with the definition of the new class **IriBehaviorTreeFactory**. This class just implements the *registerIriAsyncAction* function to register any *IriAsyncActionNode* in the same way a *SimpleActionNode* would be registered using *registerSimpleAction*.
* It also provides a set of basic BehaviorTree nodes (BT nodes) and the function to register them.
This is acomplished with the definition of a new class **IriBehaviorTreeBasicNodes** that implements this basic BT nodes and provides a function called *init* to register these BT nodes.
The basic nodes provided are:
***NOP:** Action that always return running.
On the following image a general overview of the inheritance is shown:
<imgsrc="doc/images/general_overview.png"alt="Image: General overview">