We have created a custom barrel game map to use with the minibot challenge. We copied the barrel json file that comes with Pathweaver. Following the instruction in WPILib we created a Custom Game folder and put a copy of the .png and our .json file there. The new .json file was updated to the new map length of 90,45 inches. We left the pixels alone. We see the new game in the drop down. When we start a new path. The start of the path is in the top left corner, but the end of the path is off the screen someplace bottom right. Here is the .json file we are using and what Pathweaver shows.
any idea what we did wrong here?
{
“game”: “Mini Barrel Racing”,
“field-image”: “mini-barrel.png”,
“field-corners”: {
“top-left”: [20, 20],
“bottom-right”: [780,400]
},
“field-size”: [90, 45],
“field-unit”: “inches”
}
.