|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.properties.AbstractProperty
com.kuka.nav.fleet.graph.properties.AbstractRecoverProperty
public abstract class AbstractRecoverProperty
Base implementation for motion recovery providing properties.
| Constructor Summary | |
|---|---|
protected |
AbstractRecoverProperty(double maxDistTransM,
double maxDistRotDeg,
double maxRecoveredDistM,
double maxDeltaOrientationDeg)
Instantiates a new abstract recover property. |
| Method Summary | |
|---|---|
Double |
getMaxDeltaOrientation()
Gets the maximum allowed rotational difference in radiant for off path recovery for differential vehicles. |
Double |
getMaxDeltaOrientationDeg()
Gets the maximum allowed rotational difference in degree for off path recovery for differential vehicles. |
Double |
getMaxDistRot()
Gets the maximum rotational distance in radians. |
Double |
getMaxDistRotDeg()
Gets the maximum rotational distance in degrees. |
Double |
getMaxDistTransM()
Gets the maximum translational distance in meters. |
Double |
getMaxRecoveredDistM()
Gets the maximum allowed distance for off path recovery for differential vehicles. |
protected String |
getValueToDisplayRecover()
|
String |
getValueToDisplayRecoverAction()
|
void |
setMaxDeltaOrientationDeg(Double maxDeltaOrientationDeg)
Sets the maximum allowed rotational difference in degree for off path recovery for differential vehicles. |
void |
setMaxDistRotDeg(Double dist)
Sets the maximum rotational distance in degrees. |
void |
setMaxDistTransM(Double dist)
Sets the maximum translational distance in meters. |
void |
setMaxRecoveredDistM(Double maxRecoveredDistM)
Sets the maximum allowed distance for off path recovery for differential vehicles. |
String |
toString()
|
| Methods inherited from class com.kuka.nav.fleet.graph.properties.AbstractProperty |
|---|
equals, fireChanged, getAllowedTypes, getId, hashCode, setId, tryGetParamFromString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.kuka.nav.fleet.graph.properties.Property |
|---|
getValueToDisplay |
| Constructor Detail |
|---|
protected AbstractRecoverProperty(double maxDistTransM,
double maxDistRotDeg,
double maxRecoveredDistM,
double maxDeltaOrientationDeg)
maxDistTransM - the maximum allowed translational distance for recovery in metersmaxDistRotDeg - the maximum allowed rotational distance for recovery in degreesmaxRecoveredDistM - the maximum allowed distance for off path recovery for differential vehicles. Necessary to prevent forbidden backwards movement during recovery.maxDeltaOrientationDeg - the maximum allowed rotational difference for off path recovery for differential vehicles. Necessary to prevent forbidden backwards movement during recovery.| Method Detail |
|---|
public Double getMaxRecoveredDistM()
Necessary to prevent forbidden backwards movement during recovery.
public void setMaxRecoveredDistM(Double maxRecoveredDistM)
Necessary to prevent forbidden backwards movement during recovery.
maxRecoveredDistM - the _maxRecoveredDist to setpublic Double getMaxDeltaOrientationDeg()
Necessary to prevent forbidden backwards movement during recovery.
public Double getMaxDeltaOrientation()
Necessary to prevent forbidden backwards movement during recovery.
public void setMaxDeltaOrientationDeg(Double maxDeltaOrientationDeg)
Necessary to prevent forbidden backwards movement during recovery.
maxDeltaOrientationDeg - the _maxDeltaOrientation to setpublic Double getMaxDistTransM()
public void setMaxDistTransM(Double dist)
dist - the new maximum distancepublic Double getMaxDistRotDeg()
public void setMaxDistRotDeg(Double dist)
dist - the new maximum distancepublic Double getMaxDistRot()
public String toString()
toString in class Objectprotected String getValueToDisplayRecover()
public String getValueToDisplayRecoverAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||