-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d17bc2
commit fddb86a
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
EC,left,左エッジに切り替え、直前でエッジがどちらかわからないため一応 | ||
CL,BLUE,150,0,0.1,0.1,0.1,青サークルまでライントレース | ||
SL,200,回頭前スリープ | ||
PR,64,70,clockwise,右に90度回頭 | ||
DS,352,150,指定距離直進で3段目と4段目の黒線の中間まで進む | ||
DL,535,150,0,0.5,0.03,0.08,緑ライントレース | ||
PR,40,70,clockwise,右に60度回頭 | ||
CS,BLACK,150,黒線まで直進 | ||
SL,200,回頭前スリープ | ||
PR,68,70,anticlockwise,左に90度回頭 | ||
DS,1105,150,3段目と4段目の黒線の中心まで直進 | ||
PR,40,70,anticlockwise,左に60度回頭 | ||
DA,150,70,1,ブロック内直進(1) | ||
DA,150,70,1,ブロック内直進(2) | ||
DS,177,150,ブロックの中心まで指定距離直進 | ||
SL,200,回頭前スリープ | ||
PR,63,70,clockwise,右に90度回頭 | ||
CS,BLACK,150,黒線まで直進 | ||
PR,68,70,anticlockwise,右に90度回頭 | ||
CS,BLACK,150,黒線まで直進 | ||
DA,150,70,1,ブロック内直進(3) | ||
DA,150,70,1,ブロック内直進(4) |