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

公開メンバ関数 | |
| Rotation () | |
| double | calculate (const int leftAngle, const int rightAngle) |
| 自転したときの角度を求める [詳解] | |
Rotation.h の 11 行目に定義があります。
| Rotation::Rotation | ( | ) |
Rotation.cpp の 8 行目に定義があります。
| double Rotation::calculate | ( | const int | leftAngle, |
| const int | rightAngle | ||
| ) |
自転したときの角度を求める
| leftAngle | [左車輪の回転角度 [deg]] |
| rightAngle | [右車輪の回転角度 [deg]] |
Rotation.cpp の 10 行目に定義があります。


1.8.13