summaryrefslogtreecommitdiff
path: root/i/chuck/src/motor/motor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'i/chuck/src/motor/motor.cc')
-rw-r--r--i/chuck/src/motor/motor.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/i/chuck/src/motor/motor.cc b/i/chuck/src/motor/motor.cc
index c79d9a9..f6e23bd 100644
--- a/i/chuck/src/motor/motor.cc
+++ b/i/chuck/src/motor/motor.cc
@@ -157,6 +157,13 @@ Motor::receivePos (double x, double y, double a)
log_ ("Pos") << "x " << x << " y " << y << " a " << a / (2 * M_PI) * 360;
}
+///Do the super Crénaux
+bool
+docrenO(void)
+{
+
+}
+
void
Motor::receiveSpeedStat (int t, int a)
{