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

    Type Alias Waypoint

    A Waypoint defines a position of the robot, with a reference to the frame that it's will be relative to.

    type Waypoint = {
        frame: FrameName;
        pose: Pose;
        qNear: JointPositions;
        tcp?: TCPName;
    }
    Index

    Properties

    Properties

    frame: FrameName
    pose: Pose
    tcp?: TCPName