|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.geometry.BlendingContext
public class BlendingContext
General context information for spline calculation to define the segments and orientations.
| Constructor Summary | |
|---|---|
BlendingContext(Pose start,
Pose goal,
double orientationOffset)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addSegments(List<SplineSegment> segments)
Adds a list of segments to the list. |
Pose |
getGoal()
Returns the goal pose on edge. |
double |
getOrientationOffset()
Returns the orientation offset. |
List<SplineSegment> |
getSegmentList()
Returns the list of segments or an empty list if no segments are defined. |
Pose |
getStart()
Returns the start pose on edge. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlendingContext(Pose start,
Pose goal,
double orientationOffset)
start - start pose on edgegoal - goal pose on edgeorientationOffset - offset to edge orientation to 0| Method Detail |
|---|
public Pose getStart()
public Pose getGoal()
public List<SplineSegment> getSegmentList()
public void addSegments(List<SplineSegment> segments)
segments - list of segmentspublic double getOrientationOffset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||