Skip to content

Commit a9412f8

Browse files
tobifalkcassava
authored andcommitted
esmini: Fix received osi data
1 parent e516a72 commit a9412f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optional/esmini/src/esmini_osi_sensor.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ class ESMiniOsiReceiver : public cloeosi::OsiTransceiver {
124124
if (!gt.has_timestamp()) {
125125
throw cloe::ModelError("ESMiniOsiSensor: No timestamp in GroundTruth.");
126126
}
127+
fix_esmini_osi_ground_truth(gt);
127128
msgs.push_back(std::make_shared<osi3::GroundTruth>(gt));
128129
}
129130
}

0 commit comments

Comments
 (0)