Difference between revisions of "MC-Basic:robot.WRISTFBK"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.WRISTFBK to MC-Basic:robot.WRISTFBK: Global renaming of Axystems: namespace into (Main):)
(No difference)

Revision as of 08:55, 22 May 2014

Returns the actual (current) robot configuration.

These two solutions represent tow solution of the robots inverse kinematics equations, or in other words the robot configurations. Usually they are called “FLIP” and “NOFLIP” robot configurations.  This flag indicates which of them is taken. Also, when this flag is different from the commanded one (wristcmd) no straight line motion can be made.

For example in PUMA robot kinematic model this flag is computed according to the sing of position of the second joint.

0 - Keep the current configuration or choose the closest joint-target.

1 - Joint-target is NOFLIP

2 - Joint-target is FLIP

Short form

<ROBOT>.wfbk

Syntax

?<ROBOT>.wristfbk

Availability

All versions

Type

Long

Range

0 (auto)/ 1(noflip)/ 2 (flip)

Scope

Configuration, Task, Terminal

Limitations

Read Only, Modal Only

Examples

?PUMA.wristfbk

See Also