Closed simonstoryparker closed 4 weeks ago
Probably something like this is what we want it to be. Goals:
I will also add that this only really matters for scoring notes that aren't from the midline. So honestly, this probably isn't going to be that useful unless we're running cleanup mode. Keep this in mind when evaluating priorities on what to add to note map.
Currently, we have fixed scoring positions. However, it takes time to pathfinding to a scoring position, which is unnecessary when we're already in a place we can shoot from. We should make a simple bounding box around the area we can shoot from, and we can add a .unless() to the scoreCommand() that checks if our robot is in the scoring box.