Constructor header fix

This commit is contained in:
Lukas Bachschwell 2017-12-12 13:13:43 +01:00
parent afaba02132
commit 22f78c4bad
1 changed files with 1 additions and 2 deletions

View File

@ -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);