Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 853 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 853 Bytes

electric-vehicle-controller

willjschmitt

AC Induction Motor Controller for an Electric Vehicle

Work In Progress

DQ Control for AC induction motors in electric vehicle applications. Configurable control ratings based on ratings and limits of components and electrical properties of motor.

Getting started

This project is still a work in progress, so instructions are limited to development efforts for the time being.

The project uses Bazel for building and testing, with GoogleTest for a testing framework.

With Bazel installed on a build environment supporting C++ compilation, tests can be run:

bazel test //...