Skip to content

Commit

Permalink
osi: Write debug files to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Mar 27, 2024
1 parent c16fab7 commit a5d5f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osi/src/cloe/utility/osi_message_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ void OsiMsgHandler::process_received_msg(osi3::GroundTruth* osi_gt, Duration& os
osi_logger()->trace("OsiMsgHandler: message @ {} ns", osi_time.count());
if (osi_time.count() == 0) {
// DEBUG(tobias)
osi_to_file(*osi_gt, "esmini_osi_ground_truth.json");
osi_to_file(*osi_gt, "/tmp/cloe_osi_ground_truth.json");
}
} else {
throw ModelError("OsiMsgHandler: No timestamp in GroundTruth.");
Expand Down

0 comments on commit a5d5f7e

Please sign in to comment.