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

    Interface Position

    A Position defines a pose of the robot together with the kinematicPosition defining that pose.

    interface Position {
        kinematicPosition: KinematicPosition;
        pose: Pose;
    }
    Index

    Properties

    kinematicPosition: KinematicPosition
    pose: Pose