Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias RotaryJoint

    Rotary Joint

    This joint can rotate around.

    type RotaryJoint = {
        position?: number;
        speed?: number;
    }
    Index

    Properties

    Properties

    position?: number

    The rotary position in degrees.

    -90

    110

    speed?: number

    The rotary speed based on percentage (-100% to 100%).

    -100

    100