Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 449 Bytes

File metadata and controls

15 lines (14 loc) · 449 Bytes

my-behavior-tree-project

This project is an example of how to use the BT++ library installed system-wide.

USAGE

  1. Clone/Download and install the library BT++ system-wide
  2. Clone/Download this repository
  3. Compile this project:
    $ cd /path/to/folder/
    $ mkdir ./build
    $ cd build
    $ cmake ..
    $ make
  4. run the example
    ./mybehaviortreeproject