From 22f78c4bade8f4f5d9b164935e3ea59809e63f12 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 12 Dec 2017 13:13:43 +0100 Subject: [PATCH] Constructor header fix --- src/LARS.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LARS.h b/src/LARS.h index 266ccf3..7da8eaa 100644 --- a/src/LARS.h +++ b/src/LARS.h @@ -24,9 +24,8 @@ class LARS { public: - LARS(); + LARS(int FRH, int FLH, int BRH, int BLH, int FRL, int FLL, int BRL, int BLL); void init(); - void init(int FRH, int FLH, int BRH, int BLH, int FRL, int FLL, int BRL, int BLL); void walk(int dir = 1, float steps = 1, float T = 800); // T initial 400 void omniWalk(float steps, float T, bool side, float turn_factor); void turnL(float steps, float period);