-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Gas Pedal polling #25
Comments
implemented the model for this, need to work on the controller, StageManager, and main to finish this up |
We can either use a lookup table to correlate the linear and logarithmic pots, or we can calculate the pedal position using an equation that represents the "curves" for each potentiometer. The Teensy 3.6 has a floating point unit which will facilitate floating point calculations, making the calculation option practical. If calculations are to be used (or even the lookup table), we need to choose our potentiometers soon. |
EV 3.5.4 There is no mention of using both linear and logarithmic pots in the Hybrid Rules |
Event flag for CAN set by pedals not transfered to main eventflag
Involves working on the PedalController to use the GasPedal Model to grab the analog value and store it in the model
The text was updated successfully, but these errors were encountered: