|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectLocalizationContainer
The result of an object localization request. It provides the pose of the localized object relative to the robot and other information to determine the quality of the localization.
| Method Summary | |
|---|---|
com.kuka.nav.Pose |
getObjectPose()
Returns the pose of the object relative to the robot, as determined by the request. |
| Methods inherited from interface com.kuka.nav.fineloc.LocalizationContainer |
|---|
getScore, isDataReliable |
| Methods inherited from interface com.kuka.nav.command.RequestContainer |
|---|
awaitFinished, awaitFinished, awaitUpdate, awaitUpdate, cancel, getError, hasError, isCancelled, isFinished, isValid |
| Method Detail |
|---|
com.kuka.nav.Pose getObjectPose()
Note: If RequestContainer.isFinished() returns true and RequestContainer.isValid()
returns false, a call of this method will lead to an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||