Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.88 KB

README.rst

File metadata and controls

71 lines (49 loc) · 1.88 KB

Zephyr Behaviour Tree - Tutorial

Overview

The Let's Drink tutorial was implemented to promote the ZephyrBT at first Zephyr Zurich meetup on 21 Nov 2024. The application is simpler and the documentation was written to guide in the basics of Behaviour Tree using the Groot2 IDE and demonstrate the flexibility of the technology.

Zephyr meetup Zurich Switzerland November 21-2024

Pre-requirements

Make sure you executed the steps from zephyrbt git hub page.

Building and Running

This application can be built and executed on native_posix_64 as follows:

west build -p -b native_posix_64 samples/subsys/zephyrbt/tutorial -t run

Check the application running on the console.

Lessons

Slides