|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.geometricModel.redundancy.AbstractRedundancyCollection<StatusTurnRedundancy>
com.kuka.roboticsAPI.deviceModel.StatusTurnRedundancy
com.kuka.roboticsAPI.deviceModel.LBRAlphaRedundancy
public class LBRAlphaRedundancy
LBRAlphaRedundancy represents the redundancy parameters of a KUKA lightweight robot (LWR). (Using the alpha-kinematics definition)
!Attention: The definition of the status information is different for alpha- and e1-kinematics!
| Nested Class Summary | |
|---|---|
static class |
LBRAlphaRedundancy.AlphaParameter
Alpha redundancy parameter. |
| Nested classes/interfaces inherited from class com.kuka.roboticsAPI.deviceModel.StatusTurnRedundancy |
|---|
StatusTurnRedundancy.StatusParameter, StatusTurnRedundancy.TurnParameter |
| Constructor Summary | |
|---|---|
LBRAlphaRedundancy()
Creates an instance of the class. |
|
LBRAlphaRedundancy(double alpha,
int status,
int turn)
Creates a new LBRRedundancy instance with the given parameters. |
|
LBRAlphaRedundancy(com.kuka.common.params.IParameterSet params)
Creates an instance of the class initialized from the specified parameter set. |
|
| Method Summary | |
|---|---|
LBRAlphaRedundancy |
copy()
Creates and returns a deep copy of this redundancy collection. |
double |
getAlpha()
Gets the alpha-redundancy-value. |
LBRAlphaRedundancy |
setAlpha(double alpha)
Sets the alpha-redundancy-value. |
| Methods inherited from class com.kuka.roboticsAPI.deviceModel.StatusTurnRedundancy |
|---|
getStatus, getTurn, setStatus, setTurn |
| Methods inherited from class com.kuka.roboticsAPI.geometricModel.redundancy.AbstractRedundancyCollection |
|---|
addParameter, equals, getAllParameters, hashCode, self, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LBRAlphaRedundancy()
public LBRAlphaRedundancy(double alpha,
int status,
int turn)
alpha - Alphastatus - Statusturn - Turnpublic LBRAlphaRedundancy(com.kuka.common.params.IParameterSet params)
params - parameter set with the initial values.| Method Detail |
|---|
public double getAlpha()
public LBRAlphaRedundancy setAlpha(double alpha)
alpha - The alpha-redundancy value.
public LBRAlphaRedundancy copy()
IRedundancyCollection
copy in interface IRedundancyCollectioncopy in class StatusTurnRedundancy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||