etrobocon2018 feat.KatLab  770af34cce41ae9c30c41303275e1add2daae0c3 (with uncommitted changes)
 全て クラス 名前空間 ファイル 関数 変数 列挙型 列挙値 フレンド マクロ定義 ページ
NormalCourse.cpp
[詳解]
1 #include "NormalCourse.h"
2 
4 {
6 }
7 
9 {
10  if(lineTracerWalker.getForward() < 0) {
11  walker.run(0, 0);
12  } else {
14  }
15 }
void setForward(int8_t setValue)
void runOrStop(Walker &walker)
Definition: NormalCourse.cpp:8
void run(std::int8_t pwm, std::int8_t turn)
Definition: Walker.cpp:30
LineTracerWalker lineTracerWalker
Definition: NormalCourse.h:13
Definition: Walker.h:7