We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59de635 commit f1be540Copy full SHA for f1be540
src/ros_queued_subscribe.hxx
@@ -19,9 +19,12 @@
19
20
#ifndef DYNAMIC_GRAPH_ROS_QUEUED_SUBSCRIBE_HXX
21
# define DYNAMIC_GRAPH_ROS_QUEUED_SUBSCRIBE_HXX
22
+# define ENABLE_RT_LOG
23
+
24
# include <vector>
25
# include <boost/bind.hpp>
26
# include <boost/date_time/posix_time/posix_time.hpp>
27
+# include <dynamic-graph/real-time-logger.h>
28
# include <dynamic-graph/signal-caster.h>
29
# include <dynamic-graph/linear-algebra.h>
30
# include <dynamic-graph/signal-cast-helper.h>
0 commit comments