mit-drl / e-vent

MIT Project: A low cost emergency ventilator controller
39 stars 31 forks source link

Position control of motor #3

Closed teddyort closed 4 years ago

teddyort commented 4 years ago

Currently, the motor position is controlled through a handcrafted trapezoidal velocity curve to ensure accelerations are within limit.

However, this may not be the most appropriate, especially considering we may need to set the position at a higher frequency.

We should do some testing / research

teddyort commented 4 years ago

Done