Package edu.tufts.hrilab.nao
Class NaoWizardComponent
java.lang.Object
edu.tufts.hrilab.diarc.DiarcComponent
edu.tufts.hrilab.nao.NaoComponent
edu.tufts.hrilab.nao.NaoWizardComponent
- All Implemented Interfaces:
SpeechProductionInterface
,VelocityInterface
,NaoInterface
NaoWizardComponent
. This is server used to wizard the nao
during experiments, if need be.-
Nested Class Summary
Nested classes/interfaces inherited from class edu.tufts.hrilab.nao.NaoComponent
NaoComponent.CallBack
-
Field Summary
FieldsFields inherited from class edu.tufts.hrilab.nao.NaoComponent
asr, audioPlayer, battery, log, memory, motion, naoURL, posture, sonar, soundDetect, tts, world
Fields inherited from class edu.tufts.hrilab.diarc.DiarcComponent
executionLoopCycleTime, shouldRunExecutionLoop
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
init()
Perform any component initialization.protected void
update the server onceMethods inherited from class edu.tufts.hrilab.nao.NaoComponent
additionalUsageInfo, angleInterpolation, angleInterpolation, angleInterpolation, blink, checkFloorSupport, checkObstacle, closeHand, getAngle, getBatteryCharge, getDefaultVels, getPixelPositionInRobotFrame, getPosture, getPostureList, getRV, getTV, getVels, goToPosture, isMoving, isSpeaking, ledOff, ledOn, moveTo, moveToBlocking, openHand, parseArgs, playFile, pointHeadTo, pointTo, rest, restLeftArm, restRightArm, sayAnimated, sayText, sayText, sayToFile, setBreathEnabled, setRV, setStiffness, setTV, setVels, shutdownComponent, sonarCheckFloorSupport, stop, stopUtterance, takeSonarReadings, welcome
Methods inherited from class edu.tufts.hrilab.diarc.DiarcComponent
createInstance, createInstance, createInstance, createInstance, executionLoop, getMyGroupConstraints, getMyGroups, getMyService, getMyServices, main, shutdown
-
Field Details
-
taskid
public int taskid
-
-
Constructor Details
-
NaoWizardComponent
public NaoWizardComponent()NaoWizardComponent constructor.
-
-
Method Details
-
init
protected void init()Description copied from class:DiarcComponent
Perform any component initialization. This should not be used for setting local fields to default values as was the case in DIARC. This method is called after the constructor, and after parseArgs. Setting default values should be done in field declaration or in the constructor.- Overrides:
init
in classNaoComponent
-
updateComponent
protected void updateComponent()update the server once
-