Skip to content

v1.18.0

Choose a tag to compare

@stephane-caron stephane-caron released this 19 Jun 14:20
· 101 commits to main since this release
5eb58a9

This release adds 5 robot descriptions, allows passing keyword arguments to the yourdfpy loader, and fixes the piper_mj_description for consistency with the other MJCF descriptions.

Thanks to @jonzamora, @kevinzakka and @sea-bass for contributing to this release 👍

Added

  • Description: Dynamixel 2R (MJCF)
  • Description: Fourier N1 (MJCF)
  • Description: Fourier N1 (URDF)
  • Description: RSK omnidirectional robot (MJCF)
  • Description: YAM (MJCF) (thanks to @kevinzakka)

Changed

  • Update piper_mj_description to load piper.xml instead of scene.xml (thanks to @jonzamora)
  • Allow passing kwargs to yourdfpy.load_robot_description (thanks to @sea-bass)