Skip to content

Releases: jrl-umi3218/RBDyn

Release v1.5.1

28 Jun 03:29
5fd81ac
Compare
Choose a tag to compare

RBDyn newest version will be available in APT, Homebrew and vcpkg soon after this announcement.

This is a maintenance release that avoids some compilation issues in downstream projects

  • Remove using namespace from a public header

Release v1.5.0

26 May 11:09
7d9c7fc
Compare
Choose a tag to compare

RBDyn newest version will be available in APT, Homebrew and vcpkg soon after this announcement.

This release fixes some issues with URDF generation and mark a function as const that wasn't

  • Fix URDF generation (#82)
  • Mark MultiBodyGraph::makeMultiBody as const (#83)

Release v1.4.0

09 Nov 07:19
2247ddc
Compare
Choose a tag to compare
  • Load material information from URDF and YAML files (#76)
  • Fix C4819 warnings on MSVC

Release v1.3.0

08 Sep 11:32
c37a61e
Compare
Choose a tag to compare
  • URDF and YAML generation from rbd::parsers::ParserResult (#73)
  • Improved conan packaging
  • Allow to compute a jacobian with a given reference body (#72)
  • Fix many warnings (#72)

Release v1.2.1

29 Apr 03:59
1b73e9c
Compare
Choose a tag to compare
  • Correctly propagate RBDyn::Parsers dependencies

Release v1.2.0

28 Apr 10:58
ee14d02
Compare
Choose a tag to compare
  • [major] Add rbd::parsers to load standard URDF and YAML robot
    description files
  • [minor] Fix argument passing issue in VisServo

v1.1.0

29 Nov 07:07
Compare
Choose a tag to compare
Minor changes before moving to jrl-umi3218