kaos.robots.playerJavaClient
Class KAoSPlayer

java.lang.Object
  extended by kaos.robots.core.KAoSRobot
      extended by kaos.robots.playerJavaClient.KAoSPlayer
All Implemented Interfaces:
Command, FeedbackReceiver, KAoSObservable, ObserverManager, MobileRobot, Sonar

public class KAoSPlayer
extends KAoSRobot
implements MobileRobot, Sonar


Nested Class Summary
 
Nested classes/interfaces inherited from class kaos.robots.core.KAoSRobot
KAoSRobot.RequestHandlerThread
 
Field Summary
 
Fields inherited from class kaos.robots.core.KAoSRobot
_actorID, _address, _agentDescription, _classificationListeners, _connectBtn, _connected, _connectToCmb, _currentActions, _enablingClasses, _enforcer, _gpsIsAvailable, _gpsOrigin, _listeners, _locator, _logger, _messageReceiver, _msgTransportService, _myLocator, _nickName, _registeredWithKAoS, _reniaCallback, _sender
 
Constructor Summary
KAoSPlayer()
           
 
Method Summary
 boolean connect()
          This function is used to connect to robot
 void disconnect()
          This function is used to disconnect from robot
 Coordinate GetCoordinate()
          GetCoordinate
 java.lang.Double GetMaximumEffectiveSonarRange()
          GetSonarRange
 double GetMaxRotationalVelocity()
           
 double GetMaxTranslationalVelocity()
           
 java.lang.Integer GetNumberOfSonarSensors()
          GetNumberOfSonarSensors
 Pose GetPose()
          GetPose
 java.lang.Double GetSonarRange(java.util.HashMap properties)
          GetSonarRange
 SonarReading GetSonarReading(java.util.HashMap properties)
          GetSonarReading
 void init(java.lang.String[] args)
           
 boolean IsMoving()
          IsMoving
 boolean IsTranslating()
           
 java.lang.Boolean IsTurning()
           
static void main(java.lang.String[] args)
           
 void MoveTo(java.util.HashMap properties)
          MoveTo
 void SetMaxEffectiveSonarRange(java.util.HashMap properties)
          SetMaxEffectiveSonarRange
 void SetMaxTranslationalVelocity(java.util.HashMap properties)
           
 void setOrigin(java.util.HashMap properties)
           
 void SetRotationalVelocity(java.util.HashMap properties)
           
 void SetTranslationalVelocity(java.util.HashMap properties)
           
 void Stop()
          Stop
 void TurnRelative(java.util.HashMap properties)
           
 void TurnTo(java.util.HashMap properties)
          TurnTo
 
Methods inherited from class kaos.robots.core.KAoSRobot
assertNotLocatable, buildAID, buildConnectPanel, buildKAoSPanel, checkObligations, deregisterObserver, deregisterObserver, deregisterObserver, equals, ExtendTimeout, getActions, getActorID, getAgentDescription, getAgentDescriptionFromName, getAllAgents, getCurrentActions, getDetectedObjectObservable, getGPSCommPort, getLocator, getMTS, getPropertiesFromAID, getTimeoutPeriod, gpsIsAvailable, hashCode, initialize, isRegisteredWithKAoS, makeActionAllowable, notify, onAborted, onAccepted, onCompleted, onRefused, onStarted, printDebugString, receiveKAoSStatus, receiveMessage, registerObserver, registerObserver, registerObserver, registerObserver, registerWithKAoS, requestAction, requestAction, requestAction, requestAction, requestAction, requestAction, requestAction, requestAction, requestAction, requestAction, sendMessage, sendRequestToKaa, setRegisteredWithKAoS, updateTimeout
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KAoSPlayer

public KAoSPlayer()
           throws AbortActionException
Throws:
AbortActionException
Method Detail

init

public void init(java.lang.String[] args)
Overrides:
init in class KAoSRobot

connect

public boolean connect()
Description copied from class: KAoSRobot
This function is used to connect to robot

Specified by:
connect in class KAoSRobot
Returns:
boolean indicating true if successful and false if failed

disconnect

public void disconnect()
Description copied from class: KAoSRobot
This function is used to disconnect from robot

Specified by:
disconnect in class KAoSRobot

MoveTo

public void MoveTo(java.util.HashMap properties)
            throws AbortActionException
Description copied from interface: MobileRobot
MoveTo

Specified by:
MoveTo in interface MobileRobot
Throws:
AbortActionException - with possible reasons: unable to move failed to find path failed to get to goal received stop command

TurnTo

public void TurnTo(java.util.HashMap properties)
            throws AbortActionException
Description copied from interface: MobileRobot
TurnTo

Specified by:
TurnTo in interface MobileRobot
Throws:
AbortActionException - with possible reasons: unable to move

TurnRelative

public void TurnRelative(java.util.HashMap properties)
                  throws AbortActionException
Throws:
AbortActionException

Stop

public void Stop()
          throws AbortActionException
Description copied from interface: MobileRobot
Stop

Specified by:
Stop in interface MobileRobot
Throws:
AbortActionException - with possible reasons: unable to stop

GetCoordinate

public Coordinate GetCoordinate()
Description copied from interface: MobileRobot
GetCoordinate

Specified by:
GetCoordinate in interface MobileRobot
Returns:
Coordinate containing X in meters Y in meters

GetPose

public Pose GetPose()
Description copied from interface: MobileRobot
GetPose

Specified by:
GetPose in interface MobileRobot
Returns:
Pose containing X in meters Y in meters TH in degrees

setOrigin

public void setOrigin(java.util.HashMap properties)

IsMoving

public boolean IsMoving()
Description copied from interface: MobileRobot
IsMoving

Specified by:
IsMoving in interface MobileRobot
Returns:
boolean where: true = moving false = not moving

IsTurning

public java.lang.Boolean IsTurning()

IsTranslating

public boolean IsTranslating()

SetMaxTranslationalVelocity

public void SetMaxTranslationalVelocity(java.util.HashMap properties)

SetTranslationalVelocity

public void SetTranslationalVelocity(java.util.HashMap properties)

SetRotationalVelocity

public void SetRotationalVelocity(java.util.HashMap properties)

GetMaxTranslationalVelocity

public double GetMaxTranslationalVelocity()

GetMaxRotationalVelocity

public double GetMaxRotationalVelocity()

GetNumberOfSonarSensors

public java.lang.Integer GetNumberOfSonarSensors()
Description copied from interface: Sonar
GetNumberOfSonarSensors

Specified by:
GetNumberOfSonarSensors in interface Sonar
Returns:
int representing the number of sensors

GetMaximumEffectiveSonarRange

public java.lang.Double GetMaximumEffectiveSonarRange()
Description copied from interface: Sonar
GetSonarRange

Specified by:
GetMaximumEffectiveSonarRange in interface Sonar
Returns:
int representing effective range in meters

GetSonarRange

public java.lang.Double GetSonarRange(java.util.HashMap properties)
Description copied from interface: Sonar
GetSonarRange

Specified by:
GetSonarRange in interface Sonar
Returns:
int representing the range in meters

GetSonarReading

public SonarReading GetSonarReading(java.util.HashMap properties)
Description copied from interface: Sonar
GetSonarReading

Specified by:
GetSonarReading in interface Sonar
Returns:
SonarReading representing the range and position in meters

SetMaxEffectiveSonarRange

public void SetMaxEffectiveSonarRange(java.util.HashMap properties)
Description copied from interface: Sonar
SetMaxEffectiveSonarRange

Specified by:
SetMaxEffectiveSonarRange in interface Sonar

main

public static void main(java.lang.String[] args)