Package edu.tufts.hrilab.mtracs
Class MockOnRobotScrewingComponent
java.lang.Object
edu.tufts.hrilab.diarc.DiarcComponent
edu.tufts.hrilab.mtracs.MockOnRobotScrewingComponent
- All Implemented Interfaces:
OnRobotScrewingComponentInterface
public class MockOnRobotScrewingComponent
extends DiarcComponent
implements OnRobotScrewingComponentInterface
-
Field Summary
Fields inherited from class edu.tufts.hrilab.diarc.DiarcComponent
executionLoopCycleTime, log, shouldRunExecutionLoop -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigureScrewdriverProgram(Symbol screwType, Symbol screwLength, Symbol torqueTarget) Methods inherited from class edu.tufts.hrilab.diarc.DiarcComponent
additionalUsageInfo, createInstance, createInstance, createInstance, createInstance, executionLoop, getMyGroupConstraints, getMyGroups, getMyService, getMyServices, init, main, parseArgs, shutdown, shutdownComponent
-
Constructor Details
-
MockOnRobotScrewingComponent
public MockOnRobotScrewingComponent()
-
-
Method Details
-
configureScrewdriverProgram
public boolean configureScrewdriverProgram(Symbol screwType, Symbol screwLength, Symbol torqueTarget) - Specified by:
configureScrewdriverProgramin interfaceOnRobotScrewingComponentInterface
-