|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.command.AbstractParameterizable
com.kuka.nav.command.AbstractCommand<T,E>
com.kuka.nav.object.handling.FindAndReach<T,E>
com.kuka.nav.object.handling.FindAndApproachObject
public final class FindAndApproachObject
This action tries to find the given DetectionModel and to determine its pose. The robot then moves to the
specified pose in front of the object and after that to the final pose offset relative to the pose of the object. If
no front pose is specified the robot directly moves to the final pose. During the motion the robot continuously
tracks the pose of the object.
| Constructor Summary | |
|---|---|
|
FindAndApproachObject(com.kuka.nav.geometry.DetectionModel model,
com.kuka.nav.Pose approxObjectPose)
Creates a new FindAndReach action. |
|
FindAndApproachObject(com.kuka.nav.geometry.DetectionModel model,
com.kuka.nav.Pose objectPose,
com.kuka.nav.TupleSE2 objectDeviation,
com.kuka.nav.Pose approachPose)
Creates a new FindAndReach action. |
|
FindAndApproachObject(com.kuka.nav.geometry.DetectionModel model,
SearchSpace searchSpace)
Creates a new FindAndApproachObject action. |
|
FindAndApproachObject(com.kuka.nav.geometry.DetectionModel model,
SearchSpace searchSpace,
com.kuka.nav.Pose approachPose)
Creates a new FindAndReach action. |
protected |
FindAndApproachObject(com.kuka.parameters.IParameterMap params)
Copy constructor. |
| Method Summary | |
|---|---|
FindAndApproachObject |
copy()
|
com.kuka.nav.Pose |
getApproachPose()
|
FindAndApproachObject |
setApproachPose(com.kuka.nav.Pose approachPose)
Sets the approach pose. |
| Methods inherited from class com.kuka.nav.command.AbstractCommand |
|---|
getDescription, self, setDescription |
| Methods inherited from class com.kuka.nav.command.AbstractParameterizable |
|---|
getParameters, paramHelper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.kuka.command.ICommand |
|---|
getDescription, setDescription |
| Methods inherited from interface com.kuka.parameters.IParameterizable |
|---|
getParameters |
| Constructor Detail |
|---|
public FindAndApproachObject(com.kuka.nav.geometry.DetectionModel model,
SearchSpace searchSpace)
FindAndApproachObject action.
model - the model of the object to findsearchSpace - the search space
public FindAndApproachObject(com.kuka.nav.geometry.DetectionModel model,
SearchSpace searchSpace,
com.kuka.nav.Pose approachPose)
FindAndReach action.
model - the model of the object to findsearchSpace - the search spaceapproachPose - a pose in front of the object
public FindAndApproachObject(com.kuka.nav.geometry.DetectionModel model,
com.kuka.nav.Pose approxObjectPose)
FindAndReach action.
model - the model of the object to findapproxObjectPose - the approximate pose of the target object
public FindAndApproachObject(com.kuka.nav.geometry.DetectionModel model,
com.kuka.nav.Pose objectPose,
com.kuka.nav.TupleSE2 objectDeviation,
com.kuka.nav.Pose approachPose)
FindAndReach action.
model - the model of the object to findobjectPose - the approximate pose of the target object relative to the commanded robotobjectDeviation - the allowed deviation of the target object around the given poseapproachPose - a pose relative to to the target objectprotected FindAndApproachObject(com.kuka.parameters.IParameterMap params)
params - parameter map containing the command parameters.| Method Detail |
|---|
public FindAndApproachObject setApproachPose(com.kuka.nav.Pose approachPose)
approachPose - a pose in front of the object
public com.kuka.nav.Pose getApproachPose()
public FindAndApproachObject copy()
copy in interface com.kuka.command.ICommand<FindAndApproachObject,FindAndApproachObjectContainer>copy in class com.kuka.nav.command.AbstractCommand<FindAndApproachObject,FindAndApproachObjectContainer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||