by Victor Z. | Dec 27, 2020 | Algorithm, Movement, RoboCup Junior Soccer Simulation Demo 2021
Predicting the ball's location An important part of the RoboCup Junior Soccer Simulation Demo Competition is the ball prediction. Our team used an algorithm involving finding the next x and y locations. We also found that Webot’s has deceleration when the ball...
by Victor Z. | Dec 24, 2020 | Algorithm, RoboCup Junior Soccer Simulation Demo 2021
Designing a dummy goalie for testing One of the important features of testing offence programs in the RoboCup Soccer Simulation Demonstration Competition is having an opposing team that can defend. This makes it essential to have a goalie or defender for offensive...
by Victor Z. | Dec 19, 2020 | Image Processing, Vision, Webot's Vision
Converting Webots image into a BMP file Image processing is an important part of the Webots simulation world. During the RoboCup Demonstration Rescue Competition, our team designed a Victim Detection Algorithm using OpenCV. In the past few months, Victor from our...
by TFA Junior Robotics Team | Dec 12, 2020 | Competition Updates, RoboCup Junior Soccer Simulation Demo 2021
RoboCup Soccer Simulation Begins! The TFA Junior Robotics Team is excited to announce our latest competition. We will be competing in RoboCup Soccer Simulation Demonstration Competition 2021. This competition will be held on Webots, just like the RoboCup Rescue...
by Victor Z. | Dec 5, 2020 | Image Processing, Vision
Contour Tracing Algorithm using C Image Processing During RoboCup Rescue Line and Maze, our team had done Computer Vision contour tracing using OpenCV’s findContours function. In the past month, Victor has focused on writing image processing code in C to make...