# Kompass **Robust, event-driven navigation stacks for autonomous mobile robots.**
Built to be customizable, extendable, and hardware-agnostic. Create sophisticated navigation capabilities within a single Python script with blazzingly fast performance.
[Get Started](tutorials/quick_start.md) • [Why Kompass?](./why.md) • [View on GitHub](https://github.com/automatika-robotics/kompass) - Hardware-Agnostic GPU Acceleration - Kompass includes **highly optimized, GPU powered, versions of the most cutting edge navigation algorithms** in C++ that make full use of available hardware resources. It supports multi-threaded execution on CPUs and can run on ANY GPU (Nvidia, AMD, etc.) without vendor lock-in, making it suitable for both development and deployment across diverse hardware setups. - Universal Recipes (Apps) - Kompass provides an **intuitive Python API** making it straightforward to create and deploy sophisticated navigation capabilities within a **single Python script**, to run across different robots without sacrificing performance or flexibility. - Event-Driven Architecture - Built on top of [Sugarcoat](https://automatika-robotics.github.io/sugarcoat/), Kompass components are adaptive and resilient. The system can dynamically reconfigure itself and perform custom actions based on environmental changes or internal status events. ## Explore Kompass ::::{grid} 1 2 3 3 :gutter: 2 :::{grid-item-card} {material-regular}`download;1.2em;sd-text-primary` Installation :link: install :link-type: doc :class-card: sugar-card Install Kompass on your system ::: :::{grid-item-card} {material-regular}`rocket_launch;1.2em;sd-text-primary` Quick Start :link: tutorials/quick_start :link-type: doc :class-card: sugar-card Get your robot moving in minutes ::: :::{grid-item-card} {material-regular}`lightbulb;1.2em;sd-text-primary` Motivation :link: why :link-type: doc :class-card: sugar-card Why we built Kompass ::: :::{grid-item-card} {material-regular}`menu_book;1.2em;sd-text-primary` Tutorials :link: tutorials/index :link-type: doc :class-card: sugar-card Learn how to create custom navigation capabilities ::: :::{grid-item-card} {material-regular}`bolt;1.2em;sd-text-primary` Benchmarks :link: advanced/benchmark :link-type: doc :class-card: sugar-card See performance across hardware (CPUs & GPUs) ::: :::{grid-item-card} {material-regular}`desktop_windows;1.2em;sd-text-primary` Web UI :link: https://sugarcoat.automatikarobotics.com/features/web_ui.html :class-card: sugar-card Explore the Zero-Code Dynamic Web UI ::: :::{grid-item-card} {material-regular}`power;1.2em;sd-text-primary` Universal Robot Plugins :link: https://sugarcoat.automatikarobotics.com/features/robot_plugins.html :class-card: sugar-card Port automation recipes across different hardware ::: :::{grid-item-card} {material-regular}`extension;1.2em;sd-text-primary` Design Concepts :link: advanced/design :link-type: doc :class-card: sugar-card Explore the core design concepts ::: :::{grid-item-card} {material-regular}`smart_toy;1.2em;sd-text-primary` AI-Assisted Coding :link: llms.txt :link-type: url Get the `llms.txt` for your coding-agent and let it write the recipes ::: :::: ## Architecture Kompass has a Modular Event-Driven Architecture. It is divided into several interacting components each responsible for one of the navigation subtasks. Learn more on Kompass [design concepts](advanced/design.md) ::::{tab-set} :::{tab-item} Event-Driven Design :sync: events