|
etrobocon2018 feat.KatLab
770af34cce41ae9c30c41303275e1add2daae0c3
(with uncommitted changes)
|
#include <LeftNormalCourse.h>


公開メンバ関数 | |
| LeftNormalCourse () | |
| bool | runNormalCourse (int32_t countL, int32_t countR, int16_t light_value, int16_t target_brightness) |
| bool | statusCheck (int32_t countL, int32_t countR) |
| int | getStatus () |
基底クラス NormalCourse に属する継承公開メンバ関数 | |
| NormalCourse () | |
| void | stop () |
| void | runOrStop (Walker &walker) |
その他の継承メンバ | |
基底クラス NormalCourse に属する継承公開変数類 | |
| LineTracerWalker | lineTracerWalker |
基底クラス NormalCourse に属する継承限定公開変数類 | |
| MotorAngle | motor_angle |
| int8_t | forward |
| int8_t | turn |
LコースのNormalCourseの処理を行うクラス
LeftNormalCourse.h の 32 行目に定義があります。
| LeftNormalCourse::LeftNormalCourse | ( | ) |
| int LeftNormalCourse::getStatus | ( | ) |
| bool LeftNormalCourse::runNormalCourse | ( | int32_t | countL, |
| int32_t | countR, | ||
| int16_t | light_value, | ||
| int16_t | target_brightness | ||
| ) |
走行場所でのPID値を設定する
LeftNormalCourse.cpp の 15 行目に定義があります。


| bool LeftNormalCourse::statusCheck | ( | int32_t | countL, |
| int32_t | countR | ||
| ) |
現在の走行場所の状態を設定する
| [in] | countL | 左タイヤの回転角 |
| [in] | countR | 右タイヤの回転角 |
LeftNormalCourse.cpp の 105 行目に定義があります。


1.8.6