Northeastern-Electric-Racing / Cerberus

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

Monitor Pedals task #52

Closed nwdepatie closed 11 months ago

nwdepatie commented 1 year ago

This is a fairly high priority ticket, where we need to create an RTOS task to sample the values of the pedals, process it (maybe low pass filter to remove noise), and then add it into a queue somewhere. I think that there is some improvements on sampling we can make, especially how we represent this data upstream to tasks that depend on it (motor controller torque commands)