Awesome
my-behavior-tree-project
This project is an example of how to use the BT++ library installed system-wide.
USAGE
- Clone/Download and install the library BT++ system-wide
- Clone/Download this repository
- Compile this project:<br/>
$ cd /path/to/folder/
<br/>$ mkdir ./build
<br/>$ cd build
<br/>$ cmake ..
<br/>$ make
<br/> - run the example<br/>
./mybehaviortreeproject
<br/>