|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.recover.ReturnToPathRecover
public class ReturnToPathRecover
Recover by returning straight to the intended path.
| Constructor Summary | |
|---|---|
ReturnToPathRecover()
Creates a new return to path recover action. |
|
ReturnToPathRecover(double maxRecoveredDist,
double maxDeltaOrientation)
Creates a new return to path recover action. |
|
| Method Summary | |
|---|---|
com.kuka.parameters.IParameter |
copy()
|
double |
getMaxDeltaOrientation()
|
double |
getMaxRecoveredDist()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReturnToPathRecover()
Note: This recover action type must be commanded in combination
with an OffPathCondition.
public ReturnToPathRecover(double maxRecoveredDist,
double maxDeltaOrientation)
Note: This recover action type must be commanded in combination
with an OffPathCondition.
maxRecoveredDist - maximum distance on the path, where the next reachable point
has to be.maxDeltaOrientation - maximum angle in radians around which the robot is allowed to
turn during a recovery motion.| Method Detail |
|---|
public double getMaxRecoveredDist()
public double getMaxDeltaOrientation()
public com.kuka.parameters.IParameter copy()
copy in interface com.kuka.parameters.IParameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||