Skip to content
Snippets Groups Projects

Add ProcessorMotion::processIncomingCapture & Miscellaneous

Merged Jeremie Deray requested to merge miscellaneous into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -33,8 +33,8 @@ class ProcessorBase : public NodeBase, public std::enable_shared_from_this<Proce
private:
SensorBaseWPtr sensor_ptr_;
static unsigned int processor_id_count_;
bool is_removing_; ///< A flag for safely removing nodes from the Wolf tree. See remove().
static unsigned int processor_id_count_;
public:
ProcessorBase(const std::string& _type, const Scalar& _time_tolerance = 0);
Loading