fnivek

Results 2 comments of fnivek
trafficstars

Personally, I prefer the default to be the "ReactiveSequence." Behavior trees are meant to be highly reactive and the "StaticSequence" removes some of that reactivity. I want both in a...

I didn't have pkg-config installed. I resolved this issue with the following: ```bash sudo apt install pkg-config ./autogen.sh ./configure ``` Then it worked like a charm.