joshjaysalazar / IntelliCaster

An AI race commentator for iRacing
GNU General Public License v3.0
3 stars 0 forks source link

13 implement detection of cars stopped on track #61

Closed joshjaysalazar closed 9 months ago

joshjaysalazar commented 9 months ago

Description

While trying to implement general incident detection, it was discovered that the SDK doesn't have access to incident counts in replays. Therefore, in this PR, the only new feature is the detection of cars stopped on track. Other incidents will be detected in separate issues.

Fixes #13

Type of change

Testing

Testing with replays in which cars stop on track. There still exists the issue of talking about cars that stopped and then got going again, though this may be solved with simply more types of event detection.