|
etrobocon2019 feat.KatLab
ece30a9a007fff7d3ad48592c0d09a74643377bb
|
#include <SpeedControl.h>

公開メンバ関数 | |
| SpeedControl (Controller &controller_, int targetSpeed, double Kp, double Ki, double Kd) | |
| double | calculateSpeed (int targetSpeed, double Kp, double Ki, double Kd) |
SpeedControl.h の 13 行目に定義があります。
| SpeedControl::SpeedControl | ( | Controller & | controller_, |
| int | targetSpeed, | ||
| double | Kp, | ||
| double | Ki, | ||
| double | Kd | ||
| ) |
コンストラクタ
| controller_ | [Controller] |
| targetSpeed | [目標速度] |
| Kp | [Pゲイン] |
| Ki | [Iゲイン] |
| Kd | [Dゲイン] |
SpeedControl.cpp の 9 行目に定義があります。

| double SpeedControl::calculateSpeed | ( | int | targetSpeed, |
| double | Kp, | ||
| double | Ki, | ||
| double | Kd | ||
| ) |
[SpeedControl::calculateSpeed]
| targetSpeed | [目標の速度] [mm/s] |
| Kp | [Pゲイン] |
| Ki | [Iゲイン] |
| Kd | [Dゲイン] |
SpeedControl.cpp の 21 行目に定義があります。


1.8.13