We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EtbController won't return successful init unless there's an accel pedal present: https://github.com/FOME-Tech/fome-fw/blob/master/firmware/controllers/actuators/electronic_throttle.cpp#L165
EtbController
init
This 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.
m_pedalMap
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: