|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.JointTorqueInformation
public class JointTorqueInformation
Provides information of the joint torques of a device.
| Constructor Summary | |
|---|---|
JointTorqueInformation(Robot lbr,
boolean flagIntExt)
Creates a new instance of type CartesianForceTorqueInformation
with given measure Frame and orientation Frame. |
|
| Method Summary | |
|---|---|
boolean |
getFlag()
Gets the flag to distinguish between internal or external torques. |
Robot |
getRobot()
Gets the robot whose torque measurement will be recorded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JointTorqueInformation(Robot lbr,
boolean flagIntExt)
CartesianForceTorqueInformation
with given measure Frame and orientation Frame.
lbr - The robot whose joint torque measurement will be recorded.
Null is not allowed. flagIntExt - Flag to distinguish between internal or external torques. True
means external torques, false means internal torques| Method Detail |
|---|
public Robot getRobot()
public boolean getFlag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||