refactor all autopilot stuff
This commit is contained in:
@@ -114,9 +114,11 @@ class Navigation {
|
||||
*
|
||||
* This should be called by the driver to get new instructions.
|
||||
*
|
||||
* @return CourseCorrection
|
||||
* @param correction passed as refernce to get the data
|
||||
* @return true if new correction data provided
|
||||
* @return false if route is finished
|
||||
*/
|
||||
CourseCorrection getCourseCorrection();
|
||||
bool getCourseCorrection(CourseCorrection& correction);
|
||||
|
||||
/**
|
||||
* @brief Tries to add the current Position to the route
|
||||
|
||||
Reference in New Issue
Block a user