Skip to content

Commit

Permalink
Merge pull request #173 from Comet-Robotics/169-serverdocumentation-a…
Browse files Browse the repository at this point in the history
…dd-bot-home-positions-to-bot-server-config

Added the home positions for chess pieces
  • Loading branch information
xXDMOGXx authored Sep 23, 2024
2 parents 2d360f2 + b56f255 commit 58d1869
Showing 1 changed file with 130 additions and 0 deletions.
130 changes: 130 additions & 0 deletions src/server/api/bot-server-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,135 @@
"x": "9",
"y": "9"
}
},
"botHomePositions": {
"robot-1": {
"x": "2",
"y": "0"
},
"robot-2": {
"x": "3",
"y": "0"
},
"robot-3": {
"x": "4",
"y": "0"
},
"robot-4": {
"x": "5",
"y": "0"
},
"robot-5": {
"x": "6",
"y": "0"
},
"robot-6": {
"x": "7",
"y": "0"
},
"robot-7": {
"x": "8",
"y": "0"
},
"robot-8": {
"x": "9",
"y": "0"
},
"robot-9": {
"x": "0",
"y": "2"
},
"robot-10": {
"x": "0",
"y": "3"
},
"robot-11": {
"x": "0",
"y": "4"
},
"robot-12": {
"x": "0",
"y": "5"
},
"robot-13": {
"x": "11",
"y": "5"
},
"robot-14": {
"x": "11",
"y": "4"
},
"robot-15": {
"x": "11",
"y": "3"
},
"robot-16": {
"x": "11",
"y": "2"
},
"robot-17": {
"x": "0",
"y": "9"
},
"robot-18": {
"x": "0",
"y": "8"
},
"robot-19": {
"x": "0",
"y": "7"
},
"robot-20": {
"x": "0",
"y": "6"
},
"robot-21": {
"x": "11",
"y": "6"
},
"robot-22": {
"x": "11",
"y": "7"
},
"robot-23": {
"x": "11",
"y": "8"
},
"robot-24": {
"x": "11",
"y": "9"
},
"robot-25": {
"x": "2",
"y": "11"
},
"robot-26": {
"x": "3",
"y": "11"
},
"robot-27": {
"x": "4",
"y": "11"
},
"robot-28": {
"x": "5",
"y": "11"
},
"robot-29": {
"x": "6",
"y": "11"
},
"robot-30": {
"x": "7",
"y": "11"
},
"robot-31": {
"x": "8",
"y": "11"
},
"robot-32": {
"x": "9",
"y": "11"
}
}
}

0 comments on commit 58d1869

Please sign in to comment.