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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page ThetaOffset to MC-Basic:robot.ThetaOffset)
Line 34: Line 34:
  
 
|EXAMPLE=
 
|EXAMPLE=
Puma.ThetaOffset = {0,90,180,0,0,0}<br>
+
Puma.ThetaOffset = {0,-90,180,0,0,0}<br>
  
  

Revision as of 10:40, 27 December 2017

Language: [[::MC-Basic:robot.ThetaOffset|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>

Type

Location

Range

According to the Robot Type

Units

User defined position units

Default

NULL

Scope

Configuration ,Task or Terminal

Limitations

.

Examples

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

See Also