by Victor Z. | Jan 26, 2021 | Movement, RoboCup Junior Soccer Simulation Demo 2021
Webot's wheels falling off While testing with Webot’s simulation soccer, we found that the wheels could fall off. This happens almost always with the demo player provided, and with robots that don’t have good movement control. We have found that this is...
by Victor Z. | Jan 20, 2021 | Algorithm, RoboCup Junior Soccer Simulation Demo 2021
In RCJ Soccer Simulation, the corner is a triangle that can change the angle of the ball moving. In a normal ball prediction algorithm, the ball will reflect along the x and y wall. However, along a corner, the ball does not reflect along this wall, but rather at a...
by Victor Z. | Jan 12, 2021 | Algorithm, Movement, RoboCup Junior Soccer Simulation Demo 2021
In the RCJ Soccer Simulation Demonstration Competition, there are walls that can slow robots down. These walls can result in a robot getting stuck, and ultimately losing control. It is essential that our team avoid these circumstances. Robot without wall avoidance In...
by Victor Z. | Jan 5, 2021 | Algorithm, RoboCup Junior Soccer Simulation Demo 2021
In the RoboCup Junior Soccer Simulation Competition, our team considered using Machine Learning and/or Reinforcement Learning in our algorithm. However, there were some challenges that we considered: Time constraints Whether we could implement it Learning new concepts...