Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@stephane-caron stephane-caron released this 23 May 13:59
· 9 commits to master since this release
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)