refactore and fixes
first route successfully absolved
This commit is contained in:
@@ -107,11 +107,13 @@ class Autopilot : public ManualControl {
|
||||
* @return false
|
||||
*/
|
||||
bool shouldUpdate();
|
||||
void rotate(int16_t degree);
|
||||
void testRotate(int16_t degree);
|
||||
void endRotate();
|
||||
|
||||
private:
|
||||
void init();
|
||||
void drive();
|
||||
void beginRotate();
|
||||
void rotate();
|
||||
void runAutopilot();
|
||||
void checkButtonInput();
|
||||
|
||||
Reference in New Issue
Block a user