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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <robot>.PassRotMinGap = <value> |AVAILABILITY= |DESCRIPTION= During AI, all points that are closed to each other than the given value (rotation)…")
 
m (Text replace - "Modal-Only" to "Modal only")
Line 9: Line 9:
 
|DEFAULT= 1
 
|DEFAULT= 1
 
|SCOPE= Task, terminal
 
|SCOPE= Task, terminal
|LIMITATIONS= Modal-Only, Robot Only
+
|LIMITATIONS= Modal only, Robot Only
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
 
}}
 
}}

Revision as of 06:50, 19 March 2014

During AI, all points that are closed to each other than the given value (rotation) will be deleted

Syntax

<robot>.PassRotMinGap = <value>

Type

double

Range

0-MaxDouble

Units

deg

Default

1

Scope

Task, terminal

Limitations

Modal only, Robot Only