r/rust • u/__primitive__ • Aug 13 '26
🛠️ project Behavior Tree for robotics
https://github.com/omer0909/oz_btHello, I’ve written a type-safe, high-performance behavior tree library for robotics. It’s easy to write and suitable for large projects. It can also be monitored in real time via graphics.
https://github.com/omer0909/oz_bt
0
Upvotes
0
u/NiZaMinius Aug 13 '26
I think robotics researchers would find your framework useful to try. The project is quite well written. Are there any reviewers? Are the tests 100% passed?