robocup-software
robocup-software copied to clipboard
Georgia Tech RoboJackets Software for the RoboCup Small Size League
## Description We need to understand which topics have which QoS settings and make sure they are consistent, and also make sure transient local is doing what we expect. Fixing...
## Description Currently, our path smoothing code places Bezier waypoints at the endpoints when you have zero initial/final velocity. This creates numerical conditioning issues, which make curvature infinite near the...
Let me sleep
Corner kick stuff. Will corner kick on restart when restart is below 10.6 y position. The corner kick play will continue until it is done or if the ball move...
## Description Jank pass or shoot play that uses a pivot kick
## Description Added a move command to move behind the ball before kicking. Also made the cost function lock in the striker so it does not continuously change.
## Description Add cost if: - Opponents block the way (+999) - Recipient is surrounded by opponents - We pass toward downfield Weight and normalization should be tweaked.
## Description Rework CMake configuration and directory structure. This should speed up incremental builds, as we no longer need to relink the entirety of soccer (and what was previously the...
Pull request: #1671 Link to TODO, or file number/line: tactic/goalie_tactic.py, line 119 The intercept skill/action in gameplay isn't producing any behavior, so it was scrapped for time. Ideally we'd like...
## Description Referee topics are only published on gameplay start/halt, which means we should use the transient local QoS for all related ROS pubs/subs. The pubs are configured as such;...