make all possible functions const
This commit is contained in:
@@ -65,18 +65,6 @@ class Autopilot : public ManualControl {
|
||||
*/
|
||||
~Autopilot();
|
||||
|
||||
/**
|
||||
* @brief Calls runAutopilot or ManualControl loop
|
||||
*
|
||||
* This function should be called every main loop. If self
|
||||
* driving is activated the function call run Autopilot. If
|
||||
* the loopDelayMillis is not reached the function returns immediately.
|
||||
*
|
||||
* If self driving is not activated this functions calls the
|
||||
* ManualControl loop additionally.
|
||||
*/
|
||||
void loop();
|
||||
|
||||
void restart();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user