Skip to content

v1.23.0

Latest

Choose a tag to compare

@stephane-caron stephane-caron released this 09 Mar 17:04
· 20 commits to main since this release

This release adds support for xacro-based robot descriptions, as well as a cache optimization that only fetches the required commit of a description instead of cloning the full repository. Both were contributed by @nickswalker, thanks!

This release also adds 35 robot descriptions contributed by @daipom, @nickswalker and @Woojin-Crive 👍

Added

Changed

  • Bump minimum Python version to 3.10
  • CICD: Update .gitattributes for pixi.lock
  • Description: UR10 (URDF) now warns that it is deprecated and will switch to the official model in v2 (thanks to @nickswalker)
  • Description: UR3 (URDF) now warns that it is deprecated and will switch to the official model in v2 (thanks to @nickswalker)
  • Description: UR5 (URDF) now warns that it is deprecated and will switch to the official model in v2 (thanks to @nickswalker)
  • cache: Optimize pinned-revision cloning by initializing the repository locally, shallow-fetching the requested revision (depth=1), and checking it out (thanks to @nickswalker)

Fixed

  • CICD: Update Python version to 3.10 (thanks to @daipom)
  • Description: Kinova Gen3 (URDF) now resolves from ros2_kortex xacro, instead of incorrect Jaco2 URDF (thanks to @nickswalker)