SmartVehicle-Basis
SmartFactory
DriveCtrl.h File Reference

The Drive Controll class contains the FSM for the Drive. More...

#include "HardwareConfiguration.h"
#include "LogConfiguration.h"
#include <PID_v1.h>
#include "Drive/Drive.h"
#include "EnvironmentDetection.h"
Include dependency graph for DriveCtrl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DriveCtrl
 Contains the FSM to controll the Drive. More...
 

Detailed Description

The Drive Controll class contains the FSM for the Drive.

Author
Luca Mazzoleni (luca..nosp@m.mazz.nosp@m.oleni.nosp@m.@hsr.nosp@m..ch)
Version
1.0 - Implementation Drive Controll FSM - Luca Mazzoleni (luca..nosp@m.mazz.nosp@m.oleni.nosp@m.@hsr.nosp@m..ch) - 2019-04-23
Date
2019-04-23
Todo:
Improve linedetection with something like: "where was the line first detected" and NOT with a (nonblocking) delay. This would allow to change the speed and still detect all lines correctly

Definition in file DriveCtrl.h.