Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    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: string
    nameVariable?: URVariable
    parent?: string
    pose: Pose