Skip to content

Commit

Permalink
more cached sector locations
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessanford committed Oct 12, 2015
1 parent 8bb2910 commit d03edbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deltabar/deltabar_lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,26 @@
'bar_smooth': True,
'enable_timing_window': False,
'sectors': {
'aosta-grand_sport_intermediate': [ 0.3082626461982727, 0.6191316246986389, 0 ],
'arese': [ 0.4328773319721222, 0 ],
'blackwood_reloaded': [ 0.31417006254196167, 0.737775444984436, 0 ],
'brands-hatch': [ 0.35944467782974243, 0.7798787355422974, 0 ],
'grobnik': [ 0.32951539754867554, 0.6617490649223328, 0 ],
'imola': [ 0.3146900534629822, 0.6765202879905701, 0 ],
'ks_barcelona-layout_gp': [ 0.35777342319488525, 0.7358813881874084, 0 ],
'ks_zandvoort': [ 0.4735219180583954, 0 ],
'montreal': [ 0.23249991238117218, 0.5995154976844788, 0 ],
'monza': [ 0.3682761788368225, 0.6733852028846741, 0 ],
'mugello': [ 0.24961651861667633, 0.5557045340538025, 0 ],
'nurburgring': [ 0.2860076427459717, 0.6445714831352234, 0 ],
'nurburgring-sprint': [ 0.5542691946029663, 0 ],
'prato_long': [ 0.3968234062194824, 0.7126963138580322, 0 ],
'silverstone': [ 0.2581382691860199, 0.7142373323440552, 0 ],
'silverstone-international': [ 0.49429652094841003, 0 ],
'spa': [ 0.3253447413444519, 0.7245596051216125, 0 ],
'spielberg': [ 0.258512407541275, 0.6583964228630066, 0 ],
'suzuka_0.9': [ 0.3216688930988312, 0.7127670049667358, 0 ],
'tor_poznan-race': [ 0.38605913519859314, 0.7231196165084839, 0 ],
'vallelunga-club_circuit': [ 0.422470360994339, 0 ],
'vallelunga-extended_circuit': [ 0.4330659508705139, 0.7526666522026062, 0 ]
}
Expand Down

3 comments on commit d03edbe

@StoneSpb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't Nordschleife be here too?

@jamessanford
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the Nordschleife doesn't work very well with DeltaBar because the AI spline doesn't "start" at the beginning of the track.

Needs some bug fixing, like "when the lap timer starts incrementing, use the current location as the start, and allow it to wrap around zero", so that a recorded Nordschleife lap can look something like "0.80", "... 0.99", "1.00", "1.10", ... "1.70", "1.79"

@StoneSpb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, not as easy as it seemed :)

Please sign in to comment.