Resolve "ProcessorMotion KFcallback with recent TimeStamp"
Compare changes
Files
2+ 2
− 2
@@ -107,8 +107,8 @@ void MotionBuffer::getMotion(const TimeStamp& _ts, Motion& _motion) const
@@ -107,8 +107,8 @@ void MotionBuffer::getMotion(const TimeStamp& _ts, Motion& _motion) const
assert((container_.front().ts_ <= _ts) && "Error: Query time stamp is greater than the buffer's last tick");
assert((container_.back().ts_ >= _ts) && "Error: Query time stamp is smaller than the buffer's first tick");