Tutorials Overview#
The following tutorials provide a hands-on guide to help you get started with Kompass navigation framework. These tutorials are designed to walk you through real-world examples that showcase core features like event-driven control, image-based tracking, and more.
Whether youβre just getting started or looking to build more advanced robotic behavior, these examples provide a strong foundation.
Using Events/Actions in Your Application#
Discover how Kompass handles dynamic decision-making using its event driven system. This tutorial explains how to define event-action pairs. We we will extend our previous system (Point Navigation) by adding a clicked point event and a Planner action.
Following a Moving Target using RGB Image#
Implement a visual servoing pipeline to follow a moving target using an RGB camera. Youβll learn how to integrate vision-based tracking into your navigation logic.
Following a Moving Target using Depth#
Extend the previous example using depth sensing to gain more robust tracking.
Dive Deeper Into Components Configuration Options#
Want full control over how you define your components? Check out the Component Configuration Guide to see how to set things up using Python, YAML, TOML, or JSON β your config, your rules.