Skip to content
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

Lap Time Calculation #3

Open
2 of 4 tasks
xqiu1105 opened this issue Dec 7, 2020 · 0 comments
Open
2 of 4 tasks

Lap Time Calculation #3

xqiu1105 opened this issue Dec 7, 2020 · 0 comments

Comments

@xqiu1105
Copy link
Contributor

xqiu1105 commented Dec 7, 2020

Building a lap time simulator mainly based on this guide

  1. Writing all the formulas as functions in Matlab
  2. Using functions to calculate parameters needed for laptime
  3. Using track data and formulas to calculate lap time
  • Skidpad (24.232 seconds/lap)
  • Endurance
  • Autocross
  • Acceleration

Calculations
Need to implement:
12/06/2020

  • Clean up the graphs
  • Plot max speed and radius separately
  • Engine RPM and gear
  • Throttle position

Issues:
12/06/2020

  • Corner radius values jumps to infinity between straight and curved sectors, need to smooth it out

Skidpad
Lap Time: 24.232 seconds/lap (timing starts after straight)
Track Length: 242.21 meters

Issues:
12/06/2020

  • Mark when each circle is complete
  • Calculated latG goes up to 2.25G, should be around 1.5G (check corner speed)

Endurance
Lap Time: 165.46 seconds/lap
Track Length: 2650.2 meters

Issues:
12/06/2020

  • Scaling of the plots is off
  • Lap time is ~5 seconds slower than expected, look into calculations?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant