Uses of Class
cz.cuni.amis.pogamut.udk.bot.command.AdvancedLocomotion

Packages that use AdvancedLocomotion
cz.cuni.amis.pogamut.udk.agent.navigation.loquenavigator   
cz.cuni.amis.pogamut.udk.agent.navigation.martinnavigator   
cz.cuni.amis.pogamut.udk.bot.command Utility classes wrapping various command messages. 
cz.cuni.amis.pogamut.udk.bot.impl   
 

Uses of AdvancedLocomotion in cz.cuni.amis.pogamut.udk.agent.navigation.loquenavigator
 

Fields in cz.cuni.amis.pogamut.udk.agent.navigation.loquenavigator declared as AdvancedLocomotion
protected  AdvancedLocomotion LoqueRunner.body
          Agent's body.
protected  AdvancedLocomotion LoqueNavigator.body
          Agent's body.
 

Constructors in cz.cuni.amis.pogamut.udk.agent.navigation.loquenavigator with parameters of type AdvancedLocomotion
LoqueRunner(UDKBot bot, AgentInfo agentInfo, AdvancedLocomotion locomotion, Logger log)
          Constructor.
 

Uses of AdvancedLocomotion in cz.cuni.amis.pogamut.udk.agent.navigation.martinnavigator
 

Fields in cz.cuni.amis.pogamut.udk.agent.navigation.martinnavigator declared as AdvancedLocomotion
protected  AdvancedLocomotion MartinRunner.body
          Agent's body.
protected  AdvancedLocomotion MartinNavigator.body
          Agent's body.
 

Constructors in cz.cuni.amis.pogamut.udk.agent.navigation.martinnavigator with parameters of type AdvancedLocomotion
MartinRunner(UDKBot bot, AgentInfo agentInfo, AdvancedLocomotion locomotion, Logger log)
          Constructor.
 

Uses of AdvancedLocomotion in cz.cuni.amis.pogamut.udk.bot.command
 

Methods in cz.cuni.amis.pogamut.udk.bot.command that return AdvancedLocomotion
 AdvancedLocomotion CompleteBotCommandsWrapper.getLocomotion()
          Returns cz.cuni.amis.pogamut.ut2004.bot.commands.AdvancedLocomotion command module.
 

Uses of AdvancedLocomotion in cz.cuni.amis.pogamut.udk.bot.impl
 

Fields in cz.cuni.amis.pogamut.udk.bot.impl declared as AdvancedLocomotion
protected  AdvancedLocomotion UDKBotModuleController.move
          Shortcut for body.getAdvancedLocomotion() that allows you to manually steer the movement through the environment.
 



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