I'm actually building an EV package with M1 Build right now that has launch control in it. I would say it's fairly easy to build a custom one if all you want is torque control based on wheel speed.
- Screenshot 2023-10-19 222622.png (46.17 KiB) Viewed 1593 times
This is a screenshot from the most basic launch control function I built for the EV package; the Torque Aim table uses 3 axes for us which is Wheel Speed, Launch Switch Position and Tire Temperatures. We then have a Torque Aim function that determines the actual torque request sent to the motor controller, this is just Throttle Pedal% * Launch Torque Aim when the launch switch is turned on.
We then tuned the aim torque when we were on track to find the ideal torque values.
I am also working on slip-ratio based launch control right now so feel free to PM me if you have any questions