Interface TcpNode

ProgramNode is the base of all derived programNodes

Hierarchy

Properties

allowsChildren?: boolean
isSuppressed?: boolean
lockChildren?: boolean
parameters: {
    customTCP: {
        rx: TabInputModel<Angle>;
        ry: TabInputModel<Angle>;
        rz: TabInputModel<Angle>;
        x: TabInputModel<Length>;
        y: TabInputModel<Length>;
        z: TabInputModel<Length>;
    };
    endEffectorId?: string;
    tcpId?: string;
    useCustomTCP?: boolean;
}

Type declaration

type: TCP
version: string

Generated using TypeDoc