Download List

Descripción del Proyecto

Communication Library for RoboCup Rescue Simulation. It supports the communications between agents and centers.

System Requirements

System requirement is not defined

Publicado: 2013-01-24 12:47
rcrscs 1.231-src (1 files Ocultar)

Release Notes

No Release Notes

Changelog

I fixed some bug in library.
And, I add this new 2 message below.

ScoutAreaTaskMessage(int time, EntityID ownerID, EntityID targetAgentID, EntityID... areas)
DecideLeaderTaskMessage(int time, EntityID ownerID, EntityID targetAgentID)

ScoutAreaTaskMessage is scout order for some Areas.
Let the scout an optional area to agent.

DecideLeaderTaskMessage is leader election order.
RCRSCS ver1.0 is not consider centerless situation.
So, ver1.0 can't correctly action on Centerless scenario.
If situation is Centerless, provide center work to agent.