Registry / utility / behaviortree-cpp

behaviortree-cpp

JSON →
library4.9.0vcpkgunverified

Behavior Trees Library in C++.

vcpkg install behaviortree-cpp
INSTALL
IMPORT
SIG · BEHAVIORTREE-CPP
B
behaviortree-cpp
utilitycppv4.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

behaviortree_cpp/bt_factory.h
#include <behaviortree_cpp/bt_factory.h>

Simple behavior tree creation and execution.

#include <behaviortree_cpp/bt_factory.h> int main() { BT::BehaviorTreeFactory factory; auto tree = factory.createTreeFromText("<root main_tree_to_execute = \"MainTree\">\n <BehaviorTree ID=\"MainTree\">\n <Sequence>\n <AlwaysSuccess name=\"Action1\"/>\n </Sequence>\n </BehaviorTree>\n</root>"); tree.tickWhileRunning(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.9.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
OpenAI (training)
1
Resources

No resource links recorded.

behaviortree-cpp — pip install behaviortree-cpp · libregistry