org.robokind.basic
Class UserSettings

java.lang.Object
  extended by org.robokind.basic.UserSettings

public final class UserSettings
extends Object

Author:
Matthew Stevenson

Constructor Summary
UserSettings()
           
 
Method Summary
static void setAnimationAddress(String address)
          Set the IP Address for the Robot or Avatar animation player.
static void setRobotAddress(String address)
          Set the IP Address for the Robot or Avatar.
static void setRobotId(String robotId)
          Set the id of the robot to connect to.
static void setSensorAddress(String address)
          Set the IP Address for the Robot or Avatar speech service.
static void setSpeechAddress(String address)
          Set the IP Address for the Robot or Avatar speech service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSettings

public UserSettings()
Method Detail

setRobotId

public static void setRobotId(String robotId)
Set the id of the robot to connect to. Set to "myRobot" for connecting to a physical robot.

Parameters:
robotId - robot id string

setRobotAddress

public static void setRobotAddress(String address)
Set the IP Address for the Robot or Avatar. Default value is 127.0.0.1.

Parameters:
address - IP address of the robot

setAnimationAddress

public static void setAnimationAddress(String address)
Set the IP Address for the Robot or Avatar animation player. Default value is 127.0.0.1.

Parameters:
address - IP address of the animation player

setSpeechAddress

public static void setSpeechAddress(String address)
Set the IP Address for the Robot or Avatar speech service. Default value is 127.0.0.1.

Parameters:
address - IP address of the speech service

setSensorAddress

public static void setSensorAddress(String address)
Set the IP Address for the Robot or Avatar speech service. Default value is 127.0.0.1.

Parameters:
address - IP address of the speech service


Copyright © 2011-2013. All Rights Reserved.