Chassis v2.1.1
Chassisはロボコンでの足回り制御を行うためのC++ライブラリである。
Loading...
Searching...
No Matches

PID制御を提供する。 More...

Collaboration diagram for pid:

Data Structures

struct  rct::PidGain
 PID制御のゲイン More...
 
class  rct::is_pidable< T >
 T型がPID制御可能な型であるかを判定する。 More...
 
struct  rct::Pid< T >
 T型のPID制御を行うクラス。 More...
 

Variables

template<class T >
constexpr bool rct::is_pidable_v = is_pidable<T>::value
 T型がPID制御可能な型であるかを判定する。 T型同士の加減算とfloat型との乗除が定義されていればtrue, そうでなければfalse。
 

Detailed Description

PID制御を提供する。

Variable Documentation

◆ is_pidable_v

template<class T >
constexpr bool rct::is_pidable_v = is_pidable<T>::value
constexpr

T型がPID制御可能な型であるかを判定する。 T型同士の加減算とfloat型との乗除が定義されていればtrue, そうでなければfalse。

Template Parameters
T判定を行う型

Definition at line 48 of file Pid.h.