Skip to content

Commit a5d5f7e

Browse files
committed
osi: Write debug files to /tmp
1 parent c16fab7 commit a5d5f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi/src/cloe/utility/osi_message_handler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ void OsiMsgHandler::process_received_msg(osi3::GroundTruth* osi_gt, Duration& os
599599
osi_logger()->trace("OsiMsgHandler: message @ {} ns", osi_time.count());
600600
if (osi_time.count() == 0) {
601601
// DEBUG(tobias)
602-
osi_to_file(*osi_gt, "esmini_osi_ground_truth.json");
602+
osi_to_file(*osi_gt, "/tmp/cloe_osi_ground_truth.json");
603603
}
604604
} else {
605605
throw ModelError("OsiMsgHandler: No timestamp in GroundTruth.");

0 commit comments

Comments
 (0)