TinyRobotics
Loading...
Searching...
No Matches
src
TinyRobotics
control
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"
9
#
include
"MotionController2D.h"
10
#
include
"MotionController3D.h"
11
#
include
"MovingAverage.h"
12
#
include
"PIDController.h"
13
#
include
"PIDAutoTuner.h"
14
#
include
"Scheduler.h"
Generated by
1.9.6