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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} {{MC-Basic |SHORT FORM= |SYNTAX= ThetaOffset = <robot joint point> |AVAILABILITY= |DESCRIPTION= |TYPE= Location |RANGE= According to the Robot Type |UNIT...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.ThetaOffset}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 8: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
 +
From 4.18.1
  
 +
|DESCRIPTION=
  
|DESCRIPTION=
+
Theta parameter for support user-defined zero joint position ( {0,0,0,0,0,0} ) independently of robot actual pose.
 +
See: [[PUMA_THETA_Parameters|PUMA_THETA_Parameters]]
  
 
|TYPE=
 
|TYPE=
Line 22: Line 25:
  
 
|DEFAULT=
 
|DEFAULT=
NULL
+
{0,0,0,0,0,0}
  
 
|SCOPE=
 
|SCOPE=
Line 28: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
.
+
 
  
 
|EXAMPLE=
 
|EXAMPLE=
Puma.ThetaOffset = {0,90,180,0,0,0}<br>
+
Puma.ThetaOffset = {0,-90,180,0,0,0}<br>
  
  

Latest revision as of 10:41, 27 December 2017

Language: English

Theta parameter for support user-defined zero joint position ( {0,0,0,0,0,0} ) independently of robot actual pose. See: PUMA_THETA_Parameters

Syntax

ThetaOffset = <robot joint point>

Availability

From 4.18.1

Type

Location

Range

According to the Robot Type

Units

User defined position units

Default

{0,0,0,0,0,0}

Scope

Configuration ,Task or Terminal

Examples

Puma.ThetaOffset = {0,-90,180,0,0,0}

See Also