v2.0.0 #224
stephane-caron
announced in
Announcements
v2.0.0
#224
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This release moves description metadata (robot name, maker, repository, license, ...) into the registry itself, using it to generate the README tables automatically. Thanks to @nickswalker for contributing this 👍
This is a major update since the
Descriptiondataclass signature has changed in the process. This update also surfaced a number of license inaccuracies that are now corrected.This release also adds 5 robot descriptions, and allows overriding xacro args when calling
load_robot_description. Thanks to @brnikita and @nickswalker for those 👍Added
XACRO_ARGSviaload_robot_description(thanks to @nickswalker)Changed
Descriptionconstructor no longer takes a singleFormatas its first argument; passformatsas a set insteadDescriptioninstances are now frozenDescriptionnow requires arobotfieldDescription(Format.URDF, tags={...})toDescription(formats={Format.URDF}, ...)Fixed
Migration notes
If you are updating code with custom
Descriptioninstances to this new release, you should replaceDescription(Format.URDF, tags={...})withDescription(formats={Format.URDF}, robot="...", tags={...}).This discussion was created from the release v2.0.0.
All reactions