Northeastern-Electric-Racing / Cerberus

Our FreeRTOS-based vehicle control application
1 stars 0 forks source link

[Controls] - Fix MPH calculation #171

Closed nwdepatie closed 2 weeks ago

nwdepatie commented 1 month ago

Observed Behavior

Right now MPH calculation from the ERPM value from MC is not good, we need to fix and decode it correctly. This is linked to this PR since it actually gets the data to the MPU to be processed https://github.com/Northeastern-Electric-Racing/Cerberus/pull/163

Expected Behavior

It should yield an actual MPH calc that is good :)

Steps to Reproduce

Run MPU lol

Screenshots (as needed)

No response