pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface Twist

    How fast a robot is asked to move.

    interface Twist {
        omega: number;
        vx: number;
        vy: number;
    }
    Index
    omega: number

    Yaw rate about the z axis, positive counter-clockwise.

    vx: number

    Forward speed along the x axis.

    vy: number

    Leftward speed along the y axis; zero for drives that cannot strafe.