From 9b18adb452a16e48a57b725f5ef72cbddafb96a2 Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Sun, 8 Oct 2023 15:49:54 -0700 Subject: [PATCH] Update preplaced game piece info Zac just told me that closest is not a viable option. --- src/drivelang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivelang/README.md b/src/drivelang/README.md index 8c7c195..f399c48 100644 --- a/src/drivelang/README.md +++ b/src/drivelang/README.md @@ -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