Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/northeastern-electric-racing/shepherd-bms

Our from-scratch Battery Management Application
https://github.com/northeastern-electric-racing/shepherd-bms

Last synced: 30 days ago
JSON representation

Our from-scratch Battery Management Application

Awesome Lists containing this project

README

        

# ShepherdBMS
Our from-scratch Battery Management System application

## Setting up Environment
> For initial installation and more info, visit here : https: // nerdocs.atlassian.net/wiki/spaces/NER/pages/524451844/2024+Firmware+Onboarding+Master

Before building any code, initiailze the submodule by running:

```
git submodule update --init
```

After entering the ner-venv but before your first commit, run:

```
pre-commit install
```