Forums
Log telemetry info - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: Log telemetry info (/showthread.php?tid=2210)



Log telemetry info - vtkhir - 02-07-2016

Hey guys,

Do we have an option to log the telemetry information? I see the option to display that data on the screen but unable to find config property to log that info into file


RE: Log telemetry info - NaN - 02-07-2016

Nope. I usually just add an ofstream here and there to log stuff I am interested in.

But yeah, it would be great to have a way to log it without hacking vdrift.

The simplest variant would be to just log every sim step (90Hz), which might be quite a lot of data. Although we might get a bit more fancy and add options to log at every nth step and be able to select what to include in the log: powertrain, wheels, aerodynamics...


RE: Log telemetry info - vtkhir - 02-09-2016

Thanks a lot for the reply