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

    Class MountingService

    Provides access to URScript functions Parameters in this case are not aligned with setGravity The input parameters are transformed into parameters for the setGravity URScript function

    ScriptBuilder#setGravity

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    communicationChannel: CommunicationChannel

    Methods

    • returns a reply promise to the specified message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • Optionaldata: any

        The message data

      Returns Promise<T>

    • returns an observable that will emit any messages replied to the specified message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • Optionaldata: any

        The message data

      Returns Observable<T>

    • returns a reply promise for the requested message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • Optionaldata: any

        The message data

      Returns Promise<T>

    • returns an observable that will emit any messages replied to the requested message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • Optionaldata: any

        The message data

      Returns Observable<T>

    • Sets the robot mounting as a rotation and a tilt

      Parameters

      • rotation: Angle

        The robot's rotation at the base

      • tilt: Angle

        The robot's tilt at the base

      Returns Promise<void>