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

    Interface Gravity

    Interface describing the amount of gravity acting in each direction on the robot

    interface Gravity {
        gx: Acceleration;
        gy: Acceleration;
        gz: Acceleration;
    }
    Index

    Properties

    Properties