robocup-software
robocup-software copied to clipboard
Georgia Tech RoboJackets Software for the RoboCup Small Size League
## Description The ball handler tactic randomly assigns a robot to either pass or shoot (equal probability). ## Steps to test ### Test Case 1 1. Run Keepaway 2. Observe...
## Description Field computer things ## Associated Issue Issue #??? ## Design Documents [Link](link-to-design-doc) ## Steps to test ### Test Case 1 1. Step 1 2. Step 2 3. Step...
## Description Moved all constants in rj_gameplay to stp/utils/constants.py and namespaced them. ## Associated Issue Issue #??? ## Design Documents [Link](link-to-design-doc) ## Steps to test ### Test Case 1 1....
## Description Code from wall_calculations file moved to wall_tactic, changes were also made to avoid unnecessary code and imports. Steps showing it works: 1- Run the basic_defense file with no...
## Description Removed max speed file. If there's a file where I need to add the max_speed, do let me know. ## Associated Issue "remove max kick speed file" on...
## Description Sometimes, when the ball goes against the wall (most likely when a ball is missed during a pass), the robot assigned to get it will fail to get...
## Description Updating the physics sim to use the errforce simulator ## Steps to test 1. Download [Errforce Sim](https://github.com/robotics-erlangen/framework) and run `colcon build` on it 2. Run `./simulator-cli` in framework/build/erforce/bin...
## Description Fixing mypy issue in wall_ball.py
## Description basic passing ##Test 1. Run sim 2. Spread robots 3. It will pass to the best robot (based on the preliminary cost function)
## Description Triangle pass Might wanna tune the pass speeds of the kicks for better behavior.