|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.geometry.BlendingDiscretizationInfo
public class BlendingDiscretizationInfo
Wrapper class holding information about how a blending arc is discretized. It stores a list of oriented poses. The poses indicate where the arc was sampled and the orientation is to be understood to be the orientation the robot has at this point with respect to the arc. Furthermore, the class holds the actual blending radius according to which the arc was blended.
| Constructor Summary | |
|---|---|
BlendingDiscretizationInfo(List<com.kuka.util.Pair<Pose,Double>> poses,
Double radius)
Constructor. |
|
| Method Summary | |
|---|---|
List<com.kuka.util.Pair<Pose,Double>> |
getPoses()
Returns the list of oriented poses where the arc was sampled. |
Double |
getRadius()
Returns the actual blending radius. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlendingDiscretizationInfo(List<com.kuka.util.Pair<Pose,Double>> poses,
Double radius)
poses - the list of oriented poses indicating how the arc was sampledradius - the actual blending radius| Method Detail |
|---|
public List<com.kuka.util.Pair<Pose,Double>> getPoses()
public Double getRadius()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||