Skip to content
Snippets Groups Projects

Resolve "ProcessorLoopClosureBase class"

Merged Joan Vallvé Navarro requested to merge 220-processor-loop-closure-base into devel
1 file
+ 1
13
Compare changes
  • Side-by-side
  • Inline
@@ -147,7 +147,7 @@ class PackKeyFrameBuffer : public Buffer<PackKeyFramePtr>
*
* Object and functions to manage a buffer of Capture objects.
*/
class CaptureBuffer2 : public Buffer<CaptureBasePtr> {};
class BufferCapture : public Buffer<CaptureBasePtr> {};
/** \brief base struct for processor parameters
@@ -332,18 +332,6 @@ inline void ProcessorBase::setTimeTolerance(Scalar _time_tolerance)
/////////////////////////////////////////////////////////////////////////////////////////
// template <typename T>
// inline Buffer<T>::Buffer(void)
// {
//
// }
//
// template <typename T>
// inline Buffer<T>::~Buffer(void)
// {
//
// }
template <typename T>
T Buffer<T>::select(const TimeStamp& _time_stamp, const Scalar& _time_tolerance)
{
Loading