Skip to content

Commit

Permalink
Update preplaced game piece info
Browse files Browse the repository at this point in the history
Zac just told me that closest is not a viable option.
  • Loading branch information
doinkythederp authored Oct 8, 2023
1 parent 88a883f commit 9b18adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivelang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The horizontal position to score at. There are three options: `cone_left`, `cube

### Pre-placed Game Piece

Configures the robot to pick up a certain pre-placed game piece. When the robot on the blue team side, this is counted from left to right. When the robot is on the red team side, this is counted from right to left. The options are `1`, `2`, or `3`, `4`, or `closest`.
Configures the robot to pick up a certain pre-placed game piece. When the robot on the blue team side, this is counted from left to right. When the robot is on the red team side, this is counted from right to left. The options are `1`, `2`, `3`, or `4`. `closest` is another option but is unlikely to work.

### Drop Position

Expand Down

0 comments on commit 9b18adb

Please sign in to comment.