TinyRobotics
Loading...
Searching...
No Matches
Control.h
1#pragma once
2 /**
3 * @defgroup control Control
4 * @ingroup main
5 * @brief Control algorithms and state estimation (PID, Kalman, etc.)
6 */
7
8#include "KalmanFilter.h"
11#include "MovingAverage.h"
12#include "PIDController.h"
13#include "PIDAutoTuner.h"
14#include "Scheduler.h"