You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems unnecessary, for both TPS auto-calibration and PID autotune.
At the time, I had no need for a pedal -- bench testing/development I suppose.
It's no big deal if this restriction remains, but it didn't seem useful to me at the time, even in practice: you can command ETB through TS without a pedal in various ways.
Feel free to close if you don't want to see it change.
EtbController
won't return successfulinit
unless there's an accel pedal present: https://github.com/FOME-Tech/fome-fw/blob/master/firmware/controllers/actuators/electronic_throttle.cpp#L165This seems unnecessary, for both TPS auto-calibration and PID autotune.
Perhaps
init
should remove this check? Unsure how ETB pedal target (m_pedalMap
) would behave if no channels configured.The text was updated successfully, but these errors were encountered: