Uses of Interface
cz.cuni.amis.pogamut.usar2004.agent.IUSAR2004BotController

Packages that use IUSAR2004BotController
cz.cuni.amis.pogamut.usar2004.agent   
cz.cuni.amis.pogamut.usar2004.agent.module.logic   
cz.cuni.amis.pogamut.usar2004.factory.guice.remoteagent   
cz.cuni.amis.pogamut.usar2004.samples   
cz.cuni.amis.pogamut.usar2004.utils   
 

Uses of IUSAR2004BotController in cz.cuni.amis.pogamut.usar2004.agent
 

Classes in cz.cuni.amis.pogamut.usar2004.agent with type parameters of type IUSAR2004BotController
 class USAR2004Bot<WORLD_VIEW extends IVisionWorldView,ACT extends IAct,CONTROLLER extends IUSAR2004BotController>
           
 

Classes in cz.cuni.amis.pogamut.usar2004.agent that implement IUSAR2004BotController
 class USAR2004BotController<BOT extends USAR2004Bot>
           
 

Constructors in cz.cuni.amis.pogamut.usar2004.agent with parameters of type IUSAR2004BotController
USAR2004Bot(USAR2004AgentParameters parameters, cz.cuni.amis.pogamut.base.component.bus.IComponentBus eventBus, cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger logger, cz.cuni.amis.pogamut.base.communication.worldview.IWorldView worldView, cz.cuni.amis.pogamut.base.communication.command.IAct act, IUSAR2004BotController init)
           
 

Uses of IUSAR2004BotController in cz.cuni.amis.pogamut.usar2004.agent.module.logic
 

Subinterfaces of IUSAR2004BotController in cz.cuni.amis.pogamut.usar2004.agent.module.logic
 interface IUSAR2004BotLogicController<BOT extends USAR2004Bot,LOGIC_MODULE extends LogicModule>
           
 

Classes in cz.cuni.amis.pogamut.usar2004.agent.module.logic that implement IUSAR2004BotController
 class USAR2004BotLogicController<BOT extends USAR2004Bot>
           
 

Uses of IUSAR2004BotController in cz.cuni.amis.pogamut.usar2004.factory.guice.remoteagent
 

Constructor parameters in cz.cuni.amis.pogamut.usar2004.factory.guice.remoteagent with type arguments of type IUSAR2004BotController
USAR2004BotModule(Class<? extends IUSAR2004BotController> botControllerClass)
           
 

Uses of IUSAR2004BotController in cz.cuni.amis.pogamut.usar2004.samples
 

Classes in cz.cuni.amis.pogamut.usar2004.samples that implement IUSAR2004BotController
 class AerialVehicle
          This robot is designed for the map DM-TallTestWorld_250 and is based on logic bot controller
 class LeggedLogicSampleRobot
          Let this website guide You through further usage of this robot: http://digilander.libero.it/windflow/index.htm This sample is Intended for the DM-spqrSoccer2006_250 map.
 class P2DX
          P2DX robot not using logic controller.
 class P2DXLogicController
          P2DX robot utilizing logic controller.
 class Submarine
          This robot is designed for the map ONS-PointLookOut-250
 class USAR2004TestBot
          Testing bot controller for spawning various robots and testing unknown sensors and info messages.
 

Uses of IUSAR2004BotController in cz.cuni.amis.pogamut.usar2004.utils
 

Constructor parameters in cz.cuni.amis.pogamut.usar2004.utils with type arguments of type IUSAR2004BotController
USAR2004BotRunner(Class<? extends IUSAR2004BotController> botControllerClass, String name, String host, int port)
          Construct the runner + specify all defaults.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.