Télécharger la liste

Description du projet

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

Système requise

System requirement is not defined

Livrée : 2013-01-24 12:47
rcrscs 1.231-src (1 files Cacher)

Notes de release

Aucun Notes de version

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.