Home /Research /Behavior Trees for decision-making in Autonomous Driving
OTHER

Behavior Trees for decision-making in Autonomous Driving

Magnus Olsson

Year
2016
Citations
22

Abstract

This degree project investigates the suitability of using Behavior Trees (BT) as an architecture for the behavioral layer in autonomous driving. BTs originate from video game development but have received attention in robotics research the past couple of years. This project also includes implementation of a simulated traffic environment using the Unity3D engine, where the use of BTs is evaluated and compared to an implementation using finite-state machines (FSM). After the initial implementation, the simulation along with the control architectures were extended with additional behaviors in four steps. The different versions were evaluated using software maintainability metrics (Cyclomatic complexity and Maintainability index) in order to extrapolate and reason about more complex implementations as would be required in a real autonomous vehicle. It is concluded that as the AI requirements scale and grow more complex, the BTs likely become substantially more maintainable than FSMs and hence may prove a viable alternative for autonomous driving.

Keywords

Layer (electronics)Computer scienceArchitectureAutonomous system (mathematics)Artificial intelligenceHuman–computer interactionSimulationVisual artsArt

Related papers

Browse all OTHER papers