roslib
    Preparing search index...

    Interface IPose

    interface IPose {
        orientation: IQuaternion;
        position: IVector3;
    }

    Implemented by

    Index

    Properties

    orientation: IQuaternion

    The ROSLIB.Quaternion describing the orientation.

    position: IVector3

    The ROSLIB.Vector3 describing the position.