We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
b362fdd
This release introduces a Python distribution to import the model easily from Python:
import jvrc_description
For example, the humanoid example in Pink loads the model as follows:
import pink robot = pink.models.build_from_urdf(jvrc_description.urdf_path)