Closed justbuchanan closed 10 years ago
Removed option to use blue as team
You may need to run as blue team at comp ...
I think she just meant she removed the option to switch teams after soccer is started (you can now only choose the team at startup as a command-line option), right @xxia34?
Also, could you link the commit to this issue so we can revisit it at some point? Thanks!
My bigger concern is that the solution doesn't match the problem.
It's like say, you notice a bear in the house every time you enter through the front door. Locking the front door and using the back doesn't remove the bear.
I agree that it would be nice to switch teams from within the gui, but it's a non-essential feature and will probably take too long to fix at the moment. For now, a good way to prevent issues is to just disable switching mid-run.
It may not be too hard of a fix to get it working, but I noticed robots getting duplicated as well as coordinate-system flippage, which I'd rather not mess with right now since our before-comp todo list is already pretty big.
Is the option to change to blue in "Field" the one i should remove from the UI?
The problem was that if you switch teams from yellow -> blue OR blue -> yellow while soccer is running, we run into issues. We want the gui to show which team you are currently, but not let you change it. We can still select the team at startup by passing the '-y' or '-b' flag when we run ./soccer, we just won't be able to change it mid-run.
Okay. Should I also remove the kick off blue button? because that doesn't seem to be working well either.
Keep in mind, as @ehuang3 mentioned, that at comp we need to be able to play as either team. Are you talking about the kick off blue button in the referee tab? What's not working about it?
The Blue robots does not move even after clicking kick off, they just draw paths
That's probably a separate issue besides the button / referee. What branch are you on?
Either way, don't remove or disable the button. Go ahead and make a new issue for it if you can't figure out what the problem is.
I reset my commits. but i did make a branch named blueTeam.
It seemed like there were multiple copies of the robots on the field. Also, the coordinate system was backwards.