Stripe handles payments. OpenAI handles language. NavEngine handles navigation.
NavEngine is a drop-in API that gives any robot state-of-the-art autonomous navigation. We abstract away the complex math of Sensor Fusion, Visual SLAM (ORB-SLAM3), and route planning.
This repository contains the NavEngine Core API and a built-in hardware simulator demonstrating our zero-drop GPS failover technology.
You don't need a robot to test NavEngine.
- Clone and run the engine:
git clone [https://github.com/amlitio/nav-engine.git](https://github.com/YOUR_USERNAME/nav-engine.git) cd nav-engine docker-compose up --build