java.lang.Runnablepublic class NavigationSamgarCompetency extends SamgarCompetency
| Constructor | Description |
|---|---|
NavigationSamgarCompetency(cmion.architecture.IArchitecture architecture,
java.lang.String configFile) |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters) |
|
void |
importConfig(org.w3c.dom.Document doc) |
|
void |
onRead(yarp.Bottle b) |
every samgar competency has to implement this function in which it will
receive bottles that the connected samgar module sends
|
protected java.io.InputStream |
openConfigFile(java.lang.String configFile) |
This method is responsible for opening the configuration file correctly.
|
boolean |
runsInBackground() |
getArchitecture, isConnected, onDestroy, raisecancel, getCompetencyName, getCompetencyType, isAvailable, isRunning, registerHandlers, requestStartCompetency, rundestroy, getEventFilters, getEventHandlers, getRequestFilters, getRequestHandlers, getSimulation, getUID, schedule, wasDestroyedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, prepareBottle, sendBottle, setAdditionalDatapublic NavigationSamgarCompetency(cmion.architecture.IArchitecture architecture,
java.lang.String configFile)
public void onRead(yarp.Bottle b)
SamgarCompetencyonRead in class SamgarCompetencyprotected boolean competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)
competencyCode in class cmion.level2.Competencypublic boolean runsInBackground()
runsInBackground in class cmion.level2.Competencyprotected java.io.InputStream openConfigFile(java.lang.String configFile)
public void importConfig(org.w3c.dom.Document doc)