You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: Robot2018/src/org/usfirst/frc/team199/Robot2018/autonomous/aaa-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Ex:
50
50
| jump | Jumps to the specified script and continues the current script when finished. (Doesn’t make the robot go up.) | `jump MoveToRScale`
51
51
| move | Move forward or backwards for the specified amount in inches, relative to the current position. |`move 24`|
52
52
| moveto | Move to 1 or more points, sequentially, with an optional last value having a final angle to face towards, all relative to the starting position. |`moveto (12,0) (36,12)` <br> `moveto (0,12) 90`|
53
-
| scale | Place a cube at scale height. |`scale`|
54
-
| switch | Place a cube at switch height. |`switch`|
53
+
| scale | Place a cube at scale height after moving forward by the specified amount with the lift up, and after moves 12 inches back. |`scale 24`|
54
+
| switch | Place a cube at switch height after moving forward by the specified amount with the lift up, and after moves 12 inches back. |`switch 24`|
55
55
| turn | Turn towards a relative point or rotate clockwise by an angle in degrees, relative to the current position. <br> Negative angle for counterclockwise. |`turn (36,48)` <br> `turn 45`|
56
56
| wait | Waits for the number of seconds before proceeding to next command. |`wait 5`|
0 commit comments