pruttned / owl-bt

owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
174 stars 28 forks source link

Do this project have a specific licence? #13

Closed charmyoung closed 5 years ago

charmyoung commented 5 years ago

Hi, pruttned! We want to use owl-bt project to generate bt structure and use it in our robotics project. So I wonder if there is a licence for this ? And I have some advice while using it. It is not that convenient to edit the tree when the tree becomes large, as I can not use mouse to drug the tree. Maybe my interaction is wrong. Hope to hear response from u ASAP. Thanks!

Charles.

pruttned commented 5 years ago

Hi, yes. owl-bt is licensed under MIT license - basically 'do what ever you want' license. You need to hold right mouse button to drag the tree.

charmyoung commented 5 years ago

Thanks. I really appreciate your work. BTW, is there any plan for the visualization integration for this project while ticking the tree?

pruttned commented 5 years ago

You mean some sort of debugger? No, currently not.

charmyoung commented 5 years ago

Thx!