Package edu.tufts.hrilab.mtracs
Interface KolverComponentInterface
- All Known Implementing Classes:
MockKolverComponent
public interface KolverComponentInterface
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configureScrewdriverParam
(Term screwType, Symbol val) boolean
configureScrewdriverProgram
(Symbol screwType, Symbol torqueTarget, Symbol torqueMax, Symbol angleMax) int
int
boolean
boolean
runScrewdriverProgram
(int programID) boolean
switchProgram
(int id)
-
Method Details
-
incrementId
int incrementId() -
configureScrewdriverParam
-
getScrewdriverProgramIdFromSymbol
-
configureScrewdriverProgram
-
runScrewdriverProgram
boolean runScrewdriverProgram(int programID) -
switchProgram
boolean switchProgram(int id) -
resetScrewdriver
boolean resetScrewdriver()
-