Donnie saw right where I was headed and he’s already experienced the pain of being in the presence of a mean drunk like Bob. Let’s look at how Bob smacks us down with respect to the DL-1’s software. It should be noted that Bob really isn’t that picky about time frame and he can wander the same distance in 15 minutes as he can in a day. Go back and look at the image of the zoomed-in area around the starting line. The red and black lines were my afternoon runs and the green line was my first run of the day. The morning run is much closer to the first afternoon run than the two afternoon runs are to each other. Bob is an unpredictable bloke to be sure!
First and last runs of the day:
Here is Bob in action. The software doesn’t allow you to offset any of the runs relative to each other so things don’t always line up very well. You can now see why some of my markers are drawn at odd angles. I’ve found that the software is a little more accurate if you can make the markers cross roughly the same point in the paths after factoring in the offset. There is a limit to this as some angles just don’t work and the marker can only be so far from perpendicular to the path. How far? Who knows-- the software isn’t very friendly and just tells you that it can’t be done after a certain point.
Even with my best attempts at defining meaningful markers, I found that this much drift is a bit too much to deal with. The bad news is that this is going to be common with the data collected throughout the day. I have no idea how the other software packages deal with this but it was really frustrating when I first ran into it. What happens is that while the start and end markers are usually good enough, you can’t compare parts of the course very well which, to me, is the entire point!
Drift in the onion:
Look at the havoc Bob is wreaking in the Onion! Trying to analyze this section for these 2 runs at the same time is impossible. Bob must die! How far was he wandering between these runs?
Drift at the start line:
Look at the scale in the image above, I’d guess those paths start 8 meters apart. That’s over 26 feet! After reviewing the RallyX data a while back, I started trying to figure out if I could fix this problem before Race Technology did. The software package really isn’t designed for this type of analysis and while they are fairly responsive to support suggestions, it seems like they’ve been dragging their feet on this issue. I have a few other things in mind as well but first things first.
I spent the last few weeks slowly picking apart their raw run file format and managed to decode most of the file. The punch line is that supposedly they are now sharing *some* of that information on their forum but I can’t get to it yet. That sure would have saved some time! Hopefully I can get that early next week to speed the process.
Anyway, I managed to read the raw run files into some C code and manipulate the positional data. Take a look at the following image.
Newly Bob-adjusted course start path:
The green line is the path I adjusted with my code. At this point it is a simple offset but it could be anything in the future. Like, say, Bob 3.0 adjusted offsets! So the start looks good, right? I could have gotten it a little closer but it gets hard to see both lines at that point. What about the rest of the course?
Newly Bob-adjusted full course path:
That’s a lot better, isn’t it! What about the onion?
Newly Bob-adjusted course onion path:
Here we see that while it isn’t perfect, it is a lot better than it was before. It’s close enough that we can set reasonable markers and get useful data from a side-by-side comparison. I think this is just the start of kicking Bob to the curb!
Newly Bob-adjusted course finish path:
Even the finish looks good. Look how close that final left turn is back onto the taxiway. This is definitely something we can use! I’m still working out a couple of issues with my adjustments but I think I should have something solid within the next week or two. I’m sure this just means Race Technology will release an update with this feature in 2 weeks but, as I said before, this is just the beginning.
Next installment: Look Ma! Actual data!
Jim