Resolve "Add time_tolerance field in Frame and remove PackKeyFrame"
Compare changes
Files
2- Joan Solà Ortega authored
@@ -602,8 +602,10 @@ inline void Buffer<T>::removeUpToLower(const TimeStamp& _time_stamp)
@@ -602,8 +602,10 @@ inline void Buffer<T>::removeUpToLower(const TimeStamp& _time_stamp)
inline bool Buffer<T>::doubleCheckTimeTolerance(const TimeStamp& _time_stamp1, const double& _time_tolerance1,
@@ -612,8 +614,9 @@ inline bool Buffer<T>::doubleCheckTimeTolerance(const TimeStamp& _time_stamp1, c
@@ -612,8 +614,9 @@ inline bool Buffer<T>::doubleCheckTimeTolerance(const TimeStamp& _time_stamp1, c
inline bool Buffer<T>::simpleCheckTimeTolerance(const TimeStamp& _time_stamp1, const TimeStamp& _time_stamp2,