| Modifier and Type | Interface and Description |
|---|---|
interface |
IUSAR2004BotController<BOT extends USAR2004Bot> |
class |
USAR2004BotController<BOT extends USAR2004Bot> |
| Modifier and Type | Field and Description |
|---|---|
protected BOT |
USAR2004BotController.bot
Instance of the bot we're controlling.
|
| Modifier and Type | Method and Description |
|---|---|
void |
USAR2004BotController.prepareBot(USAR2004Bot bot) |
| Constructor and Description |
|---|
GeoAerial(USAR2004Bot bot)
Ctor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IUSAR2004BotLogicController<BOT extends USAR2004Bot,LOGIC_MODULE extends cz.cuni.amis.pogamut.base.agent.module.LogicModule> |
class |
SyncUSAR2004BotLogic<BOT extends USAR2004Bot<? extends cz.cuni.amis.pogamut.base3d.ILockableVisionWorldView,?,?>> |
class |
USAR2004BotLogic<BOT extends USAR2004Bot> |
class |
USAR2004BotLogicController<BOT extends USAR2004Bot> |
| Modifier and Type | Method and Description |
|---|---|
static StateMasterModule |
StateMasterModule.getModuleInstance(USAR2004Bot bot)
Returns singleton instance of this module if it already exists.
|
static SensorMasterModuleQueued |
SensorMasterModuleQueued.getModuleInstance(USAR2004Bot bot)
Method for obtaining the singleton.
|
static SensorMasterModule |
SensorMasterModule.getModuleInstance(USAR2004Bot bot)
Method for obtaining the singleton.
|
static ResponseModule |
ResponseModule.getModuleInstance(USAR2004Bot bot)
Method for obtaining the singleton.
|
static MissionPackageModule |
MissionPackageModule.getModuleInstance(USAR2004Bot bot)
Returns singleton instance of this module if it already exists.
|
static GeometryMasterModule |
GeometryMasterModule.getModuleInstance(USAR2004Bot bot)
Method for obtaining the singleton.
|
static ConfigMasterModule |
ConfigMasterModule.getModuleInstance(USAR2004Bot bot)
Method for obtaining the singleton.
|
| Constructor and Description |
|---|
SensorSpecificModule(USAR2004Bot bot,
Class<Module> c)
Captures and provides data of the first sensor of respective type
|
SensorSpecificModule(USAR2004Bot bot,
String name,
Class<Module> c)
If we know both type and name of sensor we want to get data from - this
ctor is the one to use.
|
| Constructor and Description |
|---|
NfoBeginMapInfo(USAR2004Bot bot)
Ctor.
|
NfoStartPoses(USAR2004Bot bot)
Ctor.
|
SuperNfo(USAR2004Bot bot,
String type)
Ctor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
USAR2004BotFactory<BOT extends USAR2004Bot,PARAMS extends USAR2004AgentParameters>
Guice-base
IUT2004Bot factory. |
| Modifier and Type | Method and Description |
|---|---|
void |
USAR2004TestBot.initializeController(USAR2004Bot bot) |
void |
Submarine.initializeController(USAR2004Bot bot) |
void |
P2DXLogicController.initializeController(USAR2004Bot bot) |
void |
P2DX.initializeController(USAR2004Bot bot) |
void |
LeggedLogicSampleRobot.initializeController(USAR2004Bot bot) |
void |
AerialVehicle.initializeController(USAR2004Bot bot) |
void |
USAR2004TestBot.prepareBot(USAR2004Bot bot)
Initialization of listeners.
|
void |
Submarine.prepareBot(USAR2004Bot bot)
Initialization of modules used within this robot.
|
void |
P2DXLogicController.prepareBot(USAR2004Bot bot)
Initialization of modules used within this robot.
|
void |
P2DX.prepareBot(USAR2004Bot bot)
Initialization of modules used within this robot.
|
void |
LeggedLogicSampleRobot.prepareBot(USAR2004Bot bot)
Initialization of modules used within this robot.
|
void |
AerialVehicle.prepareBot(USAR2004Bot bot)
Initialization of modules used within this robot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
USAR2004BotRunner<BOT extends USAR2004Bot,PARAMS extends USAR2004AgentParameters>
Class used for creating, connecting and starting servers with default settings that are taken from the properties.
|
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.