roslib
    Preparing search index...

    Interface UrdfModelOptions

    interface UrdfModelOptions {
        string: string;
        xml?: Element;
    }
    Index

    Properties

    Properties

    string: string

    The XML element to parse as a string.

    xml?: Element

    The XML element to parse.