Downloadliste

Projektbeschreibung

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

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2013-01-24 12:47
rcrscs 1.231-src (1 files Verstecken)

Versionsanmerkungen

Keine Versionsanmerkungen

Änderungsprotokoll

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.