Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Feb 8, 2024
1 parent 4c01c5f commit ab9d0f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

<img src="https://projectneura.org/img/logo.png" alt="logo" style="zoom:25%;" />

LEADS is a lightweight embedded assisted driving system. It is designed to simplify the development of the instrumentation system for electric vehicles. It is written in well-organized Python and C/C++ with impressive performance. It is not only plug-and-play ([VeC Project](https://www.villanovacollege.org/giving/vec-project)) but also fully customizable. It provides multiple abstract layers that allow users to pull out the components and rearrange them into a new project. You can either configure the existing executable module `leads_vec` and `leads_vec_rc` simply through a JSON file or write your own codes based on the framework as easily as building a LEGO.

LEADS only supports two drive-wheel configurations: single rear wheel (SRW) mode and dual rear wheel (DRW) mode.

This project aims to implement the following features:
## Key Features

- [x] A basic instrumentation system
- [x] A basic communication system
Expand All @@ -20,6 +22,8 @@ This project aims to implement the following features:
- [ ] EBI (Emergency Braking Intervention)
- [ ] ATBS (Automatic Trail Braking System)

## To High School Students


The codes are never designed for average high school students to understand. You may find it hard to read the codes if you do not satisfy the following requirements of skills and knowledge.

Expand Down

0 comments on commit ab9d0f9

Please sign in to comment.