Preview Mode Links will not work in preview mode

ROS Developers Podcast


Dec 10, 2018

Hi ROS Developers and welcome to the ROS Developers Podcast: the program, the podcast that gives you insights from the experts about how to program your robots with ROS.

I'm Ricardo Tellez, from The Construct.
Today, I would like to dedicate the program to all the ROS Developers that thought that a state machine would do the work, but once implemented, they do not work for a specific case, so we have to add a specific condition for that case, but then another special case appears, and we provide another special solution, in an endless loop.

Anyway, today we are going to learn about what are behavior trees, why are they better than state machines and how can we use them inside ROS All those questions and many more will be answered by Davide Faconti, the creator of the BehaviorTree.CPP set of libraries