

Go to the source code of this file.
Classes | |
| class | BT::ActionNodeBase |
| The ActionNodeBase is the base class to use to create any kind of action. A particular derived class is free to override executeTick() as needed. More... | |
| class | BT::AsyncActionNode |
| The AsyncActionNode uses a different thread, where the action will be executed. More... | |
| class | BT::CoroActionNode |
| The CoroActionNode class is an a good candidate for asynchronous actions which need to communicate with an external service using an asynch request/reply interface. More... | |
| class | BT::SimpleActionNode |
| The SimpleActionNode provides an easy to use SyncActionNode. The user should simply provide a callback with this signature. More... | |
| class | BT::StatefulActionNode |
| The ActionNode is the prefered way to implement asynchronous Actions. It is actually easier to use correctly, when compared with AsyncAction. More... | |
| class | BT::SyncActionNode |
| The SyncActionNode is an ActionNode that explicitly prevents the status RUNNING and doesn't require an implementation of halt(). More... | |
Namespaces | |
| BT | |