summaryrefslogtreecommitdiff
path: root/i/chuck/src/motor
diff options
context:
space:
mode:
Diffstat (limited to 'i/chuck/src/motor')
-rw-r--r--i/chuck/src/motor/motor.cc3
-rw-r--r--i/chuck/src/motor/motor.hh4
2 files changed, 4 insertions, 3 deletions
diff --git a/i/chuck/src/motor/motor.cc b/i/chuck/src/motor/motor.cc
index f6e23bd..c322ff5 100644
--- a/i/chuck/src/motor/motor.cc
+++ b/i/chuck/src/motor/motor.cc
@@ -161,7 +161,8 @@ Motor::receivePos (double x, double y, double a)
bool
docrenO(void)
{
-
+ static bool place;
+ return place;
}
void
diff --git a/i/chuck/src/motor/motor.hh b/i/chuck/src/motor/motor.hh
index 9c4e4f9..6f9b00a 100644
--- a/i/chuck/src/motor/motor.hh
+++ b/i/chuck/src/motor/motor.hh
@@ -69,9 +69,9 @@ class Motor : public Asserv::Receiver
void reset (void);
/// get the position of robal
void getPosition(double & x, double & y, double & a) const;
- /* /// DO the super Crénaux
+ /// DO the super Crénaux
bool docrenO();
- */
+
private:
/// Next seq number.