Skip to content

Latest commit

 

History

85 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCU Core

This is a purely C++ library that will be used not only be our VCU, but by our transient sim. That way, we can test VCU software on a model of the car with rapid iteration.

Block Diagram

The functionality is organized into functional blocks, kind of like a Matlab Simulink model. Blocks must not reference other blocks; all info that enters and exits a block must go through the designated inputs and outputs. This allows us to test blocks independently and facilitates collaboration.

(block diagram goes here)

About

Core functionality of the Vehicle Control Unit for our 2024 racecar. This is a pure C++ project without any drivers or interfaces. The reasoning for this is so it can be imported and used by the actual VCU firmware as well as the vehicle simulation.

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages