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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.ORIENTATIONCOMPLEMENT to MC-Basic:robot.ORIENTATIONCOMPLEMENT: Global renaming of Axystems: namespace into (Main):)
Line 5: Line 5:
 
|DESCRIPTION=
 
|DESCRIPTION=
  
If set, causes the system to look for the alternative solution when the given [[Axystems:MC-Basic:robot.ORIENTATIONFOLLOWING | ofollow ]] causes motion that goes beyond position limits. The alternative solution is fully determined as a complementary of the selected one:  
+
If set, causes the system to look for the alternative solution when the given [[MC-Basic:robot.ORIENTATIONFOLLOWING| ofollow ]] causes motion that goes beyond position limits. The alternative solution is fully determined as a complementary of the selected one:  
  
 
*  Longer path in world space ↔ Shorter  path in world space
 
*  Longer path in world space ↔ Shorter  path in world space
Line 22: Line 22:
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:robot.ORIENTATIONFOLLOWING | ORIENTATIONFOLLOWING]]
+
* [[MC-Basic:robot.ORIENTATIONFOLLOWING| ORIENTATIONFOLLOWING]]
 
* [[Axystems:Orientation_Following_Flag|Orientation_Following_Flag]]
 
* [[Axystems:Orientation_Following_Flag|Orientation_Following_Flag]]
 
<!-- * {{Bugzilla|5186}} -->
 
<!-- * {{Bugzilla|5186}} -->
 
}}
 
}}

Revision as of 08:54, 22 May 2014

If set, causes the system to look for the alternative solution when the given ofollow causes motion that goes beyond position limits. The alternative solution is fully determined as a complementary of the selected one:

  • Longer path in world space ↔ Shorter path in world space
  • Longer path in joint space ↔ Shorter path in joint space
  • Positive direction in world space ↔ Negative direction in world space
  • Positive direction in joint space ↔ Negative direction in joint space
IMPORTANT.svgIMPORTANT
The action is done AFTER the orientation following fails with direction that is determined using the ORIENTATIONFOLLWING flag

Short form

OCOMPLEMENT

Syntax

<robot>.OCOMPLEMENT = <number>

Availability

Since Version 4.7.10

Type

long

Range

0/1

Units

none

Default

0

Scope

Task, Terminal

Limitations

Only for robots, Modal/Nodal

See Also