by Leo W. | Nov 3, 2020 | Algorithm
Accurate Decimal/Big Number Addition using C Decimal calculations can be inaccurate on most computers. When adding float or double type numbers, there can be some unwanted digits in the results. (example on the left) Our team designed different algorithms to complete...
by Victor Z. | Oct 22, 2020 | Algorithm, RoboCup Junior Rescue Simulation Demo 2020
A huge part of building a reliable RoboCup Rescue Demonstration Simulation Competition robot is testing. David from our team played a huge part in this, as he designed different tests for our robot to pass. He designed worlds that tested our vision, mapping,...
by Leo W. | Oct 8, 2020 | Algorithm, Movement, RoboCup Junior Rescue Simulation Demo 2020
Obstacle detection is huge part of the RCJ Rescue Demo competition. During the RoboCup Rescue Simulation Demonstration Competition, one of the viewers asked TFA Team 309 how they detected an obstacle. This is a very good question, as our team had trouble with this as...
by Victor Z. | Sep 14, 2020 | Algorithm, Movement, RoboCup Junior Rescue Simulation Demo 2020
During the RoboCup Junior Rescue Simulation Demonstration Competition, our team performed many tests, one of which was to find noise. David from our team, developed many worlds for us to test. We then performed Data Visualization on the data, to find unique aspects or...