joshjaysalazar / iRacingSafetyCarGenerator

Software to generate custom safety cars during an iRacing race
GNU General Public License v3.0
1 stars 1 forks source link

Generate safety cars based on stoppages #7

Closed joshjaysalazar closed 2 months ago

joshjaysalazar commented 4 months ago

Is your feature request related to a problem? Please describe. Not a problem, but it would be nice if safety cars could be thrown for real reasons. An easy one to detect would be cars stopped on track.

Describe the solution you'd like In the UI, there should be a checkbox to turn on this feature, as well as a number of cars to look for stopped on track (i.e. 3 or more cars stopped at the same time). In the code, cars should be detected which haven't moved in some amount of time (or have gone backwards on track), making sure to ignore any cars in the pit lane, since a round of pit stops would trigger it otherwise.

Describe alternatives you've considered N/A

Additional context N/A