I recently used a Racebox Mini as my GPS, not sure if that is the cause, but when I export and then import into RaceRender. I cannot seem to get the gauges working. I exported as RaceRender/Dashware/csv but it's just a battle of frustration. I wonder if anyone else has had this problem? I think my problem is RR isn't recognizing the input. I thought of manually altering the csv file. Has anyone done it that way? Can you I just break it all apart and have a csv file for each gauge?
Comments
I have not. I posted once a while back and never received a reply..I felt that this forum and yourself, are more attentive.
I've put together an Angular UI here that parses out individual laps and performs conversions from metric to imperial values: https://github.com/dmcfarl/racerender-formatter/tree/prerelease That would require knowing a bit about setting up Angular apps and such. I'm hoping to find some time to get it deployed to an AWS instance at some point, but I haven't really gotten around to that just yet.
The conversions/rounding of a few fields as well as adding the "# RaceRender Data" first line, and a few "# Lap 0: 00:00:15.905" lines (or equivalent) are about all that I've needed to do to get a RaceChrono export to work in RaceRender. I do a little extra work to parse out individual laps/sessions and ensure that the start of my data file is consistently about 15 seconds from the start of the first lap, but otherwise the RaceChrono export plays very nicely with RaceRender as-is.
Feel free to reach out if you have any other questions on imports into RaceRender. I've personally found the official RaceRender support to be...lacking...but it's customizable enough that I can answer ~75% of most questions on their forum with some knowledge on creating custom Display Objects.