We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8917f0c commit 08ef24eCopy full SHA for 08ef24e
1 file changed
src/jitter_measurement.h
@@ -27,6 +27,7 @@
27
#include "robotkernel/runnable.h"
28
#include "robotkernel/module_base.h"
29
#include "robotkernel/trigger_base.h"
30
+#include "robotkernel/helpers.h"
31
32
#include "service_provider_process_data_inspection/base.h"
33
@@ -44,7 +45,6 @@
44
45
namespace module_jitter_measurement {
46
47
class jitter_measurement :
- public std::enable_shared_from_this<jitter_measurement>,
48
public robotkernel::runnable,
49
public robotkernel::module_base,
50
public svc_base_reset_max_ever
0 commit comments