Skip to content
Snippets Groups Projects

Add ProcessorMotion::processIncomingCapture & Miscellaneous

Merged Jeremie Deray requested to merge miscellaneous into master
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -23,8 +23,11 @@ namespace wolf {
*/
struct IntrinsicsBase
{
std::string type;
std::string name;
IntrinsicsBase() = default;
virtual ~IntrinsicsBase() = default;
std::string type;
std::string name;
};
class SensorBase : public NodeBase, public std::enable_shared_from_this<SensorBase>
Loading