# Modified Version 0.44#37
Open
hadesrofl wants to merge 1 commit into
Open
Conversation
This is a branch of the Atan Repository on Github (https://github.com/robocup-atan/atan). It is used for an university project to develop an AI for the RoboCup SoccerServer. The Following changes happened while working on Atan for this project: * Move(x,y) allows double values (former: integer) * Fix Coach Hear * Removed the pause in SServerPlayer * Fix TurnNeckCommand in SServerPlayer (seems to not be called) * Dash (power, dir) is capable of receiving a direction as parameter * Capacity and Effort of ServerParams for Player Stats fixed * Referee Message after catching a ball as goalie fixed * Unknown Objects will be set to Player via infoUnknownObject. Unknown Objects might be a player, goal or flag * PlayMode indirect free kick for right and left side implemented * Referee Message for backpass implemented * set cycle on: infoSenseBody. The cycle is the current turn of the server and game. Can be implemented for infoSee and infoHear as well (code is commented. Comments need to be deleted to get it to work)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Be aware this modification is based on version 0.44 as our software-team had lesser problems with fixing 0.44 as with 0.45. Both versions had some initial problems and threw exceptions while running robocub server version 15.xx.
This is the pull request mentioned in #36 .
This is a branch of the Atan Repository on Github (https://github.com/robocup-atan/atan).
It is used for an university project to develop an AI for the RoboCup SoccerServer.
The Following changes happened while working on Atan for this project: