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

    Interface EndEffector

    Interface describing an End Effector

    interface EndEffector {
        cog: CenterOfGravity;
        id: string;
        inertia: Inertia;
        name: string;
        payload: Payload;
        tcps: TCP[];
        useCustomInertia: boolean;
    }
    Index

    Properties

    id: string
    inertia: Inertia
    name: string
    payload: Payload
    tcps: TCP[]
    useCustomInertia: boolean