assigned to @gwendallucas
changed the description
I wonder why these debug logs are created, if QT_DEBUG
is not set intentionally. Maybe it is due to the removal of the Qt GUI?
#ifdef QT_DEBUG
logFile.open("dataLog_TT_" + std::to_string(GetAgent()->GetId()) + ".csv", std::ios::trunc);
logFile << ("time;agent;position_X;position_Y;velocity_X;velocity_Y;yawAngle\n");
#endif
Just a wild guess, but maybe we have to explicitly define QT_NO_DEBUG
to avoid QT_DEBUG
being set by qglobal.h
?
See here: https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qglobal.h?h=5.15#n823
mentioned in merge request !157 (merged)
mentioned in merge request !159 (merged)
fixed in !159 (merged)
closed
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent