DiscoverLearnDocumentationGet OpenPLXSearch Contact

URDF Plugin

To import an URDF file as an OpenPLX model we can do it like this:

import $"path/to/URDF/model.urdf" as model.mymodel

The URDF plugin reads a model from some namespace. Here model is the namespace and mymodel is the name we import the model as. To use the model we then do:

MyModel is model.mymodel
OpenPLX is a work in progress. This draft version will evolve with user feedback and experience. We welcome your input and collaboration.
X