Files
StarPilot/selfdrive/navd
Adeeb Shihadeh a8c4347a5f nav: add polyline helpers (#26816)
* nav: add polyline helpers

* Update selfdrive/navd/map_renderer.py
old-commit-hash: d3a3d74830efb33eff6a9f9057a8d552e355bfd7
2022-12-16 21:46:07 -08:00
..
2022-05-30 15:15:51 +02:00
2022-06-03 15:07:04 +02:00
2022-07-27 17:43:06 +02:00
2022-12-14 17:17:25 -08:00

navigation

This directory contains two daemons, navd and map_renderer, which support navigation in the openpilot stack.

navd

navd takes in a route through the NavDestination param and sends out two packets: navRoute and navInstruction. These packets contain the coordinates of the planned route and turn-by-turn instructions.

map renderer

The map renderer listens for the navRoute and publishes a rendered map view over VisionIPC for the navigation model, which lives in selfdrive/modeld/. The rendered maps look like this:

development

Currently, mapbox is used for navigation.