Processors api
Compare changes
Files
2- Joan Solà Ortega authored
+ 8
− 16
@@ -2,18 +2,14 @@
@@ -180,11 +176,7 @@ ProcessorBasePtr ProcessorOdom2D::create(const std::string& _unique_name, const
Try to make some order in the APIs of all processors, by using a const ref to the Params object in the constructor.
Many of the usual processors are like this.
Also, try to avoid structures of Params with constructors/destructors for simplicity