|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.RecorderConfiguration
public class RecorderConfiguration
Provides information about the configuration of the data recorder.
| Constructor Summary | |
|---|---|
RecorderConfiguration()
|
|
| Method Summary | |
|---|---|
void |
addCartesianForceConfiguration(CartesianForceTorqueInformation forceData)
Adds Cartesian force. |
void |
addCartesianTorqueConfiguration(CartesianForceTorqueInformation torqueData)
Adds Cartesian torque. |
void |
addCommandedCartesianPositionConfiguration(CartesianPositionInformation cartPosInfo)
Adds the commanded Cartesian position. |
void |
addCommandedJointPosition(Robot robot,
boolean inDegree)
Adds the commanded joint position. |
void |
addCurrentCartesianPositionConfiguration(CartesianPositionInformation cartPosInfo)
Adds the current Cartesian position. |
void |
addCurrentJointPosition(Robot robot,
boolean inDegree)
Adds the current joint position. |
void |
addExternalJointTorque(Robot robot)
Adds external joint torques. |
void |
addInternalJointTorque(Robot robot)
Adds internal joint torques. |
List<CartesianForceTorqueInformation> |
getCartesianForceConfiguration()
Gets the list of measure and orientation frame where the "Cartesian force data recorder" was added. |
List<CartesianForceTorqueInformation> |
getCartesianTorqueConfiguration()
Gets the list of measure and orientation frame where the "Cartesian torque data recorder" was added. |
List<CartesianPositionInformation> |
getCommandedCartesianPositionConfiguration()
Gets the list of commanded Cartesian position configuration. |
List<Robot> |
getCommandedJointPosition()
Gets the list of commanded joint position configuration. |
List<CartesianPositionInformation> |
getCurrentCartesianPositionConfiguration()
Gets the list of current Cartesian position configuration. |
List<Robot> |
getCurrentJointPosition()
Gets the list of current joint position configuration. |
String |
getFileName()
Returns the file name. |
List<Robot> |
getRobotForExeternalJointTorque()
Gets the list of robots for external joint torque configuration. |
List<Robot> |
getRobotForInternalJointTorque()
Gets the list of robots for internal joint torque configuration. |
int |
getSampleInterval()
Gets the sample interval in [ms]. |
int |
getTimeoutMillisecs()
Gets the timeout in [ms]. |
boolean |
isAngleUnitForCommandedJointPositionDegree()
Gets the angle unit for the commanded joint position. |
boolean |
isAngleUnitForCurrentJointPositionDegree()
Gets the angle unit for the current joint position. |
void |
setFileName(String fileName)
Sets the file name. |
void |
setSampleInterval(int sampleInterval)
Sets the sample Interval. |
void |
setTimeOutMilliSecs(int timeoutMiliSecs)
Set the timeout in milliseconds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecorderConfiguration()
| Method Detail |
|---|
public void addCartesianForceConfiguration(CartesianForceTorqueInformation forceData)
forceData - the cartesianForceTorqueInformation.public void addCartesianTorqueConfiguration(CartesianForceTorqueInformation torqueData)
torqueData - the cartesianForceTorqueInformation.public void addInternalJointTorque(Robot robot)
robot - the robot.public void addExternalJointTorque(Robot robot)
robot - the robot.public void addCurrentCartesianPositionConfiguration(CartesianPositionInformation cartPosInfo)
cartPosInfo - the Cartesian position information.public void addCommandedCartesianPositionConfiguration(CartesianPositionInformation cartPosInfo)
cartPosInfo - the Cartesian position information.
public void addCurrentJointPosition(Robot robot,
boolean inDegree)
robot - the robot.inDegree - the angle unit configuration. true if values should be
recorded in degree, false if values should be recorded
in radiant.
public void addCommandedJointPosition(Robot robot,
boolean inDegree)
robot - the robot.inDegree - the angle unit configuration. true if values should be
recorded in degree, false if values should be recorded
in radiant.public void setTimeOutMilliSecs(int timeoutMiliSecs)
timeoutMiliSecs - the timeout in [ms].public void setSampleInterval(int sampleInterval)
sampleInterval - the sample Intervalpublic List<CartesianPositionInformation> getCommandedCartesianPositionConfiguration()
public List<CartesianPositionInformation> getCurrentCartesianPositionConfiguration()
public List<CartesianForceTorqueInformation> getCartesianTorqueConfiguration()
public List<CartesianForceTorqueInformation> getCartesianForceConfiguration()
public List<Robot> getCurrentJointPosition()
public List<Robot> getCommandedJointPosition()
public List<Robot> getRobotForExeternalJointTorque()
public List<Robot> getRobotForInternalJointTorque()
public boolean isAngleUnitForCommandedJointPositionDegree()
true if angle unit for commanded joint position is
degree, false if angle unit for commanded joint position
is radiant.public boolean isAngleUnitForCurrentJointPositionDegree()
true if angle unit for current joint position is degree, false if angle unit for current
joint position is
radiant.public void setFileName(String fileName)
fileName - The file name.public String getFileName()
public int getTimeoutMillisecs()
public int getSampleInterval()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||