New Conversion Tool to Circuit Tools (vbo) format
Posted: Fri Jul 21, 2017 9:47 pm
Not sure where to put this on the forums exactly, but here seems like a start. I dusted off my long unused C++ skills and built a little conversion tool to interpolate and convert Race Capture .log files into Circuit Tools .vbo format, including the ability to link video files if desired. This turned out to be rather more involved than it appears on the surface, but the tool seems to be working reliably enough now to share. Zip file with Windows command line program and instructions attached. I find CT more useful for analysis, especially with video included.
The only significant limitation at the moment is that CT computes lateral acceleration from velocity and heading delta, and RC does not capture heading directly. My hackish attempt at computing heading from GPS fixes isn't good enough yet, and so the default CT lateral acceleration channel is basically useless. However, the raw acceleration data from RCP is available in the converted CT file as auxiliary channels AccelX and AccelY.
Try it out and let me know how it works. When I get a bit more time, I will post this as a Github project and maybe create Mac or Linux versions if there is enough demand. And the "documentation" needs some work
Scott B
The only significant limitation at the moment is that CT computes lateral acceleration from velocity and heading delta, and RC does not capture heading directly. My hackish attempt at computing heading from GPS fixes isn't good enough yet, and so the default CT lateral acceleration channel is basically useless. However, the raw acceleration data from RCP is available in the converted CT file as auxiliary channels AccelX and AccelY.
Try it out and let me know how it works. When I get a bit more time, I will post this as a Github project and maybe create Mac or Linux versions if there is enough demand. And the "documentation" needs some work
Scott B