LocalPackageMeshLoader
- class compas_robots.resources.LocalPackageMeshLoader[source]
Bases:
AbstractMeshLoader
Loads suport package resources stored locally.
- Attributes:
- pathstr
Path where the package is stored locally.
- support_packagestr, optional
Name of the support package containing URDF, Meshes and additional assets, e.g. ‘abb_irb4400_support’. Default is None.
Methods
Returns the building path.
Determine whether this loader can load a given mesh URL.
Load meshes from the given URL.
Load a URDF file from local storage.