roslib
    Preparing search index...

    Class UrdfModel

    A URDF Model can be used to parse a given URDF into the appropriate elements.

    Index

    Constructors

    Properties

    Constructors

    Properties

    joints: Record<string, UrdfJoint> = {}
    links: Record<string, UrdfLink> = {}
    materials: Record<string, UrdfMaterial> = {}
    name: string | null