TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Typedefs
PIDTuner.h File Reference
#include "../motor/DJIMotor.h"
#include <random>
#include <chrono>
#include <vector>

Go to the source code of this file.

Classes

struct  PIDDataSet
 
struct  PIDRanges
 
class  PIDTuner
 

Typedefs

using fitnessFunction = std::function< double(double)>
 

Typedef Documentation

◆ fitnessFunction

using fitnessFunction = std::function<double(double)>