From 33990ddf5b4c01960c34546cf51a321358967c9d Mon Sep 17 00:00:00 2001 From: ATATC Date: Thu, 8 Feb 2024 13:27:51 -0500 Subject: [PATCH] Docs: added badges. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02ac0dd0..332c988a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ logo +![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ProjectNeura/LEADS)![PyPI - Downloads](https://img.shields.io/pypi/dm/leads)![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/ProjectNeura/LEADS) + 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.