FB_RandomPoseGenerator - GetPose (Method)

Overview

Type:

Method

Available as of:

V1.1.0.0

This chapter provides information on:

Task

Retrieve previously set constraints.

Description

The method GetPose allows you to retrieve previously set constraints

Interface

Output

Data type

Description

q_etDiag

GD.ET_Diag

General library-independent statement on the diagnostic. A value unequal to GD.ET_Diag.Ok corresponds to a diagnostic message.

q_etDiagExt

ET_DiagExt

POU-specific output on the diagnostic.

q_etDiag = ET_Diag.Ok -> Status message

q_etDiag <> ET_Diag.Ok -> Diagnostic message

q_sMsg

STRING[80]

Event-triggered message that gives more detailed information on the diagnostic state.

q_stMinPosition

PDL.ST_Vector3D

Minimum position value that a generated pose can take.

q_stMaxPosition

PDL.ST_Vector3D

Maximum position value that a generated pose can take.

q_stMinOrientation

PDL.ST_Vector3D

Set of roll, pitch, and yaw angles that are the minimum angles that the generated pose can take for the representation of an orientation.

q_stMaxOrientation

PDL.ST_Vector3D

Set of roll, pitch, and yaw angles that are the maximum angles that the generated pose can take for the representation of an orientation.

q_etOrientationConvention

ROB.ET_OrientationConvention

Convention for the rotation angles of the orientation.

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value of q_etDiagExt

Description

Ok

Ok

0

The parameters were successfully loaded.

ExecutionAborted

RandomPoseTypeNotConfigured

52

The selected random pose type has not been configured.

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Success

The constrains were successfully retrieved.

RandomPoseTypeNotConfigured

Enumeration name:

RandomPoseTypeNotConfigured

Enumeration value:

52

Description:

The constraints for the selected random pose type are not configured.

Issue

Cause

Solution

Pose generation type not configured.

The selected random pose generation type was not configured.

Ensure to configure the required random generation mode with the proper Set method before using it with this method.