summaryrefslogtreecommitdiff
path: root/i/marvin/src/motor/motor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/motor/motor.hh')
-rw-r--r--i/marvin/src/motor/motor.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/marvin/src/motor/motor.hh b/i/marvin/src/motor/motor.hh
index f1c9843..548c7bd 100644
--- a/i/marvin/src/motor/motor.hh
+++ b/i/marvin/src/motor/motor.hh
@@ -25,6 +25,7 @@
//
// }}}
#include "asserv/asserv.hh"
+#include "log/log.hh"
/// Handle movements.
class Motor : public Asserv::Receiver
@@ -35,6 +36,7 @@ class Motor : public Asserv::Receiver
bool finish_;
bool blocked_;
double x_, y_, a_;
+ Log log_;
public:
/// Constructor.
Motor (void);