Skip to content
Snippets Groups Projects
Commit f75b46ca authored by ArmarX User's avatar ArmarX User
Browse files

Change real time logging timestamps to milliseconds

parent 5763aecf
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ namespace armarx
{
//write csv data
{
outCSV << iteration.iteration << ";" << iteration.sensorValuesTimestamp;
outCSV << iteration.iteration << ";" << iteration.sensorValuesTimestamp.toMilliSeconds();
//sens
{
for (const SensorValueBase* val : iteration.sensors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment