#include <WorldModel.h>
Collaboration diagram for WorldModel:
Definition at line 77 of file WorldModel.h.
|
|
This method adds one goal to the goal difference. Call this method when your team has scored a goal
Definition at line 370 of file WorldModel.C. References iGoalDiff. Referenced by SenseHandler::analyzeHearMessage(). |
|
This method returns the average of the particles contained in 'posArray'.
Definition at line 1378 of file WorldModelUpdate.C. References VecPosition::getX(), VecPosition::getY(), and UnknownDoubleValue. Referenced by calculateStateAgent(), and calculateStateBall2(). |
|
This method calculates the global neck angle of the agent using all available flag information and the estimation of the current global position of the agent 'pos'. For each perceived flag, the global direction is calculated using the known global position of the flag and the specified global position 'pos' of the agent. Then the global neck direction of the agent is determined using the relative direction to this flag. The average neck angle of all perceived flags is returned.
Definition at line 1544 of file WorldModelUpdate.C. References AngDeg, atan2Deg(), cosDeg(), getGlobalPosition(), getRelativeAngle(), VecPosition::getX(), VecPosition::getY(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), VecPosition::normalizeAngle(), OBJECT_ILLEGAL, OBJECT_SET_FLAGS, ObjectT, sinDeg(), and UnknownAngleValue. Referenced by calculateStateAgent(), and calculateStateAgent2(). |
|
This method calculates the global position of the agent using two flags. Using the perceived distance to the two flag, two circles are created with as center the global position of the flag. The intersection of these two circles is returned as the global position of the agent (note that the relative direction to both flags can be used to determine which of the two possible intersection points is the correct position). It is assumed that the relative information of the specified flags are from the last see message.
Definition at line 1491 of file WorldModelUpdate.C. References AngDeg, getGlobalPosition(), getRelativeAngle(), getRelativeDistance(), VecPosition::getX(), VecPosition::getY(), and ObjectT. Referenced by calculateStateAgent2(). |
|
This method calculates the different state information of the agent, that is the global position, global velocity and global neck angle using the available information in the world model. This method uses a particle filter to determine this information.
Definition at line 1177 of file WorldModelUpdate.C. References agentObject, AngDeg, averageParticles(), calculateAngleAgentWithPos(), calculateStateAgent2(), checkParticlesAgent(), getAgentGlobalNeckAngle(), getFurthestRelativeInSet(), getGlobalAngle(), VecPosition::getMagnitude(), ServerSettings::getPlayerDecay(), getRelativeAngle(), AgentObject::getSpeedRelToNeck(), initParticlesAgent(), VecPosition::normalizeAngle(), OBJECT_ILLEGAL, OBJECT_SET_LINES, ObjectT, particlesPosAgent, resampleParticlesAgent(), VecPosition::rotate(), VecPosition::setMagnitude(), SS, UnknownAngleValue, and updateParticlesAgent(). Referenced by updateAgentObjectAfterSee(). |
|
This method calculates the different state information of the agent, that is the global position, global velocity and global neck angle using the available information in the world model. This method uses a weighted average of all currently perceived flags.
Definition at line 1414 of file WorldModelUpdate.C. References agentObject, AngDeg, calculateAngleAgentWithPos(), calculatePosAgentWith2Flags(), getMinMaxDistQuantizeValue(), ServerSettings::getQuantizeStepL(), getRelativeDistance(), AgentObject::getSpeedRelToNeck(), VecPosition::getX(), VecPosition::getY(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, OBJECT_SET_FLAGS, ObjectT, VecPosition::rotate(), VecPosition::setVecPosition(), SS, and UnknownDoubleValue. Referenced by calculateStateAgent(). |
|
This method calculates the global position and velocity of the ball using the newest visual information.
Definition at line 1611 of file WorldModelUpdate.C. References agentObject, Ball, calculateVelocityDynamicObject(), getAgentGlobalNeckAngle(), getAgentGlobalPosition(), ServerSettings::getBallDecay(), ServerSettings::getBallRand(), getBallSpeed(), ServerSettings::getBallSpeedMax(), getGlobalPosition(), Object::getGlobalPositionLastSee(), getGlobalVelocity(), VecPosition::getMagnitude(), ServerSettings::getMaximalKickDist(), getNrInSetInCircle(), getPlayMode(), AgentObject::getPositionDifference(), getRelativeAngle(), getRelativeDistance(), DynamicObject::getTimeChangeInformation(), Object::getTimeGlobalPosDerivedFromSee(), getTimeLastSeeMessage(), getTimeLastSeen(), getTimeSinceLastCatch(), ServerSettings::getVisibleDistance(), VecPosition::getX(), VecPosition::getY(), isBackPassThem(), isBackPassUs(), isBeforeKickOff(), isGoalKickThem(), isGoalKickUs(), isKickInThem(), isKickInUs(), m_bWasCollision, OBJECT_BALL, OBJECT_SET_OPPONENTS, PENALTY_AREA_WIDTH, PENALTY_X, PITCH_WIDTH, PM_PLAY_ON, VecPosition::setMagnitude(), VecPosition::setVecPosition(), VecPosition::setY(), sign(), and SS. Referenced by updateDynamicObjectAfterSee(). |
|
This method calculates the global position and velocity of the ball by means of a particle filter. Currently not used due to CPU constraints.
Definition at line 2071 of file WorldModelUpdate.C. References agentObject, averageParticles(), Ball, checkParticlesBall(), ServerSettings::getBallDecay(), ServerSettings::getBallRand(), ServerSettings::getBallSpeedMax(), Object::getGlobalPositionLastSee(), VecPosition::getMagnitude(), ServerSettings::getMaximalKickDist(), getNrInSetInCircle(), getPlayMode(), AgentObject::getPositionDifference(), getRelativeDistance(), DynamicObject::getTimeChangeInformation(), Object::getTimeGlobalPosDerivedFromSee(), getTimeLastSeeMessage(), getTimeLastSeen(), getTimeSinceLastCatch(), ServerSettings::getVisibleDistance(), initParticlesBall(), iNrParticlesBall, isBeforeKickOff(), OBJECT_BALL, OBJECT_SET_OPPONENTS, particlesPosBall, particlesVelBall, PM_PLAY_ON, resampleParticlesBall(), VecPosition::setMagnitude(), VecPosition::setVecPosition(), and SS. |
|
This method determines the current state of a player and is called after a see message has arrived.
Definition at line 1734 of file WorldModelUpdate.C. References agentObject, calculateVelocityDynamicObject(), getAgentGlobalPosition(), PlayerObject::getGlobalNeckAngle(), VecPosition::getMagnitude(), getObjectPtrFromType(), ServerSettings::getPlayerRand(), ServerSettings::getPlayerSpeedMax(), getRelativeAngle(), getRelativeDistance(), DynamicObject::getTimeChangeInformation(), getTimeLastSeen(), ObjectT, VecPosition::setMagnitude(), VecPosition::setVecPosition(), and SS. Referenced by updateDynamicObjectAfterSee(). |
|
This method returns the velocity from the object o given the perceptions from the see message. It uses the soccer server formula directly (thus assuming no noise).
Definition at line 1587 of file WorldModelUpdate.C. References cosDeg(), Deg2Rad(), getAgentGlobalNeckAngle(), getAgentGlobalVelocity(), getObjectPtrFromType(), getRelativeAngle(), DynamicObject::getRelativeAngleChange(), getRelativeDistance(), DynamicObject::getRelativeDistanceChange(), ObjectT, VecPosition::relativeToGlobal(), sinDeg(), and UnknownDoubleValue. Referenced by calculateStateBall(), and calculateStatePlayer(). |
|
This method checks all the particles that represent the global position of the agent using the flags in the last perceived see message. The global neck angle of the agent is used to make the perceived information global. Particles that are not possible are deleted and all legal particles will be shifted to the beginning of the array. The number of legal particles is returned.
Definition at line 1306 of file WorldModelUpdate.C. References AngDeg, VecPosition::getDistanceTo(), getGlobalPosition(), getMinMaxDistQuantizeValue(), ServerSettings::getQuantizeStepL(), getRelativeAngle(), getRelativeDistance(), iNrParticlesAgent, iterateObjectNext(), iterateObjectStart(), VecPosition::normalizeAngle(), OBJECT_ILLEGAL, OBJECT_SET_FLAGS, ObjectT, particlesPosAgent, and SS. Referenced by calculateStateAgent(). |
|
This method checks all particles that represent the global position and global velocity of the ball. This is done by using the last perceived information. Using the possible ranges from which these values coule originate from, it can be checked which particles are legal. These particles are moved to the beginning of the array. Afterwards the number of legal particles is stored in 'iNrParticlesLeft'.
Definition at line 2203 of file WorldModelUpdate.C. References AngDeg, Ball, getAgentGlobalNeckAngle(), getAgentGlobalPosition(), getAgentGlobalVelocity(), VecPosition::getDirection(), VecPosition::getMagnitude(), getMinMaxDirChange(), getMinMaxDistChange(), getMinMaxDistQuantizeValue(), getRelativeAngle(), DynamicObject::getRelativeAngleChange(), getRelativeDistance(), DynamicObject::getRelativeDistanceChange(), DynamicObject::getTimeChangeInformation(), getTimeLastSeeMessage(), getTimeLastSeen(), VecPosition::getX(), VecPosition::getY(), VecPosition::globalToRelative(), VecPosition::normalizeAngle(), OBJECT_BALL, Rad2Deg(), UnknownAngleValue, and UnknownDoubleValue. Referenced by calculateStateBall2(). |
|
The actual power with which the ball is kicked depends on the relative location of the ball to the player. The kick is more powerful when the ball is very close to and in front of the player. The actual kickpowerrate with which the power of the kick command is multiplied is equal to
Definition at line 1109 of file WorldModelHighLevel.C. References ServerSettings::getBallSize(), ServerSettings::getKickableMargin(), ServerSettings::getKickPowerRate(), ServerSettings::getPlayerSize(), getRelativeAngle(), getRelativeDistance(), OBJECT_BALL, and SS. Referenced by BasicPlayer::accelerateBallToVelocity(), getKickPowerForSpeed(), BasicPlayer::kickTo(), updateBallAfterKick(), and updateParticlesBall(). |
|
This method determines the actual angle that is used when 'angTurn' is sent to the SoccerServer. This value depends on the current velocity and the inertia moment of the player
Definition at line 1226 of file WorldModelHighLevel.C. References AngDeg, ServerSettings::getInertiaMoment(), and SS. Referenced by predictStateAfterTurn(). |
|
This method returns the body angle relative to the neck of the agent.
Definition at line 535 of file WorldModel.C. References agentObject, AngDeg, and AgentObject::getBodyAngleRelToNeck(). Referenced by BasicPlayer::alignNeckWithBody(), and getRelativeAngle(). |
|
This method returns the effort information of the agent
Definition at line 572 of file WorldModel.C. References agentObject, Stamina::getEffort(), and AgentObject::getStamina(). Referenced by BasicPlayer::dashToPoint(). |
|
This method returns the global body angle of the agent in the world.
Definition at line 549 of file WorldModel.C. References agentObject, AngDeg, and PlayerObject::getGlobalBodyAngle(). Referenced by BasicPlayer::accelerateBallToVelocity(), BasicPlayer::dashToPoint(), BasicPlayer::defendGoalLine(), Player::deMeer5_goalie(), BasicPlayer::dribble(), BasicPlayer::freezeBall(), BasicPlayer::getInterceptionPointBall(), BasicPlayer::interceptClose(), BasicPlayer::interceptCloseGoalie(), BasicPlayer::interceptScoringAttempt(), BasicPlayer::kickBallCloseToBody(), BasicPlayer::kickTo(), BasicPlayer::mark(), BasicPlayer::moveToPos(), BasicPlayer::moveToPosAlongLine(), BasicPlayer::outplayOpponent(), predictAgentStateAfterCommand(), predictNrCyclesToPoint(), predictPosAfterNrCycles(), BasicPlayer::searchBall(), BasicPlayer::turnBackToPoint(), BasicPlayer::turnBodyToPoint(), BasicPlayer::turnWithBallTo(), updateAgentAndBallAfterSense(), updateBallAfterKick(), and updateParticlesBall(). |
|
This method returns the global neck angle of the agent in the world.
Definition at line 542 of file WorldModel.C. References agentObject, AngDeg, and PlayerObject::getGlobalNeckAngle(). Referenced by calculateStateAgent(), calculateStateBall(), calculateVelocityDynamicObject(), checkParticlesBall(), Player::executeStringCommand(), BasicPlayer::getInterceptionPointBall(), initParticlesBall(), BasicPlayer::kickTo(), predictAgentStateAfterCommand(), updateAgentAndBallAfterSense(), updateDynamicObjectAfterSee(), and updateObjectRelativeFromGlobal(). |
|
This method returns the global position of the agent
Definition at line 593 of file WorldModel.C. References agentObject, and Object::getGlobalPosition(). Referenced by calculateStateBall(), calculateStatePlayer(), checkParticlesBall(), BasicPlayer::dashToPoint(), BasicPlayer::defendGoalLine(), Player::deMeer5(), Player::deMeer5_goalie(), BasicPlayer::dribble(), Player::executeStringCommand(), BasicPlayer::getInterceptionPointBall(), getRelAngleOpponentGoal(), getRelDistanceOpponentGoal(), initParticlesBall(), BasicPlayer::interceptClose(), BasicPlayer::interceptScoringAttempt(), isOpponentAtAngle(), BasicPlayer::kickTo(), BasicPlayer::mark(), BasicPlayer::moveToPos(), BasicPlayer::moveToPosAlongLine(), BasicPlayer::outplayOpponent(), predictAgentStateAfterCommand(), processUnsureHearInfo(), BasicPlayer::searchBall(), BasicPlayer::turnWithBallTo(), updateAgentAndBallAfterSense(), and updateObjectRelativeFromGlobal(). |
|
This method returns the global velocity information of the agent
Definition at line 579 of file WorldModel.C. References agentObject, and DynamicObject::getGlobalVelocity(). Referenced by calculateVelocityDynamicObject(), checkParticlesBall(), BasicPlayer::dashToPoint(), BasicPlayer::getInterceptionPointBall(), initParticlesBall(), BasicPlayer::interceptClose(), BasicPlayer::interceptCloseGoalie(), predictAgentStateAfterCommand(), and updateAgentAndBallAfterSense(). |
|
This method returns the ObjectType of the agent. This is an ObjectT between OBJECT_TEAMMATE_1 and OBJECT_TEAMMATE_11
Definition at line 518 of file WorldModel.C. References agentObject, Object::getType(), and ObjectT. Referenced by Player::deMeer5(), Player::deMeer5_goalie(), Player::executeStringCommand(), getFirstEmptySpotInSet(), isConfidenceGood(), isConfidenceVeryGood(), predictAgentPos(), predictNrCyclesToPoint(), predictPosAfterNrCycles(), processNewObjectInfo(), processPerfectHearInfo(), processUnsureHearInfo(), BasicPlayer::turnWithBallTo(), updateAfterSeeMessage(), updateAfterSenseMessage(), updateAgentAndBallAfterSense(), updateAll(), and updateRelativeFromGlobal(). |
|
This method returns the speed of the agent
Definition at line 586 of file WorldModel.C. References agentObject, and DynamicObject::getSpeed(). Referenced by BasicPlayer::getInterceptionPointBall(), BasicPlayer::searchBall(), BasicPlayer::turnBackToPoint(), and BasicPlayer::turnBodyToPoint(). |
|
This method returns the stamina information of the agent
Definition at line 556 of file WorldModel.C. References agentObject, and AgentObject::getStamina(). Referenced by Player::deMeer5(), getAgentTiredNess(), BasicPlayer::getInterceptionPointBall(), BasicPlayer::interceptClose(), BasicPlayer::interceptCloseGoalie(), predictAgentStateAfterCommand(), predictPosAfterNrCycles(), and updateAgentAndBallAfterSense(). |
|
This method returns a TiredNessT value that indicates how tired the agent is.
Definition at line 564 of file WorldModel.C. References getAgentStamina(), ServerSettings::getRecoverDecThr(), ServerSettings::getStaminaMax(), Stamina::getTiredNess(), SS, and TiredNessT. |
|
This method returns the view angle of the agent.
Definition at line 600 of file WorldModel.C. References agentObject, AgentObject::getViewAngle(), and ViewAngleT. Referenced by getAgentViewFrequency(), and BasicPlayer::searchBall(). |
|
This method returns the view frequency of see messages for the agent relative to the time of the sense_body interval. So 0.5 means a see message arrives twice in every simulation cycle.
Definition at line 616 of file WorldModel.C. References getAgentViewAngle(), getAgentViewQuality(), VA_ILLEGAL, VA_NARROW, VA_NORMAL, VA_WIDE, ViewAngleT, ViewQualityT, VQ_HIGH, VQ_ILLEGAL, and VQ_LOW. Referenced by SenseHandler::analyzeSeeMessage(), and SenseHandler::setTimeSignal(). |
|
This method returns the view quality of the agent
Definition at line 607 of file WorldModel.C. References agentObject, AgentObject::getViewQuality(), and ViewQualityT. Referenced by getAgentViewFrequency(). |
|
This method determines the angle that should be sent to the soccerserver when the player wants to turn angDesiredAngle. This value depends on the current velocity and the inertia moment of the player
Definition at line 1209 of file WorldModelHighLevel.C. References AngDeg, ServerSettings::getInertiaMoment(), ServerSettings::getMaxMoment(), ServerSettings::getMinMoment(), and SS. Referenced by BasicPlayer::getInterceptionPointBall(), BasicPlayer::searchBall(), BasicPlayer::turnBackToPoint(), and BasicPlayer::turnBodyToPoint(). |
|
This method returns the global direction of the ball velocity.
Definition at line 664 of file WorldModel.C. References AngDeg, Ball, VecPosition::getDirection(), and DynamicObject::getGlobalVelocity(). Referenced by BasicPlayer::freezeBall(), BasicPlayer::interceptScoringAttempt(), and isBallHeadingToGoal(). |
|
This method returns the global position of the ball. The method getConfidence with as argument OBJECT_BALL should be called to check the confidence of this global position.
Definition at line 650 of file WorldModel.C. References getGlobalPosition(), and OBJECT_BALL. Referenced by BasicPlayer::clearBall(), BasicPlayer::defendGoalLine(), Player::deMeer5(), Player::deMeer5_goalie(), BasicPlayer::getEndSpeedForPass(), getOffsideX(), BasicPlayer::getShootPositionOnLine(), getStrategicPosition(), BasicPlayer::interceptScoringAttempt(), isBallCatchable(), isBallHeadingToGoal(), isBallInOwnPenaltyArea(), BasicPlayer::kickBallCloseToBody(), BasicPlayer::kickTo(), BasicPlayer::moveToPosAlongLine(), BasicPlayer::searchBall(), BasicPlayer::turnWithBallTo(), and updateAgentAndBallAfterSense(). |
|
This method returns the current estimate of the speed of the ball.
Definition at line 657 of file WorldModel.C. References Ball, DynamicObject::getGlobalVelocity(), and VecPosition::getMagnitude(). Referenced by calculateStateBall(), BasicPlayer::freezeBall(), BasicPlayer::kickBallCloseToBody(), and BasicPlayer::turnWithBallTo(). |
|
This method returns the status of the ball. This value is derived from the check_ball command that can only be used by the coach. The status of the ball corresponds to the server time returned by getTimeCheckBall.
Definition at line 433 of file WorldModel.C. References BallStatusT, and bsCheckBall. |
|
This method returns the closest object in 'set' to the line 'l'. The projection p of the global position of this object on the line 'l' should lie between pos1 and pos2. After the method is finished, it returns this object and the last two arguments of this method are set to the the distance between the object and p and the distance from pos1 to p respectively.
Definition at line 231 of file WorldModelHighLevel.C. References VecPosition::getDistanceTo(), getGlobalPosition(), PlayerSettings::getPlayerConfThr(), Line::getPointOnLineClosestTo(), Line::isInBetween(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and PS. |
|
This method returns the ojbect type of the closest object to the specified position and that is part of the object set 'set' with a confidence higher than the supplied threshold. If no threshold is supplied, the threshold defined in PlayerSettings is used.
Definition at line 192 of file WorldModelHighLevel.C. References getGlobalPosition(), VecPosition::getMagnitude(), PlayerSettings::getPlayerConfThr(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and PS. |
|
This method returns the object type of the closest object to the ObjectT that is supplied as the second argument. Only objects are taken into account that are part of the set 'set' and have a confidence higher than the supplied threshold. If no threshold is supplied, the threshold defined in PlayerSettings is used.
Definition at line 152 of file WorldModelHighLevel.C. References getGlobalPosition(), VecPosition::getMagnitude(), PlayerSettings::getPlayerConfThr(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and PS. Referenced by processUnsureHearInfo(), BasicPlayer::turnWithBallTo(), and updateAgentAndBallAfterSense(). |
|
This method returns the object type of the closest object relative to the agent. Only objects are taken into account that are part of the set 'set'.
Definition at line 273 of file WorldModelHighLevel.C. References getRelativeDistance(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, and ObjectT. Referenced by initParticlesAgent(). |
|
This method returns the confidence value of the object supplied as the first argument. The confidence is calculated using the current server cycle and the time the object was last seen.
Definition at line 833 of file WorldModel.C. References Object::getConfidence(), getCurrentTime(), getObjectPtrFromType(), and ObjectT. Referenced by BasicPlayer::defendGoalLine(), Player::deMeer5(), Player::deMeer5_goalie(), getFirstEmptySpotInSet(), getStrategicPosition(), isConfidenceGood(), isConfidenceVeryGood(), iterateObjectNext(), and logObjectInformation(). |
|
This method returns the current cycle number. In case of a player this is the cycle of the last sense message, in case of the coach this is the cycle of the last see_global message.
Definition at line 196 of file WorldModel.C. References getPlayerNumber(), Time::getTime(), getTimeLastSeeGlobalMessage(), and getTimeLastSenseMessage(). Referenced by SenseHandler::analyzePlayerMessage(), Player::deMeer5(), BasicPlayer::freezeBall(), logObjectInformation(), Player::mainLoop(), processPlayerMessage(), and Player::shallISaySomething(). |
|
This method returns the current time. In case of a player this is the time of the last sense message, in case of the coach this is the time of the last see_global message.
Definition at line 184 of file WorldModel.C. References getPlayerNumber(), getTimeLastSeeGlobalMessage(), and getTimeLastSenseMessage(). Referenced by Player::amIAgentToSaySomething(), SenseHandler::analyzeHearMessage(), SenseHandler::analyzeMessage(), SenseHandler::analyzeSeeGlobalMessage(), SenseHandler::analyzeSenseMessage(), getConfidence(), getMaxTraveledDistance(), getTimeFromConfidence(), isTimeStopped(), logObjectInformation(), Player::mainLoop(), predictNrCyclesToPoint(), predictPosAfterNrCycles(), processCatchedBall(), processPerfectHearInfo(), processPerfectHearInfoBall(), processPlayerMessage(), processQueuedCommands(), BasicPlayer::searchBall(), ActHandler::sendCommands(), Player::shallISaySomething(), show(), storePlayerMessage(), updateAfterSeeMessage(), updateAfterSenseMessage(), updateAgentAndBallAfterSense(), updateAll(), updateBallAfterKick(), updateBallForCollision(), and updateDynamicObjectForNextCycle(). |
|
This method determines the (global) direction which has the largest angle between the opponents and is located in the interval angMin.. angMax.
Definition at line 910 of file WorldModelHighLevel.C. References AngDeg, getBisectorTwoAngles(), VecPosition::getDistanceTo(), getGlobalPosition(), getOppGoalieType(), PlayerSettings::getPlayerConfThr(), getRelativeDistance(), VecPosition::getX(), VecPosition::getY(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), max(), MAX_OPPONENTS, min(), VecPosition::normalizeAngle(), OBJECT_ILLEGAL, OBJECT_SET_OPPONENTS, ObjectT, PITCH_LENGTH, PS, and UnknownAngleValue. Referenced by BasicPlayer::clearBall(), and BasicPlayer::getShootPositionOnLine(). |
|
This method returns the speed the ball will have after 'dCycles' cycles when it is given an initial speed of 'dFirstSpeed'. This can be calculated using a geometric series.
Definition at line 1196 of file WorldModelHighLevel.C. References ServerSettings::getBallDecay(), and SS. Referenced by BasicPlayer::getEndSpeedForPass(). |
|
This method returns the fastest object to another object that is currently located at position 'pos' and has velocity 'vel' that decays with a value 'dDecay'. The last argument will be filled with the predicted amount of cycles needed to reach this object.
Definition at line 525 of file WorldModelHighLevel.C. References VecPosition::getDistanceTo(), getGlobalPosition(), PlayerSettings::getPlayerConfThr(), ServerSettings::getPlayerSpeedMax(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, PS, and SS. |
|
This method returns the fastest object to a specified object and fills the last argument with the predicted amount of cycles needed to intercept this object. Only objects within the set 'set' are taken into consideration and the objects have to have a confidence higher than the player confidence threshold defined in PlayerSettings.
Definition at line 472 of file WorldModelHighLevel.C. References VecPosition::getDistanceTo(), getGlobalPosition(), PlayerSettings::getPlayerConfThr(), ServerSettings::getPlayerSpeedMax(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, predictPosAfterNrCycles(), PS, and SS. Referenced by Player::deMeer5(), Player::deMeer5_goalie(), and isBallInOurPossesion(). |
|
This method returns the first empty spot in the set 'set'. The first empty spot is returned as the object which has a lower confidence than the threshold player_conf_thr defined in the PlayerSettings. This can be used when information of an unknown object is perceived. It is set on the first position where there is currently no information stored. If 'iUnknownPlayer' is specified, the range that corresponds to this unknown player is used to dermine the position.
Definition at line 578 of file WorldModelHighLevel.C. References getAgentObjectType(), getConfidence(), PlayerSettings::getPlayerConfThr(), PlayerObject::isInRange(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, PS, and UnknownPlayers. Referenced by mapUnknownPlayers(), and processUnsureHearInfo(). |
|
This method returns the speed that has to be given to the ball when it should have travelled a distance 'dDist' after 'dCycles' number of cycles. This can be calculated using a geometric series.
Definition at line 1185 of file WorldModelHighLevel.C. References ServerSettings::getBallDecay(), Geometry::getFirstGeomSeries(), and SS. Referenced by BasicPlayer::getEndSpeedForPass(). |
|
This method returns the speed that has to be given to the ball when it should have an endspeed of 'dEndSpeed' after 'dCycles' number of cycles. This can be calculated using a geometric series.
Definition at line 1171 of file WorldModelHighLevel.C. References ServerSettings::getBallDecay(), and SS. Referenced by getKickSpeedToTravel(). |
|
This method returns the object type of the furthest object to the ObjectT that is supplied as the second argument. Only objects are taken into account that are part of the set 'set' and have a confidence higher than the supplied threshold. If no threshold is supplied, the threshold defined in PlayerSettings is used.
Definition at line 395 of file WorldModelHighLevel.C. References getGlobalPosition(), VecPosition::getMagnitude(), PlayerSettings::getPlayerConfThr(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and PS. |
|
This method returns the type of the object that is located furthest relative to the agent. Only objects are taken into account that are part of the set 'set'.
Definition at line 431 of file WorldModelHighLevel.C. References getRelativeDistance(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, and ObjectT. Referenced by calculateStateAgent(). |
|
This method returns the global angle of the specified object (this object is normally a line).
Definition at line 820 of file WorldModel.C. References AngDeg, SoccerTypes::getGlobalAngleLine(), getSide(), SoccerTypes::isLine(), ObjectT, and UnknownAngleValue. Referenced by calculateStateAgent(). |
|
This method returns the global body angle of the specified object. No check is made whether this information is up to date (use getTimeGlobalAngles).
Definition at line 795 of file WorldModel.C. References AngDeg, PlayerObject::getGlobalBodyAngle(), getObjectPtrFromType(), ObjectT, and UnknownAngleValue. Referenced by logObjectInformation(), predictNrCyclesToPoint(), and predictPosAfterNrCycles(). |
|
This method returns the global neck angle of the specified object. No check is made whether this information is up to date (use getTimeGlobalAngles).
Definition at line 808 of file WorldModel.C. References AngDeg, PlayerObject::getGlobalNeckAngle(), getObjectPtrFromType(), ObjectT, and UnknownAngleValue. Referenced by logObjectInformation(). |
|
This method returns the global position of an objectType. This method is normally used for the objects on the field (player, opponents and the ball). When the global position cannot be determined, a VecPosition with both the x and y coordinate are set to 'UnknownDoubleValue'.
Definition at line 688 of file WorldModel.C. References Object::getGlobalPosition(), SoccerTypes::getGlobalPositionFlag(), ServerSettings::getGoalWidth(), getObjectPtrFromType(), getSide(), SoccerTypes::isFlag(), SoccerTypes::isGoal(), ObjectT, SS, and UnknownDoubleValue. Referenced by calculateAngleAgentWithPos(), calculatePosAgentWith2Flags(), calculateStateBall(), checkParticlesAgent(), getBallPos(), getClosestInSetTo(), getDirectionOfWidestAngle(), getFastestInSetTo(), getFurthestInSetTo(), BasicPlayer::getMarkingPosition(), getNrInSetInCircle(), getNrInSetInCone(), getNrInSetInRectangle(), getSecondClosestInSetTo(), BasicPlayer::getThroughPassShootingPoint(), initParticlesAgent(), isOnside(), isOpponentAtAngle(), BasicPlayer::leadingPass(), logObjectInformation(), BasicPlayer::mark(), BasicPlayer::outplayOpponent(), predictNrCyclesToObject(), predictNrCyclesToPoint(), predictPosAfterNrCycles(), Player::sayBallStatus(), BasicPlayer::turnWithBallTo(), updateBallAfterKick(), updateBallForCollision(), and updateDynamicObjectForNextCycle(). |
|
This method returns the global velocity of an objectType. When the global position cannot be determined, a VecPosition is returned with both the x and y coordinate set to 'UnknownDoubleValue'.
Definition at line 719 of file WorldModel.C. References DynamicObject::getGlobalVelocity(), getObjectPtrFromType(), ObjectT, and UnknownDoubleValue. Referenced by BasicPlayer::accelerateBallToVelocity(), calculateStateBall(), BasicPlayer::defendGoalLine(), BasicPlayer::kickBallCloseToBody(), BasicPlayer::kickTo(), logObjectInformation(), predictPosAfterNrCycles(), Player::sayBallStatus(), updateBallAfterKick(), updateBallForCollision(), and updateDynamicObjectForNextCycle(). |
|
This method returns the goal difference. When this value is below zero, the team of agent is behind, 0 means that the score is currently the same for both teams and a value higher than zero means that you're winning!.
Definition at line 362 of file WorldModel.C. References iGoalDiff. |
|
This method returns information about the heterogeneous player at index 'iIndex'. This information consists of a subset of the ServerSettings values that fully specify the information of the heterogeneous player. Definition at line 1035 of file WorldModel.C. References pt. |
|
The actual power with which the ball must be kicked depends on the relative location of the ball to the player. The kick is more powerful when the ball is very close to and in front of the player. The actual power with which the ball must be kicked is equal to
Definition at line 1133 of file WorldModelHighLevel.C. References getActualKickPowerRate(). Referenced by BasicPlayer::accelerateBallToVelocity(), BasicPlayer::freezeBall(), BasicPlayer::kickBallCloseToBody(), and BasicPlayer::kickTo(). |
|
This method determines the power with which the ball must be kicked in order to travel a given distance and still have a speed after that distance
Definition at line 1147 of file WorldModelHighLevel.C. References ServerSettings::getBallDecay(), Geometry::getFirstInfGeomSeries(), getFirstSpeedFromEndSpeed(), Geometry::getLengthGeomSeries(), and SS. Referenced by BasicPlayer::kickTo(). |
|
This method receives the part of a see message that is not processed yet. Based on the ordening of teammates and opponents in this see message information can be extracted of the range of possible object types for the current object. This method returns the maximum object type that this object be by looking to the first object next in the remainder of the see message.
Definition at line 2356 of file WorldModelUpdate.C. References SoccerTypes::getIndex(), SoccerTypes::getObjectFromStr(), SoccerTypes::getOpponentObjectFromIndex(), SoccerTypes::getTeammateObjectFromIndex(), getTeamName(), Parse::gotoFirstOccurenceOf(), SoccerTypes::isKnownPlayer(), SoccerTypes::isOpponent(), SoccerTypes::isTeammate(), OBJECT_ILLEGAL, OBJECT_OPPONENT_11, OBJECT_PLAYER_UNKNOWN, OBJECT_TEAMMATE_11, and ObjectT. Referenced by processLastSeeMessage(). |
|
This method returns the maximum distance object 'o' could have traveled since it was last seen.
Definition at line 457 of file WorldModelHighLevel.C. References getCurrentTime(), ServerSettings::getPlayerSpeedMax(), getTimeLastSeen(), ObjectT, and SS. |
|
This method determines the minimum and maximum input values that will produce a quantized (noise used in the soccer server) for the direction change of 'dOutput'. See the soccer server manual for details.
Definition at line 1806 of file WorldModelUpdate.C. References invQuantizeMax(), and invQuantizeMin(). Referenced by checkParticlesBall(), and initParticlesBall(). |
|
This method determines the minimum and maximum input values that will produce a quantized (noise used in the soccer server) for the distance change of 'dOutput'. See the soccer server manual for details.
Definition at line 1828 of file WorldModelUpdate.C. References getMinMaxDistQuantizeValue(), invQuantizeMax(), invQuantizeMin(), max(), and min(). Referenced by checkParticlesBall(), and initParticlesBall(). |
|
This method determines the minimum and maximum input values that will produce a quantized (noise used in the soccer server) distance of 'dOutput'. With other words, this is the range of values that will have the same quantized value 'dOutput'. The quantized steps are defined by x1 and x2. See the soccer server manual for details.
Definition at line 1780 of file WorldModelUpdate.C. References invQuantizeMax(), and invQuantizeMin(). Referenced by calculateStateAgent2(), checkParticlesAgent(), checkParticlesBall(), getMinMaxDistChange(), initParticlesAgent(), and initParticlesBall(). |
|
This method returns the number of objects that are within the circle 'c' Only objects are taken into account that are part of the set 'set' and have a confidence higher than the threshold defined in PlayerSettings.
Definition at line 84 of file WorldModelHighLevel.C. References getGlobalPosition(), PlayerSettings::getPlayerConfThr(), Circle::isInside(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and PS. Referenced by calculateStateBall(), calculateStateBall2(), and Player::deMeer5_goalie(). |
|
This method returns the number of objects in the specified cone. A cone is like a piece of a pie, in which 'start' is the center of the pie, 'end' is the edge of the pie and 'dWidth' is the half width of the piece after distance 1. Only objects are taken into consideration that are within the set 'set' and have a confidence higher than the threshold defined in PlayerSettings.
Definition at line 113 of file WorldModelHighLevel.C. References VecPosition::getDistanceTo(), getGlobalPosition(), PlayerSettings::getPlayerConfThr(), Line::getPointOnLineClosestTo(), Line::isInBetween(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), Line::makeLineFromTwoPoints(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and PS. Referenced by Player::executeStringCommand(), and BasicPlayer::outplayOpponent(). |
|
This method returns the number of visible objects that are part of the object set 'set' and located in the rectangle 'rect'. When no rectangle is defined (rect=NULL) the whole field is taken into account. Only objects with a confidence value higher than the threshold defined in PlayerSettings are taken into consideration.
Definition at line 61 of file WorldModelHighLevel.C. References getGlobalPosition(), PlayerSettings::getPlayerConfThr(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and PS. Referenced by updateAll(). |
|
This method returns the amount of commands c performed by the agent. This is supplied in the sense_body message.
Definition at line 387 of file WorldModel.C. References CommandT, and iCommandCounters. Referenced by show(). |
|
This method returns a pointer to the Object information of the object type that is passed as the first argument.
Definition at line 117 of file WorldModel.C. References agentObject, Ball, Flags, SoccerTypes::getIndex(), getOppGoalieType(), getOwnGoalieType(), Object::getType(), SoccerTypes::isBall(), SoccerTypes::isFlag(), SoccerTypes::isKnownPlayer(), SoccerTypes::isLine(), SoccerTypes::isTeammate(), Lines, OBJECT_ILLEGAL, OBJECT_OPPONENT_GOALIE, OBJECT_TEAMMATE_GOALIE, ObjectT, Opponents, and Teammates. Referenced by calculateStatePlayer(), calculateVelocityDynamicObject(), getConfidence(), getGlobalBodyAngle(), getGlobalNeckAngle(), getGlobalPosition(), getGlobalVelocity(), getRelativeAngle(), getRelativeDistance(), getRelativePosition(), getTimeChangeInformation(), getTimeGlobalAngles(), getTimeGlobalPosition(), getTimeGlobalVelocity(), getTimeLastSeen(), isKnownPlayer(), isVisible(), processNewObjectInfo(), processPerfectHearInfo(), processSeeGlobalInfo(), setIsKnownPlayer(), setTimeLastSeen(), show(), updateDynamicObjectAfterSee(), updateDynamicObjectForNextCycle(), and updateObjectRelativeFromGlobal(). |
|
This method returns the x coordinate of the offside line using the known information in the WorldModel. If a player moves beyond this line, he stands offside. First the opponent with the second highest x coordinate is located, then the maximum of this x coordinate and the ball x coordinate is returned.
Definition at line 815 of file WorldModelHighLevel.C. References getBallPos(), Object::getGlobalPosition(), getOppGoalieType(), Object::getType(), VecPosition::getX(), isConfidenceVeryGood(), max(), MAX_OPPONENTS, OBJECT_ILLEGAL, ObjectT, Opponents, and PENALTY_X. Referenced by getStrategicPosition(), isOnside(), and BasicPlayer::mark(). |
|
This method returns the object type of the opponent goalkeeper. Which object type is the actual goalkeeper is checked in different ways. First of all this information is can be available in a see message. When no player is stored in the world model of which this is is perceived, the opponent goalkeeper is assumed the player with the highest x coordinate, but only if this player stands very close in front of the goal
Definition at line 866 of file WorldModel.C. References Object::getGlobalPosition(), ServerSettings::getGoalWidth(), PlayerObject::getIsGoalie(), Object::getType(), VecPosition::getX(), VecPosition::getY(), isConfidenceGood(), MAX_OPPONENTS, OBJECT_ILLEGAL, OBJECT_OPPONENT_1, ObjectT, Opponents, PENALTY_X, PITCH_LENGTH, SS, and UnknownDoubleValue. Referenced by getDirectionOfWidestAngle(), getObjectPtrFromType(), and getOffsideX(). |
|
This method returns the outer position on the field given a position 'pos' and a global angle 'ang'. The outer position is defined as the point on the field where the line created from this position and angle crosses either a side line, goal line or penalty line. To be on the safe side a small value is specified, which denotes the distance from the side line that should be returned.
Definition at line 861 of file WorldModelHighLevel.C. References AngDeg, Line::getIntersection(), VecPosition::getY(), Line::makeLineFromPositionAndAngle(), PENALTY_AREA_WIDTH, PENALTY_X, PITCH_LENGTH, and PITCH_WIDTH. |
|
This method returns the object type of the own goalkeeper. Which object type is the actual goalkeeper is checked in different ways. First of all this information is available in the see, when (goalie) is behind the perceived object. When no player is stored in the world model of which this is perceived, the own goalkeeper is assumed the player with the lowest x coordinate, but only if this player stands close in front of the goal.
Definition at line 905 of file WorldModel.C. References Object::getGlobalPosition(), ServerSettings::getGoalWidth(), PlayerObject::getIsGoalie(), Object::getType(), VecPosition::getX(), VecPosition::getY(), isConfidenceGood(), MAX_TEAMMATES, OBJECT_ILLEGAL, OBJECT_TEAMMATE_1, ObjectT, PENALTY_X, PITCH_LENGTH, SS, Teammates, and UnknownDoubleValue. Referenced by getObjectPtrFromType(). |
|
This method returns the player number of the agent. The player number is the fixed number which is given by the server after initialization.
Definition at line 289 of file WorldModel.C. References iPlayerNumber. Referenced by SenseHandler::analyzeChangePlayerTypeMessage(), SenseHandler::analyzeMessage(), SenseHandler::analyzePlayerMessage(), getCurrentCycle(), getCurrentTime(), Player::mainLoop(), and updateAll(). |
|
This method returns the current playmode. This playmode is passed through by the referee.
Definition at line 341 of file WorldModel.C. References playMode, and PlayModeT. Referenced by calculateStateBall(), calculateStateBall2(), Player::deMeer5_goalie(), isBackPassThem(), isBackPassUs(), isBeforeKickOff(), isCornerKickThem(), isCornerKickUs(), isDeadBallThem(), isDeadBallUs(), isFreeKickFaultThem(), isFreeKickFaultUs(), isFreeKickThem(), isFreeKickUs(), isGoalKickThem(), isGoalKickUs(), isKickInThem(), isKickInUs(), isKickOffThem(), isKickOffUs(), isOffsideThem(), and isOffsideUs(). |
|
This method returns the global position of the opponent goal.
Definition at line 984 of file WorldModel.C. References SoccerTypes::getGlobalPositionFlag(), SoccerTypes::getGoalOpponent(), ServerSettings::getGoalWidth(), getSide(), and SS. |
|
This method returns the global position of the own goal.
Definition at line 994 of file WorldModel.C. References SoccerTypes::getGlobalPositionFlag(), ServerSettings::getGoalWidth(), SoccerTypes::getOwnGoal(), getSide(), and SS. Referenced by BasicPlayer::getMarkingPosition(), and isBallHeadingToGoal(). |
|
This method determines the optimal dash power to mantain an optimal speed When the current speed is too high and the distance is very small, a negative dash is performed. Otherwise the difference with the maximal speed is determined and the dash power rate is set to compensate for this difference.
Definition at line 1241 of file WorldModelHighLevel.C. References AngDeg, ServerSettings::getDashPowerRate(), ServerSettings::getMaxPower(), ServerSettings::getMinPower(), ServerSettings::getPlayerSpeedMax(), VecPosition::getX(), VecPosition::rotate(), and SS. Referenced by BasicPlayer::dashToPoint(), BasicPlayer::interceptClose(), and BasicPlayer::interceptCloseGoalie(). |
|
This method returns the relative angle to the opponent goal. This relative angle is the relative angle between the opponent goal position and the agent position. The neck and body angle of the agent are NOT taken into account.
Definition at line 1020 of file WorldModel.C. References getAgentGlobalPosition(), SoccerTypes::getGlobalPositionFlag(), OBJECT_GOAL_L, OBJECT_GOAL_R, SIDE_LEFT, and sideSide. |
|
This method returns the relative angle between the agent and the object supplied as the first argument. No check is made whether this information is up to date (use isVisible or getConfidence for that). By default the returned angle is relative to the neck of the agent. When the second argument 'bWithBody' is set to true, the returned angle is relative to the body of the agent.
Definition at line 764 of file WorldModel.C. References AngDeg, getAgentBodyAngleRelToNeck(), getObjectPtrFromType(), Object::getRelativeAngle(), VecPosition::normalizeAngle(), ObjectT, and UnknownDoubleValue. Referenced by calculateAngleAgentWithPos(), calculatePosAgentWith2Flags(), calculateStateAgent(), calculateStateBall(), calculateStatePlayer(), calculateVelocityDynamicObject(), BasicPlayer::catchBall(), checkParticlesAgent(), checkParticlesBall(), Player::deMeer5(), getActualKickPowerRate(), initParticlesAgent(), initParticlesBall(), BasicPlayer::kickTo(), mapUnknownPlayers(), and removeGhosts(). |
|
This method returns the relative distance between the agent and the object supplied as the first argument. No check is made whether this information is up to date (use isVisible or getConfidence for that).
Definition at line 733 of file WorldModel.C. References getObjectPtrFromType(), Object::getRelativeDistance(), ObjectT, and UnknownDoubleValue. Referenced by Player::amIAgentToSaySomething(), SenseHandler::analyzeSeeMessage(), SenseHandler::analyzeSenseMessage(), calculatePosAgentWith2Flags(), calculateStateAgent2(), calculateStateBall(), calculateStateBall2(), calculateStatePlayer(), calculateVelocityDynamicObject(), checkParticlesAgent(), checkParticlesBall(), getActualKickPowerRate(), getClosestRelativeInSet(), getDirectionOfWidestAngle(), getFurthestRelativeInSet(), getSecondClosestRelativeInSet(), initParticlesAgent(), initParticlesBall(), BasicPlayer::interceptClose(), BasicPlayer::interceptCloseGoalie(), isBallCatchable(), isBallKickable(), BasicPlayer::kickTo(), logObjectInformation(), mapUnknownPlayers(), processPlayerMessage(), removeGhosts(), updateAll(), and updateBallAfterKick(). |
|
This method returns the relative position of the object to the agent. No check is made whether this information is up to date (use isVisible or getConfidence for that).
Definition at line 746 of file WorldModel.C. References getObjectPtrFromType(), Object::getRelativePosition(), ObjectT, and UnknownDoubleValue. Referenced by mapUnknownPlayers(), and processNewObjectInfo(). |
|
This method returns the relative distance to the opponent goal
Definition at line 1004 of file WorldModel.C. References getAgentGlobalPosition(), VecPosition::getDistanceTo(), SoccerTypes::getGlobalPositionFlag(), OBJECT_GOAL_L, OBJECT_GOAL_R, SIDE_LEFT, and sideSide. |
|
This method returns the object type of the second closest object to the object type that is supplied as the second argument. Only objects are taken into account within set 'set' and with a confidence higher than the supplied threshold. If no threshold is supplied, the threshold defined in PlayerSettings is used.
Definition at line 306 of file WorldModelHighLevel.C. References getGlobalPosition(), VecPosition::getMagnitude(), PlayerSettings::getPlayerConfThr(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and PS. |
|
This method returns the object type of the second closest object relative to the agent. Only objects are taken into account within set 'set' and which where seen in the last see message.
Definition at line 351 of file WorldModelHighLevel.C. References getRelativeDistance(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, and ObjectT. |
|
This method returns the side of the agent. Note that the side of the agent does not change after half time.
Definition at line 307 of file WorldModel.C. References sideSide, and SideT. Referenced by SenseHandler::analyzeHearMessage(), Player::deMeer5_goalie(), getGlobalAngle(), getGlobalPosition(), getPosOpponentGoal(), getPosOwnGoal(), isBackPassThem(), isBackPassUs(), isCornerKickThem(), isCornerKickUs(), isFreeKickFaultThem(), isFreeKickFaultUs(), isFreeKickThem(), isFreeKickUs(), isGoalKickThem(), isGoalKickUs(), isInOwnPenaltyArea(), isInTheirPenaltyArea(), isKickInThem(), isKickInUs(), isKickOffThem(), isKickOffUs(), isOffsideThem(), isOffsideUs(), setPlayMode(), and show(). |
|
This method determine the strategic position for the specified player. This is done using the Formations class. In this class all information about the current formation, player number in formation and otheic values are stored. The strategic position is based on the position of the ball. If the confidence in the position of the ball is lower than the threshold defined in PlayerSettings, it is assumed that the ball is at position (0,0).
Definition at line 1059 of file WorldModelHighLevel.C. References formations, PlayerSettings::getBallConfThr(), getBallPos(), getConfidence(), PlayerSettings::getCyclesCatchWait(), getOffsideX(), Formations::getPlayerInFormation(), Formations::getStrategicPosition(), getTimeSinceLastCatch(), VecPosition::getX(), isBeforeKickOff(), isFreeKickThem(), isGoalKickThem(), isGoalKickUs(), isOffsideUs(), min(), OBJECT_BALL, PENALTY_X, PITCH_LENGTH, PS, VecPosition::setVecPosition(), and VecPosition::setX(). Referenced by Player::deMeer5(), and Player::deMeer5_goalie(). |
|
This method returns the teamname of the agent in this worldmodel
Definition at line 323 of file WorldModel.C. References strTeamName. Referenced by SenseHandler::analyzeSeeGlobalMessage(), getMaxRangeUnknownPlayer(), processLastSeeMessage(), and show(). |
|
This method returns the last server cycle the relative distance change of the specified object has been reported.
Definition at line 949 of file WorldModel.C. References getObjectPtrFromType(), DynamicObject::getTimeChangeInformation(), and ObjectT. Referenced by Player::amIAgentToSaySomething(), and processPlayerMessage(). |
|
This method returns the time the status of the ball was last checked (coach only).
Definition at line 414 of file WorldModel.C. References timeCheckBall. |
|
This method returns the inverse confidence, i.e. the time that belongs to the specified confidence. This can be used to determine the time the object was last seen when the confidence is given. Herefore the current time is used.
Definition at line 802 of file WorldModelHighLevel.C. References getCurrentTime(). Referenced by logObjectInformation(), processPerfectHearInfo(), and processPerfectHearInfoBall(). |
|
This method returns the time of the global angles (both body and neck angle) of the specified object.
Definition at line 782 of file WorldModel.C. References getObjectPtrFromType(), PlayerObject::getTimeGlobalAngles(), and ObjectT. Referenced by predictNrCyclesToPoint(), and predictPosAfterNrCycles(). |
|
This method returns the time of the global position of the specified object.
Definition at line 673 of file WorldModel.C. References getObjectPtrFromType(), Object::getTimeGlobalPosition(), ObjectT, and UnknownTime. Referenced by updateAfterSenseMessage(). |
|
This method returns the time of the global velocity of the specified object.
Definition at line 705 of file WorldModel.C. References getObjectPtrFromType(), DynamicObject::getTimeGlobalVelocity(), ObjectT, and UnknownTime. Referenced by logObjectInformation(). |
|
This method returns the time of the last received referee message.
Definition at line 175 of file WorldModel.C. References timeLastRefMessage. |
|
This method returns the time of the last see global message. This message can only be received by the coach.
Definition at line 223 of file WorldModel.C. References getTimeLastSeeMessage(). Referenced by getCurrentCycle(), and getCurrentTime(). |
|
This method returns the time of the last see message
Definition at line 241 of file WorldModel.C. References timeLastSeeMessage. Referenced by SenseHandler::analyzeSeeMessage(), calculateStateBall(), calculateStateBall2(), checkParticlesBall(), getTimeLastSeeGlobalMessage(), initParticlesBall(), isLastMessageSee(), isVisible(), iterateObjectNext(), Player::mainLoop(), removeGhosts(), BasicPlayer::searchBall(), updateAfterSeeMessage(), updateAgentObjectAfterSee(), updateAll(), and updateDynamicObjectAfterSee(). |
|
This method returns the last server cycle the specified object has been seen.
Definition at line 935 of file WorldModel.C. References getObjectPtrFromType(), Object::getTimeLastSeen(), and ObjectT. Referenced by calculateStateBall(), calculateStateBall2(), calculateStatePlayer(), checkParticlesBall(), getMaxTraveledDistance(), iterateObjectNext(), mapUnknownPlayers(), removeGhosts(), and updateAfterSeeMessage(). |
|
This method returns the time of the last sense message
Definition at line 264 of file WorldModel.C. References timeLastSenseMessage. Referenced by SenseHandler::analyzeSeeMessage(), getCurrentCycle(), getCurrentTime(), isLastMessageSee(), isQueuedActionPerformed(), processLastSeeMessage(), setPlayMode(), and updateAll(). |
|
This method returns the number of cycles since the last catch.
Definition at line 157 of file WorldModel.C. References Time::getTime(), timeLastCatch, and timeLastSenseMessage. Referenced by calculateStateBall(), calculateStateBall2(), Player::deMeer5_goalie(), getStrategicPosition(), and isBallCatchable(). |
|
This method initializes all particles that represent the global position of the agent. All points are initialized with the position 'posInitial'. This method can be used when you are completely sure of the position of the agent (for example after a 'move' command).
Definition at line 1292 of file WorldModelUpdate.C. References iNrParticlesAgent, and particlesPosAgent. |
|
This method initializes all particles that represent the global position of the agent. This is done using the closest perceived flag. Points are generated from the area that could generate the perceived information. The global neck angle of the agent 'angGlobal' is used to determine the global position of the agent based on the perceived relative information to the closest flag.
Definition at line 1248 of file WorldModelUpdate.C. References AngDeg, getClosestRelativeInSet(), getGlobalPosition(), getMinMaxDistQuantizeValue(), ServerSettings::getQuantizeStepL(), getRelativeAngle(), getRelativeDistance(), iNrParticlesAgent, VecPosition::normalizeAngle(), OBJECT_ILLEGAL, OBJECT_SET_FLAGS, ObjectT, particlesPosAgent, and SS. Referenced by calculateStateAgent(), and updateAgentAndBallAfterSense(). |
|
This method initializes all particles that represent the global position and global velocity of the ball. This is done by taking the last perceived information and generate particles within the range that can produce the perceived values. Note that each position is related to the velocity with the same index. The state of the ball is implicitly represented as a 4-tuple (pos_x, pos_y, vel_x, vel_y).
Definition at line 2136 of file WorldModelUpdate.C. References AngDeg, Ball, cosDeg(), Deg2Rad(), getAgentGlobalNeckAngle(), getAgentGlobalPosition(), getAgentGlobalVelocity(), getMinMaxDirChange(), getMinMaxDistChange(), getMinMaxDistQuantizeValue(), getRelativeAngle(), DynamicObject::getRelativeAngleChange(), getRelativeDistance(), DynamicObject::getRelativeDistanceChange(), DynamicObject::getTimeChangeInformation(), getTimeLastSeeMessage(), Object::getTimeRelativePosition(), OBJECT_BALL, VecPosition::relativeToGlobal(), VecPosition::setVecPosition(), sinDeg(), UnknownAngleValue, and UnknownDoubleValue. Referenced by calculateStateBall2(). |
|
This method returns the maximum value that generates dOutput as a quantized value when 'dQuantizeStep' is used as the quantized step.
Definition at line 1863 of file WorldModelUpdate.C. Referenced by getMinMaxDirChange(), getMinMaxDistChange(), and getMinMaxDistQuantizeValue(). |
|
This method returns the minimum value that generates dOutput as a quantized value when 'dQuantizeStep' is used as the quantized step.
Definition at line 1851 of file WorldModelUpdate.C. Referenced by getMinMaxDirChange(), getMinMaxDistChange(), and getMinMaxDistQuantizeValue(). |
|
This method checks whether the current play mode indicates that the other team has made a back pass (which is not allowed). This occurs when an opponent has passed the ball back to the goalkeeper and he catched it. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1325 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_BACK_PASS_LEFT, PM_BACK_PASS_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by calculateStateBall(), and isDeadBallUs(). |
|
This method checks whether the current play mode indicates that we have made a back pass (which is not allowed). This occurs when a teamamte has passed the ball back to the goalkeeper and he catched it. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1308 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_BACK_PASS_LEFT, PM_BACK_PASS_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by calculateStateBall(), and isDeadBallThem(). |
|
This method determines whether the ball is catchable. This only applies to a goalie. Three things are tested:
Definition at line 630 of file WorldModelHighLevel.C. References getBallPos(), ServerSettings::getCatchableAreaL(), ServerSettings::getCatchBanCycle(), getRelativeDistance(), getTimeSinceLastCatch(), isInOwnPenaltyArea(), OBJECT_BALL, and SS. Referenced by Player::deMeer5_goalie(). |
|
This method checks whether the ball is currently heading towards our own goal. For the ball to be heading to our goal a few constraints must be met:
Definition at line 646 of file WorldModelHighLevel.C. References getBallDirection(), getBallPos(), ServerSettings::getGoalWidth(), Line::getIntersection(), getPosOwnGoal(), VecPosition::getX(), VecPosition::getY(), isConfidenceGood(), Line::makeLineFromPositionAndAngle(), Line::makeLineFromTwoPoints(), OBJECT_BALL, PENALTY_X, PITCH_LENGTH, predictPosAfterNrCycles(), and SS. |
|
This method returns whether the ball is in our possesion. This is defined by the fact if the fastest player to the ball is a teammate or not.
Definition at line 678 of file WorldModelHighLevel.C. References getFastestInSetTo(), SoccerTypes::isTeammate(), OBJECT_BALL, OBJECT_ILLEGAL, OBJECT_SET_PLAYERS, and ObjectT. |
|
This method returns whether the ball lies in the own penalty area.
Definition at line 693 of file WorldModelHighLevel.C. References getBallPos(), and isInOwnPenaltyArea(). |
|
This method determines whether the ball is kicakble, i.e. the ball is in the kickable range of the agent (see ServerSettings). This value can be different for the different heterogeneous player types.
Definition at line 616 of file WorldModelHighLevel.C. References ServerSettings::getMaximalKickDist(), getRelativeDistance(), OBJECT_BALL, and SS. Referenced by Player::deMeer5(), and Player::deMeer5_goalie(). |
|
This method checks whether the play mode indicates that there is (or will be) a before kick off situation. This is the case when the play mode equals PM_BEFORE_KICK_OFF or either PM_GOAL_LEFT or PM_GOAL_RIGHT since after the goal the play mode will go to PM_BEFORE_KICK_OFF. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1099 of file WorldModel.C. References getPlayMode(), PlayModeT, PM_BEFORE_KICK_OFF, PM_GOAL_LEFT, PM_GOAL_RIGHT, and PM_ILLEGAL. Referenced by calculateStateBall(), calculateStateBall2(), Player::deMeer5(), Player::deMeer5_goalie(), and getStrategicPosition(). |
|
This method determines whether a dash command (supplied as the first argument) will result in collision with another player. This is checked by determing the global position after the command and then check whether the positions of one of the other players lies with the player size. Since it cannot be known what kind of action the other player takes in this cycle, it is also difficult to predict what the global position of the player will be in the next cycle. This method therefore assumes the other players have issued a dash with maximum power in the last cycle.
Definition at line 382 of file WorldModelPredict.C. References CMD_DASH, SoccerCommand::commandType, ServerSettings::getBallSize(), VecPosition::getDistanceTo(), ServerSettings::getPlayerSize(), OBJECT_BALL, predictAgentPosAfterCommand(), predictPosAfterNrCycles(), and SS. Referenced by BasicPlayer::dribble(). |
|
This method determines whether the confidence for 'o' is good. The confidence of the object is compared to the player_conf_thr defined in PlayerSettings. When the confidence is higher than this value and the object does not equal the agent object type true is returned, otherwise false.
Definition at line 739 of file WorldModelHighLevel.C. References getAgentObjectType(), getConfidence(), PlayerSettings::getPlayerConfThr(), ObjectT, and PS. Referenced by getOppGoalieType(), getOwnGoalieType(), isBallHeadingToGoal(), mapUnknownPlayers(), show(), and updateRelativeFromGlobal(). |
|
This method determines whether the confidence for 'o' is very good. The confidence of the object is compared to the player_high_conf_thr defined in PlayerSettings. When the confidence is higher than this value and the object does not equal the agent object type true is returned, otherwise false.
Definition at line 751 of file WorldModelHighLevel.C. References getAgentObjectType(), getConfidence(), PlayerSettings::getPlayerHighConfThr(), ObjectT, and PS. Referenced by getOffsideX(). |
|
This method checks whether the current play mode indicates that the other team has a corner kick. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1166 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_CORNER_KICK_LEFT, PM_CORNER_KICK_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by Player::deMeer5_goalie(), and isDeadBallThem(). |
|
This method checks whether the current play mode indicates that we have a corner kick. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1151 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_CORNER_KICK_LEFT, PM_CORNER_KICK_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by isDeadBallUs(). |
|
This method checks whether the current play mode indicates that there is a dead ball situation and their team is allowed to perform the action. That is their team has either a free kick, kick in, corner kick or a kick in. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1135 of file WorldModel.C. References getPlayMode(), isBackPassUs(), isCornerKickThem(), isFreeKickFaultUs(), isFreeKickThem(), isGoalKickThem(), isKickInThem(), isKickOffThem(), isOffsideUs(), PlayModeT, and PM_ILLEGAL. Referenced by Player::deMeer5(). |
|
This method checks whether the play mode indicates that there is a dead ball situation and our team is allowed to perform the action. That is our team has either a free kick, kick in, corner kick or a kick in. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1116 of file WorldModel.C. References getPlayMode(), isBackPassThem(), isCornerKickUs(), isFreeKickFaultThem(), isFreeKickUs(), isGoalKickUs(), isKickInUs(), isKickOffUs(), isOffsideThem(), PlayModeT, and PM_ILLEGAL. |
|
This method checks whether the current play mode indicates that the other team has made a free kick fault. This happens when a player kicks the ball twice after a free kick or a kick in. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1260 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_FREE_KICK_FAULT_LEFT, PM_FREE_KICK_FAULT_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by isDeadBallUs(). |
|
This method checks whether the current play mode indicates that we have made a free kick fault. This happens when a player kicks the ball twice after a free kick or a kick in. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1243 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_FREE_KICK_FAULT_LEFT, PM_FREE_KICK_FAULT_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by isDeadBallThem(). |
|
This method checks whether the play mode indicates that the other team has a free kick. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1081 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_FREE_KICK_LEFT, PM_FREE_KICK_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by Player::deMeer5_goalie(), getStrategicPosition(), and isDeadBallThem(). |
|
This method checks whether the play mode indicates that we have a free kick. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1066 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_FREE_KICK_LEFT, PM_FREE_KICK_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by Player::deMeer5_goalie(), isDeadBallUs(), and BasicPlayer::kickTo(). |
|
This method checks whether the current play mode indicates that the other team has a kick off. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1355 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_GOAL_KICK_LEFT, PM_GOAL_KICK_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by calculateStateBall(), getStrategicPosition(), and isDeadBallThem(). |
|
This method checks whether the current play mode indicates that we have a goal kick. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1340 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_GOAL_KICK_LEFT, PM_GOAL_KICK_RIGHT, PM_ILLEGAL, SIDE_LEFT, and SIDE_RIGHT. Referenced by calculateStateBall(), Player::deMeer5_goalie(), getStrategicPosition(), and isDeadBallUs(). |
|
This method returns whether the specified position lies in the own penalty area.
Definition at line 702 of file WorldModelHighLevel.C. References SoccerTypes::getGlobalPositionFlag(), getSide(), VecPosition::getX(), VecPosition::getY(), OBJECT_FLAG_P_L_C, OBJECT_FLAG_P_R_C, ObjectT, PENALTY_AREA_WIDTH, and SIDE_LEFT. Referenced by BasicPlayer::defendGoalLine(), Player::deMeer5_goalie(), BasicPlayer::getInterceptionPointBall(), isBallCatchable(), and isBallInOwnPenaltyArea(). |
|
This method returns whether the specified position lies in the opponent penalty area.
Definition at line 719 of file WorldModelHighLevel.C. References SoccerTypes::getGlobalPositionFlag(), getSide(), VecPosition::getX(), VecPosition::getY(), OBJECT_FLAG_P_L_C, OBJECT_FLAG_P_R_C, ObjectT, PENALTY_AREA_WIDTH, and SIDE_LEFT. |
|
This method checks whether the current play mode indicates that the other team has a kick in. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1226 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_ILLEGAL, PM_KICK_IN_LEFT, PM_KICK_IN_RIGHT, SIDE_LEFT, and SIDE_RIGHT. Referenced by calculateStateBall(), and isDeadBallThem(). |
|
This method checks whether the current play mode indicates that we have a kick in. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1211 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_ILLEGAL, PM_KICK_IN_LEFT, PM_KICK_IN_RIGHT, SIDE_LEFT, and SIDE_RIGHT. Referenced by calculateStateBall(), isDeadBallUs(), and BasicPlayer::kickTo(). |
|
This method checks whether the current play mode indicates that the other team has a kick off. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1291 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_ILLEGAL, PM_KICK_OFF_LEFT, PM_KICK_OFF_RIGHT, SIDE_LEFT, and SIDE_RIGHT. Referenced by Player::deMeer5(), and isDeadBallThem(). |
|
This method checks whether the current play mode indicates that we have a kick off. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1275 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_ILLEGAL, PM_KICK_OFF_LEFT, PM_KICK_OFF_RIGHT, SIDE_LEFT, and SIDE_RIGHT. Referenced by isDeadBallUs(). |
|
This method returns wheter the specified object type is a known player. A known player is a player of which we know for certain that the player number is correct. If a player is seen without a number and it cannot be mapped to a player, it is put on the first empty position in the player list and the status of known player is set to false.
Definition at line 849 of file WorldModel.C. References PlayerObject::getIsKnownPlayer(), getObjectPtrFromType(), and ObjectT. Referenced by logObjectInformation(), processNewObjectInfo(), and setIsKnownPlayer(). |
|
This method returns whether the last received message was a see or not.
Definition at line 215 of file WorldModel.C. References getTimeLastSeeMessage(), and getTimeLastSenseMessage(). Referenced by updateAll(). |
|
This method checks whether the current play mode indicates that the other team stood offside. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1196 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_ILLEGAL, PM_OFFSIDE_LEFT, PM_OFFSIDE_RIGHT, SIDE_LEFT, and SIDE_RIGHT. Referenced by isDeadBallUs(). |
|
This method checks whether the current play mode indicates that we stood offside. When the specified PlayModeT equals PM_ILLEGAL (default), the current play mode is used.
Definition at line 1181 of file WorldModel.C. References getPlayMode(), getSide(), PlayModeT, PM_ILLEGAL, PM_OFFSIDE_LEFT, PM_OFFSIDE_RIGHT, SIDE_LEFT, and SIDE_RIGHT. Referenced by getStrategicPosition(), isDeadBallThem(), and BasicPlayer::mark(). |
|
This method checks whether the specified object stands onside. This is done by comparing the x coordinate of the object to the offside line.
Definition at line 760 of file WorldModelHighLevel.C. References getGlobalPosition(), getOffsideX(), VecPosition::getX(), and ObjectT. |
|
This method determines whether there stands an opponent in the global direction of the specified angle and in distance 'dDist'. An opponent is considered to stand in the global direction when the angle difference with the specified angle is smaller than 60 degrees.
Definition at line 772 of file WorldModelHighLevel.C. References AngDeg, getAgentGlobalPosition(), VecPosition::getDistanceTo(), getGlobalPosition(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, OBJECT_SET_OPPONENTS, and ObjectT. |
|
This method checks whether a queued action is performed. The commands in QueuedCommands are the commands that are sent to the server by the ActHandler. The performedCommands array contains the commands that are performed in the last cycle (using the count information in the sense_body message). Using these two array it is possible to check whether a command is actually performed by the server. When there is an action that is sent to the server and not performed, this method returns false, true otherwise.
Definition at line 1048 of file WorldModel.C. References getTimeLastSenseMessage(), MAX_COMMANDS, performedCommands, queuedCommands, and SoccerCommand::time. Referenced by ActHandler::sendCommands(), and updateAll(). |
|
This method returns whether the time of the server stands still. This occurs during non play-on modes (kick_in, kick_off, etc.).
Definition at line 208 of file WorldModel.C. References getCurrentTime(), and Time::isStopped(). Referenced by updateAll(). |
|
This method returns a truth value that represents whether the object supplied as the first argument was seen in the last see message. If "touch" information was received, i.e. the object was very close to the agent but not in its view cone, false is also returned.
Definition at line 601 of file WorldModelHighLevel.C. References getObjectPtrFromType(), getTimeLastSeeMessage(), Object::getTimeLastSeen(), and ObjectT. |
|
This method finsished the iteration. It should be called after iterateObjectNext has returned OBJECT_ILLEGAL indicating no more objects are available that satisfy the constraints.
Definition at line 510 of file WorldModel.C. Referenced by calculateAngleAgentWithPos(), calculateStateAgent2(), getClosestInSetTo(), getClosestRelativeInSet(), getDirectionOfWidestAngle(), getFastestInSetTo(), getFurthestInSetTo(), getFurthestRelativeInSet(), getNrInSetInCircle(), getNrInSetInCone(), getNrInSetInRectangle(), getSecondClosestInSetTo(), getSecondClosestRelativeInSet(), isOpponentAtAngle(), processNewObjectInfo(), updateAfterSeeMessage(), updateAfterSenseMessage(), and updateRelativeFromGlobal(). |
|
This method gets the next object in the iteration over an object set g. iterateObjectStart should have been called first. Only ObjectT with a confidence higher than dConf will be returned. When no more objects are available OBJECT_ILLEGAL is returned.
Definition at line 470 of file WorldModel.C. References getConfidence(), PlayerSettings::getPlayerConfThr(), getTimeLastSeeMessage(), getTimeLastSeen(), SoccerTypes::isInSet(), OBJECT_ILLEGAL, OBJECT_MAX_OBJECTS, OBJECT_SET_OPPONENTS, OBJECT_SET_PLAYERS, OBJECT_SET_TEAMMATES, ObjectSetT, ObjectT, and PS. Referenced by calculateAngleAgentWithPos(), calculateStateAgent2(), checkParticlesAgent(), getClosestInSetTo(), getClosestRelativeInSet(), getDirectionOfWidestAngle(), getFastestInSetTo(), getFirstEmptySpotInSet(), getFurthestInSetTo(), getFurthestRelativeInSet(), getNrInSetInCircle(), getNrInSetInCone(), getNrInSetInRectangle(), getSecondClosestInSetTo(), getSecondClosestRelativeInSet(), isOpponentAtAngle(), iterateObjectStart(), logObjectInformation(), processNewObjectInfo(), removeGhosts(), show(), updateAfterSeeMessage(), updateAfterSenseMessage(), and updateRelativeFromGlobal(). |
|
This method starts an iteration over an object set g. This method will return the first ObjectT in an ObjectSetT that has a confidence higher than dConf. After this call use the method iterateObjectNext with the same argument to get the other objects that belong to this set.
Definition at line 456 of file WorldModel.C. References iterateObjectNext(), ObjectSetT, and ObjectT. Referenced by calculateAngleAgentWithPos(), calculateStateAgent2(), checkParticlesAgent(), getClosestInSetTo(), getClosestRelativeInSet(), getDirectionOfWidestAngle(), getFastestInSetTo(), getFirstEmptySpotInSet(), getFurthestInSetTo(), getFurthestRelativeInSet(), getNrInSetInCircle(), getNrInSetInCone(), getNrInSetInRectangle(), getSecondClosestInSetTo(), getSecondClosestRelativeInSet(), isOpponentAtAngle(), logObjectInformation(), processNewObjectInfo(), removeGhosts(), show(), updateAfterSeeMessage(), updateAfterSenseMessage(), and updateRelativeFromGlobal(). |
|
This method logs all object information that is currently stored in the World Model. The output is formatted as follows. First the current time (cycle_nr,cycle_stopped) is printed, followed by the object information of the specified object 'obj'. The global x and global y position are first printed, followed by the global x and global y velocity. Finally the body and the neck angle are printed. Then the information of the ball "pos_x pos_y vel_x vel_y conf" is printed, followed by the information of all eleven teammates "nr pos_x pos_y vel_x vel_y conf" and the same information about the eleven opponents. Values that are currently not known are replaced by the value -10.0000. This method is normally used by a player to log every cycle all its information contained in the world model to a file. If the coach (with perfect information) does the same, these two files can be analyzed to calculate the error for the different values.
Definition at line 1498 of file WorldModel.C. References getConfidence(), getCurrentCycle(), getCurrentTime(), getGlobalBodyAngle(), getGlobalNeckAngle(), getGlobalPosition(), getGlobalVelocity(), SoccerTypes::getIndex(), PlayerSettings::getPlayerConfThr(), getRelativeDistance(), getTimeFromConfidence(), getTimeGlobalVelocity(), VecPosition::getX(), VecPosition::getY(), isKnownPlayer(), SoccerTypes::isTeammate(), iterateObjectNext(), iterateObjectStart(), OBJECT_BALL, OBJECT_ILLEGAL, OBJECT_SET_PLAYERS, ObjectT, and PS. Referenced by updateAll(). |
|
This method maps the information in the array of unknown players (players of which we do not know the number and/or team) to the player information located in the WorldModel. This is done by comparing the predicted position of players we haven't seen this cycle and the information of players of which we do not have the number and/or teamname.If this difference in the distance is smaller than tolerated (see PlayerSettings::getPlayerDistTolerance()), this player information is updated with the specified information.
Definition at line 1878 of file WorldModelUpdate.C. References VecPosition::getDistanceTo(), getFirstEmptySpotInSet(), SoccerTypes::getIndex(), PlayerSettings::getPlayerDistTolerance(), getRelativeAngle(), Object::getRelativeDistance(), getRelativeDistance(), getRelativePosition(), getTimeLastSeen(), Object::getType(), ServerSettings::getVisibleDistance(), iNrUnknownPlayers, isConfidenceGood(), PlayerObject::isInRange(), SoccerTypes::isKnownPlayer(), SoccerTypes::isOpponent(), SoccerTypes::isTeammate(), MAX_OPPONENTS, MAX_TEAMMATES, OBJECT_ILLEGAL, OBJECT_OPPONENT_UNKNOWN, OBJECT_PLAYER_UNKNOWN, OBJECT_SET_OPPONENTS, OBJECT_SET_TEAMMATES, OBJECT_TEAMMATE_UNKNOWN, ObjectT, Opponents, PS, Object::setType(), VecPosition::setVecPosition(), SS, Teammates, and UnknownPlayers. Referenced by processLastSeeMessage(). |
|
This method predicts the position of the agent after 'iCycles' when every cycle is dashed with 'iDashPower'. The method 'predictGlobalPosAfterNrCycles' is used to calculate this position.
Definition at line 246 of file WorldModelPredict.C. References getAgentObjectType(), and predictPosAfterNrCycles(). Referenced by BasicPlayer::interceptClose(), BasicPlayer::interceptCloseGoalie(), BasicPlayer::kickBallCloseToBody(), BasicPlayer::mark(), BasicPlayer::moveToPos(), BasicPlayer::turnBackToPoint(), and BasicPlayer::turnBodyToPoint(). |
|
This method returns the global position of the agent after the specified command is performed. This method makes use of the method 'predictAgentInfoAfterCommand'
Definition at line 128 of file WorldModelPredict.C. References AngDeg, and predictAgentStateAfterCommand(). Referenced by isCollisionAfterDash(), and BasicPlayer::turnWithBallTo(). |
|
This method predicts the state of the agent after it performs a specific SoccerCommand. This method makes use of the method predictInfoAfterCommand. All arguments are initialized with the current values of the agent.
Definition at line 109 of file WorldModelPredict.C. References AngDeg, getAgentGlobalBodyAngle(), getAgentGlobalNeckAngle(), getAgentGlobalPosition(), getAgentGlobalVelocity(), getAgentStamina(), and predictStateAfterCommand(). Referenced by BasicPlayer::interceptClose(), BasicPlayer::interceptCloseGoalie(), predictAgentPosAfterCommand(), and BasicPlayer::turnNeckToPoint(). |
|
This method returns the number of cycles it will take the object 'objFrom' to reach the object 'objTo' (usually respectively the player and the ball).
Definition at line 294 of file WorldModelPredict.C. References EPSILON, VecPosition::getDistanceTo(), getGlobalPosition(), PlayerSettings::getPlayerWhenToIntercept(), PlayerSettings::getPlayerWhenToTurnAngle(), OBJECT_ILLEGAL, ObjectT, predictNrCyclesToPoint(), predictPosAfterNrCycles(), PS, and UnknownDoubleValue. |
|
This method gives an estimate for the number of cycles it will a player to reach a specific position. A position is reached when the player is located in the maximal kick distance of this position. When this is not the case a dash (or turn) is performed until the player is in the kickable distance.
Definition at line 259 of file WorldModelPredict.C. References AngDeg, getAgentGlobalBodyAngle(), getAgentObjectType(), getCurrentTime(), VecPosition::getDistanceTo(), getGlobalBodyAngle(), getGlobalPosition(), ServerSettings::getMaximalKickDist(), ServerSettings::getPlayerSpeedMax(), getTimeGlobalAngles(), min(), ObjectT, and SS. Referenced by Player::executeStringCommand(), BasicPlayer::getEndSpeedForPass(), and predictNrCyclesToObject(). |
|
This method determines the global position of the object o after iCycles When the object is the ball, only the decay of the ball is taken into account. When the object is a player it is assumed that the player dashes with 'iDashPower' every cycle.
Definition at line 203 of file WorldModelPredict.C. References getAgentGlobalBodyAngle(), getAgentObjectType(), getAgentStamina(), ServerSettings::getBallDecay(), getCurrentTime(), VecPosition::getDirection(), getGlobalBodyAngle(), getGlobalPosition(), getGlobalVelocity(), VecPosition::getMagnitude(), Geometry::getSumGeomSeries(), getTimeGlobalAngles(), SoccerTypes::isKnownPlayer(), OBJECT_BALL, ObjectT, predictStateAfterDash(), and SS. Referenced by getFastestInSetTo(), BasicPlayer::getInterceptionPointBall(), BasicPlayer::getMarkingPosition(), BasicPlayer::interceptClose(), BasicPlayer::interceptCloseGoalie(), isBallHeadingToGoal(), isCollisionAfterDash(), predictAgentPos(), predictNrCyclesToObject(), BasicPlayer::turnBodyToObject(), BasicPlayer::turnNeckToObject(), and BasicPlayer::turnWithBallTo(). |
|
This method updates all the stamina variables using the calculations from the soccer manual. It is not really important since stamina is read from sense_body every cycle. That information is more up to date.
Definition at line 333 of file WorldModelPredict.C. References Stamina::getEffort(), ServerSettings::getEffortDec(), ServerSettings::getEffortDecThr(), ServerSettings::getEffortInc(), ServerSettings::getEffortIncThr(), ServerSettings::getEffortMin(), ServerSettings::getRecoverDec(), ServerSettings::getRecoverDecThr(), ServerSettings::getRecoverMin(), Stamina::getRecovery(), Stamina::getStamina(), ServerSettings::getStaminaIncMax(), ServerSettings::getStaminaMax(), Stamina::setEffort(), Stamina::setRecovery(), Stamina::setStamina(), and SS. Referenced by predictStateAfterDash(). |
|
This method predicts the state of an player after it performs a specific SoccerCommand. The current state of the agent is passed by giving the position, velocity and body and neck direction. These arguments are updated and after return of this method will contain the new values as if the command was performed.
Definition at line 65 of file WorldModelPredict.C. References AngDeg, CMD_CATCH, CMD_DASH, CMD_ILLEGAL, CMD_KICK, CMD_MOVE, CMD_TURN, CMD_TURNNECK, SoccerCommand::commandType, SoccerCommand::dAngle, SoccerCommand::dPower, SoccerCommand::dX, SoccerCommand::dY, VecPosition::normalizeAngle(), playMode, PM_BEFORE_KICK_OFF, predictStateAfterDash(), predictStateAfterTurn(), VecPosition::setMagnitude(), and VecPosition::setVecPosition(). Referenced by BasicPlayer::interceptClose(), predictAgentStateAfterCommand(), and updateAgentAndBallAfterSense(). |
|
This method determines the state of a player after a dash command is performed. The current state of the player is specified by the passed arguments. After this method returns, all arguments are updated.
Definition at line 145 of file WorldModelPredict.C. References ServerSettings::getDashPowerRate(), Stamina::getEffort(), VecPosition::getMagnitude(), ServerSettings::getPlayerDecay(), ServerSettings::getPlayerSpeedMax(), VecPosition::getVecPositionFromPolar(), VecPosition::normalizeAngle(), predictStaminaAfterDash(), VecPosition::setMagnitude(), and SS. Referenced by BasicPlayer::getInterceptionPointBall(), BasicPlayer::interceptClose(), BasicPlayer::interceptCloseGoalie(), predictPosAfterNrCycles(), predictStateAfterCommand(), predictStateAfterTurn(), and updateAgentAndBallAfterSense(). |
|
This method determines the state of a player after a turn command is performed. The global position is updated with the velocity and the velocity is updated. Then the actual turn angle is calculated taken the inertia into account. This actual turn angle is used to update both the global body and global neck direction.
Definition at line 181 of file WorldModelPredict.C. References AngDeg, getActualTurnAngle(), VecPosition::getMagnitude(), VecPosition::normalizeAngle(), and predictStateAfterDash(). Referenced by BasicPlayer::getInterceptionPointBall(), and predictStateAfterCommand(). |
|
This method sets the catch cycle time for the goalie. This is the cycle time that the ball is catched by the goalie. This information is said by the referee by indicating the side that catched the ball. This method checks whether our side catched the ball. If this is the case, the time is set and the goalie cannot catch the ball for a certain cycles (see ServerSettings).
Definition at line 457 of file WorldModelUpdate.C. References Ball, getCurrentTime(), REFC_GOALIE_CATCH_BALL_LEFT, REFC_GOALIE_CATCH_BALL_RIGHT, RefereeMessageT, DynamicObject::setGlobalVelocity(), SIDE_LEFT, SIDE_RIGHT, sideSide, and timeLastCatch. Referenced by SenseHandler::analyzeHearMessage(). |
|
This method processes the last received see message and updates all the values in the world model accordingly. Definition at line 623 of file WorldModelUpdate.C. References AngDeg, getMaxRangeUnknownPlayer(), SoccerTypes::getObjectFromStr(), getTeamName(), getTimeLastSenseMessage(), Parse::gotoFirstOccurenceOf(), SoccerTypes::isKnownPlayer(), SoccerTypes::isOpponent(), SoccerTypes::isPlayer(), SoccerTypes::isTeammate(), mapUnknownPlayers(), MAX_MSG, OBJECT_ILLEGAL, OBJECT_OPPONENT_1, OBJECT_TEAMMATE_1, ObjectT, Parse::parseFirstDouble(), Parse::parseFirstInt(), processNewObjectInfo(), strLastSeeMessage, UnknownDoubleValue, UnknownIntValue, and UnknownTime. Referenced by updateAfterSeeMessage(). |
|
This method is called when new visual information about the agent is received. It updates the information of the AgentObject stored in the WorldModel.
Definition at line 107 of file WorldModelUpdate.C. References agentObject, AngDeg, AgentObject::getStamina(), AgentObject::setBodyAngleRelToNeck(), Stamina::setEffort(), AgentObject::setSpeedRelToNeck(), AgentObject::setStamina(), Stamina::setStamina(), AgentObject::setViewAngle(), AgentObject::setViewQuality(), ViewAngleT, and ViewQualityT. Referenced by SenseHandler::analyzeSenseMessage(). |
|
This methods fills the heterogeneous player array (stored as 'pt') with the specified information. This information is directly parsed from the player_type message received from the server. This method is therefore only called from the SenseHandler. The information in this array can later be used (by the coach) to determine the best heterogeneous player for a specific position on the field and to update the parameters in the ServerSettings when the player type of the agent is changed.
Definition at line 429 of file WorldModelUpdate.C. References HeteroPlayerSettings::dDashPowerRate, HeteroPlayerSettings::dEffortMax, HeteroPlayerSettings::dEffortMin, HeteroPlayerSettings::dExtraStamina, HeteroPlayerSettings::dInertiaMoment, HeteroPlayerSettings::dKickableMargin, HeteroPlayerSettings::dKickRand, HeteroPlayerSettings::dPlayerDecay, HeteroPlayerSettings::dPlayerSize, HeteroPlayerSettings::dPlayerSpeedMax, HeteroPlayerSettings::dStaminaIncMax, and pt. Referenced by SenseHandler::analyzePlayerTypeMessage(). |
|
This method is called when new visual information about other objects on the field is received. It updates the information of the Object that corresponds to the ObjectT that is supplied as the first argument. If some of the arguments are not received with the visual information, they are passed with the value 'UnknownDoubleValue'. Note that the objects are only updated with the (relative) information passed as arguments. To make sure all global information in the objects is synchronized with the relative information, the method updateAll() has to be called after all (relative) object information is updated.
Definition at line 143 of file WorldModelUpdate.C. References AngDeg, Flags, getAgentObjectType(), SoccerTypes::getIndex(), getObjectPtrFromType(), PlayerSettings::getPlayerDistTolerance(), Object::getRelativePosition(), getRelativePosition(), iNrUnknownPlayers, SoccerTypes::isBall(), SoccerTypes::isFlag(), isKnownPlayer(), SoccerTypes::isKnownPlayer(), SoccerTypes::isLine(), SoccerTypes::isOpponent(), SoccerTypes::isPlayer(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), Lines, OBJECT_ILLEGAL, OBJECT_SET_OPPONENTS, OBJECT_SET_TEAMMATES, ObjectSetT, ObjectT, PS, DynamicObject::setRelativeAngleChange(), DynamicObject::setRelativeDistanceChange(), Object::setRelativePosition(), Object::setTimeLastSeen(), Object::setType(), UnknownAngleValue, UnknownDoubleValue, and UnknownPlayers. Referenced by processLastSeeMessage(). |
|
This method is called when new information about an object is heard. But only when the player who said the message was completely sure about the object type (it would not give information about a player it does not know the player number of, then it would call processUnsureHearInfo). It updates the information of the specified object only when the confidence is higher than the information already available in the WorldModel.
Definition at line 320 of file WorldModelUpdate.C. References getAgentObjectType(), Object::getConfidence(), getCurrentTime(), PlayerObject::getIsKnownPlayer(), getObjectPtrFromType(), getTimeFromConfidence(), SoccerTypes::isBall(), SoccerTypes::isKnownPlayer(), ObjectT, processUnsureHearInfo(), Object::setGlobalPosition(), DynamicObject::setGlobalVelocity(), PlayerObject::setIsGoalie(), PlayerObject::setIsKnownPlayer(), Object::setTimeLastSeen(), and updateObjectRelativeFromGlobal(). Referenced by processUnsureHearInfo(). |
|
This method is called when new information about the ball is heard. It updates the information of the ball only when the confidence is higher than the information already available in the WorldModel.
Definition at line 294 of file WorldModelUpdate.C. References Ball, Object::getConfidence(), getCurrentTime(), getTimeFromConfidence(), OBJECT_BALL, Object::setGlobalPosition(), DynamicObject::setGlobalVelocity(), Object::setTimeLastSeen(), and updateObjectRelativeFromGlobal(). Referenced by processPlayerMessage(). |
|
This method processes a communication message from a teammate. Definition at line 261 of file WorldModelUpdate.C. References getCurrentCycle(), getCurrentTime(), getRelativeDistance(), getTimeChangeInformation(), ServerSettings::getVisibleDistance(), m_iCycleInMsg, m_strPlayerMsg, MAX_MSG, OBJECT_BALL, processPerfectHearInfoBall(), and SS. Referenced by updateAll(). |
|
This method sets the performed commands by the agent object. Using this information, the future world states can be calculated when an update is performed. In this method a timestamp of the current time cycle is added to the commands structure for later usage. This method is called by the ActHandler when it has sent these commands to the server.
Definition at line 474 of file WorldModelUpdate.C. References SoccerCommand::commandType, getCurrentTime(), MAX_COMMANDS, queuedCommands, and SoccerCommand::time. Referenced by ActHandler::sendCommands(). |
|
This method is called when new visual information about objects on the field is received from the see_global message (only the coach receives these messages). This method updates the information of the Object that corresponds to the ObjectT that is supplied as the first argument.
Definition at line 68 of file WorldModelUpdate.C. References AngDeg, getObjectPtrFromType(), SoccerTypes::isBall(), SoccerTypes::isPlayer(), VecPosition::normalizeAngle(), OBJECT_ILLEGAL, ObjectT, PlayerObject::setGlobalBodyAngle(), PlayerObject::setGlobalNeckAngle(), Object::setGlobalPosition(), DynamicObject::setGlobalVelocity(), PlayerObject::setIsKnownPlayer(), and Object::setTimeLastSeen(). Referenced by SenseHandler::analyzeHearMessage(), and SenseHandler::analyzeSeeGlobalMessage(). |
|
This method is called when new information about an object is heard. But only when the player who said the message was not sure about the object type. It is tried to map the given information to an object already in the WorldModel. If we cannot find such a player, we add the player info at the position of the first player who we don't have information about. The information of the specified object is only updated when the confidence is higher than the information already available in the WorldModel.
Definition at line 364 of file WorldModelUpdate.C. References getAgentGlobalPosition(), getAgentObjectType(), getClosestInSetTo(), VecPosition::getDistanceTo(), getFirstEmptySpotInSet(), PlayerSettings::getPlayerDistTolerance(), SoccerTypes::isKnownPlayer(), SoccerTypes::isOpponent(), SoccerTypes::isTeammate(), OBJECT_ILLEGAL, OBJECT_OPPONENT_UNKNOWN, OBJECT_SET_OPPONENTS, OBJECT_SET_TEAMMATES, OBJECT_TEAMMATE_UNKNOWN, ObjectT, processPerfectHearInfo(), PS, and setIsKnownPlayer(). Referenced by processPerfectHearInfo(). |
|
This method removes ghosts from the WorldModel. Ghosts are objects that should have been seen in the last see message but aren't. Currently only the ball is removed from the WorldMOdel. Definition at line 2024 of file WorldModelUpdate.C. References agentObject, AngDeg, Ball, SoccerTypes::getHalfViewAngleValue(), SoccerTypes::getIndex(), getRelativeAngle(), getRelativeDistance(), getTimeLastSeeMessage(), getTimeLastSeen(), AgentObject::getViewAngle(), ServerSettings::getVisibleDistance(), iterateObjectNext(), iterateObjectStart(), OBJECT_BALL, OBJECT_ILLEGAL, OBJECT_SET_OPPONENTS, ObjectT, setTimeLastSeen(), Object::setTimeLastSeen(), and SS. Referenced by updateAfterSeeMessage(). |
|
This method resamples the particles that represent the global position of the agent. 'iLength' denotes the number of particles contained in 'posArray' and 'iLeft' the points that do do not have to be resampled. A particle is resampled by taking a random particle from the first part of the array.
Definition at line 1400 of file WorldModelUpdate.C. References iNrParticlesAgent, and particlesPosAgent. Referenced by calculateStateAgent(). |
|
This method resamples all particles that represent the global position and global velocity of the ball. This is by copying existing legal particles at random. Since noise will be added to each particle, they will blur each time the particles are updated. The first 'iLeft' particles are legal particles and copied to the position at the end of the array.
Definition at line 2335 of file WorldModelUpdate.C. Referenced by calculateStateBall2(). |
|
This methods resets all the object information stored in the worldmodel. This means that the last see time of these objects are set to UnknownTime.
Definition at line 2006 of file WorldModelUpdate.C. References agentObject, Ball, Flags, Lines, MAX_FLAGS, MAX_LINES, MAX_OPPONENTS, MAX_TEAMMATES, Opponents, Object::setTimeLastSeen(), and Teammates. |
|
This method sets the ObjectType of the agent. This is an objectT between OBJECT_TEAMMATE_1 and OBJECT_TEAMMATE_11
Definition at line 527 of file WorldModel.C. References agentObject, ObjectT, and Object::setType(). Referenced by SenseHandler::analyzeInitMessage(). |
|
This method sets the status of the ball. The status of the ball corresponds to the server time returned by getTimeCheckBall. This method is only useful for the coach, since only he can sent a check_ball message.
Definition at line 442 of file WorldModel.C. References BallStatusT, and bsCheckBall. Referenced by SenseHandler::analyzeCheckBall(). |
|
This method sets the value of the specified object to a known player or not. A known player is a player of which the exact team name and player number are known. If the player number is not known, information about the object is stored at an empty position in the player array and the value of isKnownPlayer is set to 'false'.
Definition at line 966 of file WorldModel.C. References getObjectPtrFromType(), isKnownPlayer(), ObjectT, and PlayerObject::setIsKnownPlayer(). Referenced by processUnsureHearInfo(). |
|
This method sets the number of commands c that were performed by the agent. This is supplied in the sense_body message and can be used to check whether an action is actually performed by the soccer server, since the corresponding counter should be one higher than the previous sense_body message. When this is the case the corresponding index of the PerformedCommands array is set to true.
Definition at line 401 of file WorldModel.C. References CommandT, iCommandCounters, and performedCommands. Referenced by SenseHandler::analyzeSenseMessage(). |
|
This method sets the player number of the agent. This value is available in the conformation message sent by the soccerserver after the initialization.
Definition at line 298 of file WorldModel.C. References iPlayerNumber. Referenced by SenseHandler::analyzeInitMessage(). |
|
This method sets the play mode of the agent in this worldmodel
Definition at line 349 of file WorldModel.C. References getSide(), getTimeLastSenseMessage(), playMode, PlayModeT, PM_GOAL_KICK_LEFT, PM_GOAL_KICK_RIGHT, setTimeLastCatch(), SIDE_LEFT, and SIDE_RIGHT. Referenced by SenseHandler::analyzeHearMessage(), SenseHandler::analyzeInitMessage(), and WorldModel(). |
|
This method sets the side of the agent
Definition at line 315 of file WorldModel.C. References sideSide, and SideT. Referenced by SenseHandler::analyzeInitMessage(), and WorldModel(). |
|
This method sets the teamname of the agent. The maximum team name is MAX_TEAM_NAME_LENGTH as defined in Soccertypes.h.
Definition at line 332 of file WorldModel.C. References strTeamName. Referenced by Player::Player(). |
|
This method sets the time the ball was checked for the last time (coach only).
Definition at line 423 of file WorldModel.C. References timeCheckBall. Referenced by SenseHandler::analyzeCheckBall(). |
|
This method sets the time of the last catch cycle. This information is received by the SenseHandler when the referee has sent this message. After a catch, the goalie is not allowed to catch the ball for catch_ban_cycles (defined in ServerSettings).
Definition at line 150 of file WorldModel.C. References timeLastCatch. Referenced by setPlayMode(). |
|
This method sets the time of the last received referee message. This information is received by the SenseHandler.
Definition at line 167 of file WorldModel.C. References timeLastRefMessage. Referenced by SenseHandler::analyzeHearMessage(). |
|
This method sets the time of the last see_global message. It also sends a condition signal to indicate that variable bNewInfo has changed. When main thread is stopped in waitForNewInformation, it is unblocked.
Definition at line 234 of file WorldModel.C. References setTimeLastSeeMessage(). Referenced by SenseHandler::analyzeSeeGlobalMessage(). |
|
This method sets the time of the last see message. It also sends a condition signal to indicate that variable bNewInfo has changed. When main thread is stopped in waitForNewInformation, it is unblocked.
Definition at line 251 of file WorldModel.C. References bNewInfo, cond_newInfo, mutex_newInfo, and timeLastSeeMessage. Referenced by SenseHandler::analyzeSeeMessage(), and setTimeLastSeeGlobalMessage(). |
|
This method sets the time the object 'o' has last been seen.
Definition at line 976 of file WorldModel.C. References getObjectPtrFromType(), ObjectT, and Object::setTimeLastSeen(). Referenced by removeGhosts(). |
|
This method sets the time of the last sense message. It also send a condition signal to indicate that variable bNewInfo has changed. When main thread is stopped in waitForNewInformation, it is unblocked.
Definition at line 275 of file WorldModel.C. References bNewInfo, cond_newInfo, mutex_newInfo, and timeLastSenseMessage. Referenced by SenseHandler::analyzeSenseMessage(). |
|
This method prints the information about the Object o to the output stream os.
Definition at line 1428 of file WorldModel.C. References getObjectPtrFromType(), getTeamName(), SoccerTypes::isPlayer(), SoccerTypes::isTeammate(), ObjectT, Object::show(), and PlayerObject::show(). |
|
This method prints all the objects and information contained in the object set 'set' to specified outputstream.
Definition at line 1403 of file WorldModel.C. References iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, ObjectSetT, ObjectT, and show(). |
|
This method prints all the objects and information of the agent to the specified outputstream. Only the information of the objects that are seen recently are printed.
Definition at line 1369 of file WorldModel.C. References agentObject, Ball, CMD_DASH, CMD_KICK, CMD_SAY, CMD_TURN, CMD_TURNNECK, DEFAULT_OPPONENT_NAME, getCurrentTime(), getNrOfCommands(), SoccerTypes::getPlayModeStr(), getSide(), SoccerTypes::getSideStr(), getTeamName(), Time::getTime(), Object::getTimeLastSeen(), isConfidenceGood(), MAX_OPPONENTS, MAX_TEAMMATES, Opponents, playMode, AgentObject::show(), PlayerObject::show(), BallObject::show(), and Teammates. Referenced by Player::executeStringCommand(), show(), and updateAll(). |
|
This method prints the queued commands - commands that are sent by the ActHandler to the server - to the specified output stream.
Definition at line 1416 of file WorldModel.C. References CMD_ILLEGAL, SoccerCommand::commandType, MAX_COMMANDS, queuedCommands, and SoccerCommand::show(). Referenced by Player::executeStringCommand(). |
|
This method stores a message communicated by an other player in the world model. It is not processed yet. This is done by the updateAll method.
Definition at line 251 of file WorldModelUpdate.C. References getCurrentTime(), m_iCycleInMsg, m_iMessageSender, m_strPlayerMsg, and m_timePlayerMsg. Referenced by SenseHandler::analyzePlayerMessage(). |
|
This method subtracts one from the goal difference. Call this method when you're team has conceided a goal
Definition at line 378 of file WorldModel.C. References iGoalDiff. Referenced by SenseHandler::analyzeHearMessage(). |
|
This method is called to update the WorldModel after a see message. The update methods for the agent, all teammates, all opponents and the ball are called. But only when the last see message of these objects equals the time of the last received see message.
Definition at line 723 of file WorldModelUpdate.C. References getAgentObjectType(), getCurrentTime(), PlayerSettings::getPlayerConfThr(), Time::getTime(), getTimeLastSeeMessage(), getTimeLastSeen(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_BALL, OBJECT_ILLEGAL, OBJECT_SET_PLAYERS, ObjectT, processLastSeeMessage(), PS, removeGhosts(), updateAgentObjectAfterSee(), updateDynamicObjectAfterSee(), and updateObjectRelativeFromGlobal(). Referenced by updateAll(). |
|
This method is called to update the WorldModel after a sense message. The current information for the agent, all teammates, all opponents and the ball are calculated using the associated methods. This is done by updating the objects till the time of the information matches the current time of the sense message. After all global positions are determined, the relative information is updated using the new global information using the method determineRelativeFromGlobal().
Definition at line 842 of file WorldModelUpdate.C. References getAgentObjectType(), getCurrentTime(), PlayerSettings::getPlayerConfThr(), getTimeGlobalPosition(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_ILLEGAL, OBJECT_SET_PLAYERS, ObjectT, PS, updateAgentAndBallAfterSense(), and updateDynamicObjectForNextCycle(). Referenced by updateAll(). |
|
This method updates the agent and ball information after a sense message. This is done using the current known information and the action that is performed in the last server cycle as indicated by the attribute 'PerformedCommands'
Definition at line 871 of file WorldModelUpdate.C. References agentObject, AngDeg, CMD_DASH, CMD_KICK, CMD_MOVE, CMD_TURN, CMD_TURNNECK, SoccerCommand::commandType, EPSILON, getAgentGlobalBodyAngle(), getAgentGlobalNeckAngle(), getAgentGlobalPosition(), getAgentGlobalVelocity(), getAgentObjectType(), getAgentStamina(), getBallPos(), ServerSettings::getBallSize(), getClosestInSetTo(), getCurrentTime(), VecPosition::getDistanceTo(), VecPosition::getMagnitude(), ServerSettings::getMaximalKickDist(), ServerSettings::getPlayerDecay(), ServerSettings::getPlayerSize(), AgentObject::getSpeedRelToNeck(), Time::getTime(), ServerSettings::getVisibleDistance(), VecPosition::getX(), VecPosition::getY(), initParticlesAgent(), m_bPerformedKick, m_bWasCollision, MAX_COMMANDS, OBJECT_BALL, OBJECT_SET_PLAYERS, performedCommands, predictStateAfterCommand(), predictStateAfterDash(), queuedCommands, VecPosition::rotate(), AgentObject::setGlobalNeckAngle(), Object::setGlobalPosition(), DynamicObject::setGlobalVelocity(), VecPosition::setMagnitude(), VecPosition::setVecPosition(), sign(), SS, SoccerCommand::time, updateBallAfterKick(), updateBallForCollision(), updateDynamicObjectForNextCycle(), updateParticlesAgent(), and Time::updateTime(). Referenced by updateAfterSenseMessage(). |
|
This method updates an agent after a see message. The global position and the global neck angle are calculated using the visual information using the method calculateStateAgent.
Definition at line 765 of file WorldModelUpdate.C. References agentObject, AngDeg, calculateStateAgent(), Object::getGlobalPosition(), getTimeLastSeeMessage(), AgentObject::setGlobalNeckAngle(), Object::setGlobalPosition(), Object::setGlobalPositionLastSee(), DynamicObject::setGlobalVelocity(), AgentObject::setPositionDifference(), and Object::setTimeLastSeen(). Referenced by updateAfterSeeMessage(). |
|
This is called to update the WorldModel. It determines the the last message (see or sense) and updates the worlmodel accordingly. When see information is received ("perfect" information) all objects are updated with this received information. After sense message the information of the object is calculated for the new cycle using the last visual information.
Definition at line 498 of file WorldModelUpdate.C. References agentObject, getAgentObjectType(), getCurrentTime(), PlayerSettings::getFractionWaitSeeEnd(), getNrInSetInRectangle(), getPlayerNumber(), getRelativeDistance(), Object::getTimeGlobalPosition(), getTimeLastSeeMessage(), getTimeLastSenseMessage(), iNrHoles, iNrOpponentsSeen, iNrTeammatesSeen, isLastMessageSee(), isQueuedActionPerformed(), isTimeStopped(), logObjectInformation(), m_timePlayerMsg, OBJECT_BALL, OBJECT_SET_OPPONENTS, OBJECT_SET_PLAYERS, OBJECT_SET_TEAMMATES, processPlayerMessage(), PS, PlayerSettings::setFractionWaitSeeEnd(), show(), strLastSeeMessage, strLastSenseMessage, updateAfterSeeMessage(), updateAfterSenseMessage(), and updateRelativeFromGlobal(). Referenced by Player::mainLoop(), and Player::test_only_update(). |
|
This methods updates the ball after a kick command. First it is checked whether the ball is indeed in the kickable range. If this is the case the accelaration of the ball is calculated and added to the current velocity. With this information the new global position of the ball is set.
Definition at line 1036 of file WorldModelUpdate.C. References AngDeg, Ball, getActualKickPowerRate(), getAgentGlobalBodyAngle(), ServerSettings::getBallDecay(), ServerSettings::getBallSpeedMax(), getCurrentTime(), getGlobalPosition(), getGlobalVelocity(), VecPosition::getMagnitude(), ServerSettings::getMaximalKickDist(), getRelativeDistance(), VecPosition::normalizeAngle(), OBJECT_BALL, Object::setGlobalPosition(), DynamicObject::setGlobalVelocity(), VecPosition::setMagnitude(), SS, and updateDynamicObjectForNextCycle(). Referenced by updateAgentAndBallAfterSense(). |
|
This method checks updates the ball information when it overlaps with a player. If this is the case the player and the ball are moved to a position where they do not overlap any more. Both velocities are multiplied with 0.1
Definition at line 1105 of file WorldModelUpdate.C. References AngDeg, Ball, getCurrentTime(), getGlobalPosition(), getGlobalVelocity(), VecPosition::getX(), VecPosition::getY(), OBJECT_BALL, Object::setGlobalPosition(), and DynamicObject::setGlobalVelocity(). Referenced by updateAgentAndBallAfterSense(). |
|
This method updates a dynamic object after a see message. The global position and the velocity are calculated using the visual information. For the ball the method 'calculateStateBall' is called, for players the method 'calculateStatePlayer' is called.
Definition at line 792 of file WorldModelUpdate.C. References AngDeg, Ball, calculateStateBall(), calculateStatePlayer(), getAgentGlobalNeckAngle(), getObjectPtrFromType(), PlayerObject::getRelativeBodyAngle(), PlayerObject::getRelativeNeckAngle(), getTimeLastSeeMessage(), PlayerObject::getTimeRelativeAngles(), SoccerTypes::isKnownPlayer(), VecPosition::normalizeAngle(), OBJECT_BALL, ObjectT, PlayerObject::setGlobalBodyAngle(), PlayerObject::setGlobalNeckAngle(), Object::setGlobalPosition(), Object::setGlobalPositionLastSee(), and DynamicObject::setGlobalVelocity(). Referenced by updateAfterSeeMessage(). |
|
This methods updates a dynamic object for 'iCycles' cycle. This is done by updating the global position with the velocity vector. After this the velocity vector is decreased with the associated decay.
Definition at line 1066 of file WorldModelUpdate.C. References ServerSettings::getBallDecay(), getCurrentTime(), getGlobalPosition(), getGlobalVelocity(), getObjectPtrFromType(), ServerSettings::getPlayerDecay(), SoccerTypes::isBall(), SoccerTypes::isPlayer(), ObjectT, Object::setGlobalPosition(), DynamicObject::setGlobalVelocity(), and SS. Referenced by updateAfterSenseMessage(), updateAgentAndBallAfterSense(), and updateBallAfterKick(). |
|
This method updates the relative information for one object using the global information of this object and the global information of the agent.
Definition at line 1156 of file WorldModelUpdate.C. References getAgentGlobalNeckAngle(), getAgentGlobalPosition(), Object::getGlobalPosition(), getObjectPtrFromType(), Object::getTimeGlobalPosition(), VecPosition::globalToRelative(), ObjectT, and Object::setRelativePosition(). Referenced by processPerfectHearInfo(), processPerfectHearInfoBall(), updateAfterSeeMessage(), and updateRelativeFromGlobal(). |
|
This method updates all the particles that represent the global position of the agent.The velocity 'vel' is added to each particle to move to the next location. When the last boolean argument is true, the velocity is simple added. If this value equals true the previously added velocity is subtracted before the specified velocity 'vel' is added. This for instance occurs when a better velocity estimate (after a see message) is determined with which the particles should be updated.
Definition at line 1354 of file WorldModelUpdate.C. References VecPosition::getX(), VecPosition::getY(), iNrParticlesAgent, particlesPosAgent, VecPosition::setX(), and VecPosition::setY(). Referenced by calculateStateAgent(), and updateAgentAndBallAfterSense(). |
|
This method updates all particles that represent the global position and global velocity of the ball to the next cycle. This is done using the same formula as the soccer server.
Definition at line 2298 of file WorldModelUpdate.C. References AngDeg, EPSILON, getActualKickPowerRate(), getAgentGlobalBodyAngle(), ServerSettings::getBallDecay(), ServerSettings::getBallRand(), ServerSettings::getBallSpeedMax(), VecPosition::getMagnitude(), VecPosition::normalizeAngle(), VecPosition::setMagnitude(), and SS. |
|
This method uses the global position of the agent and the global position of all objects to update their relative information. When the new global position of the objects is updated after a sense message, their relative information is not up to date.
Definition at line 1127 of file WorldModelUpdate.C. References getAgentObjectType(), PlayerSettings::getPlayerConfThr(), isConfidenceGood(), iterateObjectDone(), iterateObjectNext(), iterateObjectStart(), OBJECT_BALL, OBJECT_ILLEGAL, OBJECT_SET_PLAYERS, ObjectT, PS, and updateObjectRelativeFromGlobal(). Referenced by updateAll(). |
|
This method updates the ServerSettings of this agent using the player type information of the heterogeneous player at index 'iIndex'. This method is usually called when the player type of the agent is changed by the coach. It updates its parameters, such that all calculations to determine the next action are based on the correct parameters.
Definition at line 1986 of file WorldModelUpdate.C. References pt, ServerSettings::setDashPowerRate(), ServerSettings::setEffortMax(), ServerSettings::setEffortMin(), ServerSettings::setExtraStamina(), ServerSettings::setInertiaMoment(), ServerSettings::setKickableMargin(), ServerSettings::setKickRand(), ServerSettings::setPlayerDecay(), ServerSettings::setPlayerSize(), ServerSettings::setPlayerSpeedMax(), ServerSettings::setStaminaIncMax(), and SS. Referenced by SenseHandler::analyzeChangePlayerTypeMessage(). |
|
This method blocks till new information has arrived. Information is either a sense_body message or a see message. If there isn't received information from the server for longer than 3 seconds, server is assumed dead and false is returned.
Definition at line 1451 of file WorldModel.C. References bNewInfo, cond_newInfo, PlayerSettings::getServerTimeOut(), mutex_newInfo, and PS. Referenced by Player::mainLoop(), and Player::test_only_update(). |
|
information of the agent itself Definition at line 115 of file WorldModel.h. Referenced by calculateStateAgent(), calculateStateAgent2(), calculateStateBall(), calculateStateBall2(), calculateStatePlayer(), getAgentBodyAngleRelToNeck(), getAgentEffort(), getAgentGlobalBodyAngle(), getAgentGlobalNeckAngle(), getAgentGlobalPosition(), getAgentGlobalVelocity(), getAgentObjectType(), getAgentSpeed(), getAgentStamina(), getAgentViewAngle(), getAgentViewQuality(), getObjectPtrFromType(), processNewAgentInfo(), removeGhosts(), resetTimeObjects(), setAgentObjectType(), show(), updateAgentAndBallAfterSense(), updateAgentObjectAfterSee(), updateAll(), and WorldModel(). |
|
information of the ball Definition at line 114 of file WorldModel.h. Referenced by calculateStateBall(), calculateStateBall2(), checkParticlesBall(), getBallDirection(), getBallSpeed(), getObjectPtrFromType(), initParticlesBall(), processCatchedBall(), processPerfectHearInfoBall(), removeGhosts(), resetTimeObjects(), show(), updateBallAfterKick(), updateBallForCollision(), updateDynamicObjectAfterSee(), and WorldModel(). |
|
indicates new info from server Definition at line 97 of file WorldModel.h. Referenced by setTimeLastSeeMessage(), setTimeLastSenseMessage(), waitForNewInformation(), and WorldModel(). |
|
state of the ball Definition at line 155 of file WorldModel.h. Referenced by getCheckBallStatus(), setCheckBallStatus(), and WorldModel(). |
|
cond variable for bNewInfo Definition at line 159 of file WorldModel.h. Referenced by setTimeLastSeeMessage(), setTimeLastSenseMessage(), waitForNewInformation(), and WorldModel(). |
|
all flag information Definition at line 124 of file WorldModel.h. Referenced by getObjectPtrFromType(), processNewObjectInfo(), resetTimeObjects(), and WorldModel(). |
|
Reference to formation used Definition at line 90 of file WorldModel.h. Referenced by getStrategicPosition(), and WorldModel(). |
|
counters for all performed commands Definition at line 147 of file WorldModel.h. Referenced by getNrOfCommands(), setNrOfCommands(), and WorldModel(). |
|
goal difference Definition at line 108 of file WorldModel.h. Referenced by addOneToGoalDiff(), getGoalDiff(), subtractOneFromGoalDiff(), and WorldModel(). |
|
nr of holes recorded Definition at line 174 of file WorldModel.h. Referenced by Player::mainLoop(), updateAll(), and WorldModel(). |
|
total nr of opponents seen Definition at line 175 of file WorldModel.h. Referenced by Player::mainLoop(), updateAll(), and WorldModel(). |
|
nr of particles used to store agent position Definition at line 129 of file WorldModel.h. Referenced by checkParticlesAgent(), initParticlesAgent(), resampleParticlesAgent(), and updateParticlesAgent(). |
|
nr of particles used to store ball position and velocity Definition at line 131 of file WorldModel.h. Referenced by calculateStateBall2(). |
|
total nr of teammates seen Definition at line 176 of file WorldModel.h. Referenced by Player::mainLoop(), updateAll(), and WorldModel(). |
|
number of unknown players Definition at line 121 of file WorldModel.h. Referenced by mapUnknownPlayers(), processNewObjectInfo(), and WorldModel(). |
|
player number in soccerserver Definition at line 103 of file WorldModel.h. Referenced by getPlayerNumber(), and setPlayerNumber(). |
|
all line information Definition at line 125 of file WorldModel.h. Referenced by getObjectPtrFromType(), processNewObjectInfo(), resetTimeObjects(), and WorldModel(). |
|
Indicates whether ball was kicked Definition at line 169 of file WorldModel.h. Referenced by updateAgentAndBallAfterSense(). |
|
Indicates whether it is collision Definition at line 168 of file WorldModel.h. Referenced by calculateStateBall(), and updateAgentAndBallAfterSense(). |
|
cycle contained in message Definition at line 163 of file WorldModel.h. Referenced by processPlayerMessage(), and storePlayerMessage(). |
|
player who send message Definition at line 165 of file WorldModel.h. Referenced by storePlayerMessage(). |
|
message communicated by player Definition at line 162 of file WorldModel.h. Referenced by processPlayerMessage(), and storePlayerMessage(). |
|
time corresponding to player msg Definition at line 164 of file WorldModel.h. Referenced by storePlayerMessage(), and updateAll(). |
|
mutex to protect bNewInfo Definition at line 158 of file WorldModel.h. Referenced by setTimeLastSeeMessage(), setTimeLastSenseMessage(), waitForNewInformation(), and WorldModel(). |
|
information of all opponents Definition at line 117 of file WorldModel.h. Referenced by getObjectPtrFromType(), getOffsideX(), getOppGoalieType(), mapUnknownPlayers(), resetTimeObjects(), show(), and WorldModel(). |
|
particles to store agent position Definition at line 133 of file WorldModel.h. Referenced by calculateStateAgent(), checkParticlesAgent(), initParticlesAgent(), resampleParticlesAgent(), and updateParticlesAgent(). |
|
particles to store ball position Definition at line 135 of file WorldModel.h. Referenced by calculateStateBall2(). |
|
particles to store ball velocity Definition at line 137 of file WorldModel.h. Referenced by calculateStateBall2(). |
|
commands performed in last cycle, index is CommandT Definition at line 144 of file WorldModel.h. Referenced by isQueuedActionPerformed(), setNrOfCommands(), updateAgentAndBallAfterSense(), and WorldModel(). |
|
current play mode in the game Definition at line 107 of file WorldModel.h. Referenced by getPlayMode(), predictStateAfterCommand(), setPlayMode(), and show(). |
|
Reference to all client params Definition at line 88 of file WorldModel.h. Referenced by getClosestInSetTo(), getDirectionOfWidestAngle(), getFastestInSetTo(), getFirstEmptySpotInSet(), getFurthestInSetTo(), getNrInSetInCircle(), getNrInSetInCone(), getNrInSetInRectangle(), getSecondClosestInSetTo(), getStrategicPosition(), isConfidenceGood(), isConfidenceVeryGood(), iterateObjectNext(), logObjectInformation(), mapUnknownPlayers(), predictNrCyclesToObject(), processNewObjectInfo(), processUnsureHearInfo(), updateAfterSeeMessage(), updateAfterSenseMessage(), updateAll(), updateRelativeFromGlobal(), waitForNewInformation(), and WorldModel(). |
|
info hetero player types Definition at line 89 of file WorldModel.h. Referenced by getInfoHeteroPlayer(), processNewHeteroPlayer(), and updateSSToHeteroPlayerType(). |
|
all performed commands, set by ActHandler Definition at line 142 of file WorldModel.h. Referenced by isQueuedActionPerformed(), processQueuedCommands(), showQueuedCommands(), updateAgentAndBallAfterSense(), and WorldModel(). |
|
side where the agent started Definition at line 104 of file WorldModel.h. Referenced by getRelAngleOpponentGoal(), getRelDistanceOpponentGoal(), getSide(), processCatchedBall(), and setSide(). |
|
Reference to all server params Definition at line 87 of file WorldModel.h. Referenced by calculateStateAgent(), calculateStateAgent2(), calculateStateBall(), calculateStateBall2(), calculateStatePlayer(), checkParticlesAgent(), getActualKickPowerRate(), getActualTurnAngle(), getAgentTiredNess(), getAngleForTurn(), getEndSpeedFromFirstSpeed(), getFastestInSetTo(), getFirstSpeedFromDist(), getFirstSpeedFromEndSpeed(), getGlobalPosition(), getKickSpeedToTravel(), getMaxTraveledDistance(), getOppGoalieType(), getOwnGoalieType(), getPosOpponentGoal(), getPosOwnGoal(), getPowerForDash(), initParticlesAgent(), isBallCatchable(), isBallHeadingToGoal(), isBallKickable(), isCollisionAfterDash(), mapUnknownPlayers(), predictNrCyclesToPoint(), predictPosAfterNrCycles(), predictStaminaAfterDash(), predictStateAfterDash(), processPlayerMessage(), removeGhosts(), updateAgentAndBallAfterSense(), updateBallAfterKick(), updateDynamicObjectForNextCycle(), updateParticlesBall(), updateSSToHeteroPlayerType(), and WorldModel(). |
|
Last hear message Definition at line 181 of file WorldModel.h. Referenced by SenseHandler::analyzeHearMessage(). |
|
Last see message Definition at line 179 of file WorldModel.h. Referenced by SenseHandler::analyzeSeeGlobalMessage(), SenseHandler::analyzeSeeMessage(), BasicPlayer::defendGoalLine(), processLastSeeMessage(), and updateAll(). |
|
Last sense_body message Definition at line 180 of file WorldModel.h. Referenced by SenseHandler::analyzeSenseMessage(), and updateAll(). |
|
Team name Definition at line 102 of file WorldModel.h. Referenced by getTeamName(), setTeamName(), and WorldModel(). |
|
information of all teammates Definition at line 116 of file WorldModel.h. Referenced by getObjectPtrFromType(), getOwnGoalieType(), mapUnknownPlayers(), resetTimeObjects(), show(), and WorldModel(). |
|
time bsCheckBall applies to Definition at line 154 of file WorldModel.h. Referenced by getTimeCheckBall(), and setTimeCheckBall(). |
|
time of last catch by goalie Definition at line 98 of file WorldModel.h. Referenced by getTimeSinceLastCatch(), processCatchedBall(), and setTimeLastCatch(). |
|
time of last referee message Definition at line 99 of file WorldModel.h. Referenced by getTimeLastRefereeMessage(), and setTimeLastRefereeMessage(). |
|
server time of last see msg Definition at line 95 of file WorldModel.h. Referenced by getTimeLastSeeMessage(), and setTimeLastSeeMessage(). |
|
server time of last sense msg Definition at line 96 of file WorldModel.h. Referenced by getTimeLastSenseMessage(), getTimeSinceLastCatch(), setTimeLastSenseMessage(), and WorldModel(). |
|
info unknown players are stored here til mapped to known player Definition at line 119 of file WorldModel.h. Referenced by getFirstEmptySpotInSet(), mapUnknownPlayers(), processNewObjectInfo(), and WorldModel(). |