Universal Robots TypeScript API - v10.12.0
Preparing search index...
contribution-api
Frame
Interface Frame
Interface describing a Frame which contains a name along with a pose
interface
Frame
{
name
:
string
;
nameVariable
?:
URVariable
;
parent
?:
string
;
pose
:
Pose
;
}
Index
Properties
name
name
Variable?
parent?
pose
Properties
name
name
:
string
Optional
name
Variable
nameVariable
?:
URVariable
Optional
parent
parent
?:
string
pose
pose
:
Pose
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
name
name
Variable
parent
pose
Universal Robots TypeScript API - v10.12.0
Loading...
Interface describing a Frame which contains a name along with a pose