README.md: update directory structure

old-commit-hash: 0edd8201cb
taco
Willem Melching 3 years ago
parent 661655b4cf
commit 9637137858
  1. 10
      README.md

@ -105,23 +105,25 @@ Directory Structure
├── third_party # External libraries ├── third_party # External libraries
├── pyextra # Extra python packages ├── pyextra # Extra python packages
└── system # Generic services └── system # Generic services
├── camerad # Driver to capture images from the camera sensors
├── clocksd # Broadcasts current time
├── hardware # Hardware abstraction classes
├── logcatd # systemd journal as a service ├── logcatd # systemd journal as a service
└── proclogd # Logs information from /proc └── proclogd # Logs information from /proc
└── selfdrive # Code needed to drive the car └── selfdrive # Code needed to drive the car
├── assets # Fonts, images, and sounds for UI ├── assets # Fonts, images, and sounds for UI
├── athena # Allows communication with the app ├── athena # Allows communication with the app
├── boardd # Daemon to talk to the board ├── boardd # Daemon to talk to the board
├── camerad # Driver to capture images from the camera sensors
├── car # Car specific code to read states and control actuators ├── car # Car specific code to read states and control actuators
├── common # Shared C/C++ code for the daemons
├── controls # Planning and controls ├── controls # Planning and controls
├── debug # Tools to help you debug and do car ports ├── debug # Tools to help you debug and do car ports
├── locationd # Precise localization and vehicle parameter estimation ├── locationd # Precise localization and vehicle parameter estimation
├── loggerd # Logger and uploader of car data ├── loggerd # Logger and uploader of car data
├── manager # Deamon that starts/stops all other daemons as needed
├── modeld # Driving and monitoring model runners ├── modeld # Driving and monitoring model runners
├── proclogd # Logs information from proc ├── monitoring # Daemon to determine driver attention
├── sensord # IMU interface code
├── navd # Turn-by-turn navigation ├── navd # Turn-by-turn navigation
├── sensord # IMU interface code
├── test # Unit tests, system tests, and a car simulator ├── test # Unit tests, system tests, and a car simulator
└── ui # The UI └── ui # The UI

Loading…
Cancel
Save