|
ETrobocon2017 - 片山研究所モデルベース開発推進事業部
|
#include <RightNormalCourse.h>


公開メンバ関数 | |
| RightNormalCourse () | |
| bool | runNormalCourse () |
| bool | statusCheck (int32_t countL, int32_t countR) |
| int | getStatus () |
基底クラス NormalCourse に属する継承公開メンバ関数 | |
| void | stop () |
その他の継承メンバ | |
基底クラス NormalCourse に属する継承公開変数類 | |
| LineTracerWalker | lineTracerWalker |
基底クラス NormalCourse に属する継承限定公開変数類 | |
| Distance | distance |
| int8_t | forward |
| int8_t | turn |
| int32_t | distanse_total |
RコースのNormalCourseの処理を行うクラス
RightNormalCourse.h の 26 行目に定義があります。
| RightNormalCourse::RightNormalCourse | ( | ) |
| int RightNormalCourse::getStatus | ( | ) |
| bool RightNormalCourse::runNormalCourse | ( | ) |
| bool RightNormalCourse::statusCheck | ( | int32_t | countL, |
| int32_t | countR | ||
| ) |
現在の走行場所の状態を設定する
| [in] | countL | 左タイヤの回転角 |
| [in] | countR | 右タイヤの回転角 |
RightNormalCourse.cpp の 44 行目に定義があります。


1.8.13