29 namespace device_state_estimator
71 <<
"Not enough number of usable sync responses. "
72 <<
"Communication delay may be too large"
83 <<
"No sync response with small delay. "
84 <<
"Communication delay may be too large"
92 if (
s.t_origin_ < min_t_origin)
94 min_t_origin =
s.t_origin_;
98 std::vector<SyncSampleUUST2> sorted_samples;
101 const double origin_compensate =
105 sorted_samples.push_back(
s);
109 sorted_samples.push_back(s2);
112 std::sort(sorted_samples.begin(), sorted_samples.end());
118 <<
"delay: " << med.
delay_