ros-one-srdfdom (0.6.4-4noble.20251023.0142) UNRELEASED; urgency=medium

  * Append timestamp when binarydeb was built.

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Thu, 23 Oct 2025 01:42:32 +0000

ros-one-srdfdom (0.6.4-0noble) noble; urgency=high

  * Allow generic joint properties (#109 <https://github.com/ros-planning/srdfdom/issues/109>, #111 <https://github.com/ros-planning/srdfdom/issues/111>)
  * Contributors: Scott Chow, Robert Haschke

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Sat, 13 May 2023 00:00:00 -0000

ros-one-srdfdom (0.6.3-0noble) noble; urgency=high

  * Drop -std=c++11 (#99 <https://github.com/ros-planning/srdfdom/issues/99>)
  * Introduce ``<disable_default_collisions>`` and ``<enable_collisions>`` tags (#97 <https://github.com/ros-planning/srdfdom/issues/97>)
    
      * Extend SRDF syntax to allow disabling of collisions for all pairs involving a specific link: ``<disable_default_collisions link="link_name"/>``
      * Individual pairs can be re-enabled like this: ``<enable_collisions link1="link1_name" link2="link2_name" reason="optional-reason"/>``
      * The old behavior of disabling individual pairs is possible as well: ``<disable_collisions link1="link1_name" link2="link2_name" reason="optional-reason"/>``
    
  * Contributors: Robert Haschke, Jochen Sprickerhof

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Sun, 30 Jan 2022 00:00:00 -0000

ros-one-srdfdom (0.6.2-0noble) noble; urgency=high

  * [bugfix] Correctly return success in SRDFWriter::writeSRDF().
  * Contributors: Robert Haschke

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Wed, 09 Sep 2020 00:00:00 -0000

ros-one-srdfdom (0.6.1-0noble) noble; urgency=high

  * [bugfix] SRDFWriter: Correctly populate XML document
  * [bugfix] SRDFWriter: Use locale independent conversion from double to string (#67 <https://github.com/ros-planning/srdfdom/issues/67>)
  * [maint]  Silence cmake warning
  * Contributors: Robert Haschke

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Sun, 06 Sep 2020 00:00:00 -0000

ros-one-srdfdom (0.6.0-0noble) noble; urgency=high

  * [maint] Switch from TinyXML to TinyXML2 (#60 <https://github.com/ros-planning/srdfdom/issues/60>)
  * [maint] add soname to library (#63 <https://github.com/ros-planning/srdfdom/issues/63>)
  * Contributors: Robert Haschke, Tyler Weaver

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Wed, 19 Aug 2020 00:00:00 -0000

ros-one-srdfdom (0.5.2-0noble) noble; urgency=high

  * [maint]  Modernize Travis config (#57 <https://github.com/ros-planning/srdfdom/issues/57>)
  * [maint]  Modernize package.xml
  * [maint]  Modernize python (python2 / python3 compatibility)
  * [maint]  Modernize cmake and setup.py
  * [maint]  Fix unittest
  * [maint]  Use [[deprecated]] for better portability (#47 <https://github.com/ros-planning/srdfdom/issues/47>)
  * [maint]  Travis: enable ccache
  * [maint]  Fix catkin_lint issues
  * [maint]  Format code with clang-format (#42 <https://github.com/ros-planning/srdfdom/issues/42>, #43 <https://github.com/ros-planning/srdfdom/issues/43>)
  * [bugfix] Parse group's robot states with C locale (#44 <https://github.com/ros-planning/srdfdom/issues/44>)
  * [bugfix] Trigger error in case of SRDF syntax error (#41 <https://github.com/ros-planning/srdfdom/issues/41>)
  * Contributors: Alejandro Hernández Cordero, Dave Coleman, Jonathan Binney, Michael Görner, Robert Haschke, Sean Yen, Simon Schmeisser, kkufieta

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Tue, 30 Jun 2020 00:00:00 -0000

ros-one-srdfdom (0.5.0-0noble) noble; urgency=high

  * Switch to std::shared_ptr of C++11 (#36 <https://github.com/ros-planning/srdfdom/issues/36>)
  * Change log{Error,Warn} -> CONSOLE_BRIDGE_log{Error,Warn} (#37 <https://github.com/ros-planning/srdfdom/issues/37>)
  * Contributors: Chris Lalancette, Ian McMahon

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Tue, 24 Apr 2018 00:00:00 -0000

ros-one-srdfdom (0.4.2-0noble) noble; urgency=high

  * [fix] gcc6 build error #28 <https://github.com/ros-planning/srdfdom/issues/28>
  * [fix] Compile with -std=c++11 (#29 <https://github.com/ros-planning/srdfdom/issues/29>)
  * [enhancement] cleanup urdfdom compatibility (#27 <https://github.com/ros-planning/srdfdom/issues/27>)
  * Contributors: Dmitry Rozhkov, Isaac I.Y. Saito, Robert Haschke, Victor Matare

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Mon, 30 Jan 2017 00:00:00 -0000

ros-one-srdfdom (0.4.1-0noble) noble; urgency=high

  * [fix][system] Build failure for Ubuntu Wily and Debian Jesie (urdfdom compatibility #25 <https://github.com/ros-planning/srdfdom/issues/25>)
    * test for existence of urdf typedef
    * if not existing, activate compatibility header
  * Contributors: Michael Goerner, Robert Haschke

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Thu, 22 Sep 2016 00:00:00 -0000

ros-one-srdfdom (0.4.0-0noble) noble; urgency=high

  * [fix] Define shared_ptr typedef (adjusting to the recent change in urdfdom) #21 <https://github.com/ros-planning/srdfdom/issues/21>
  * Contributors: Dave Coleman, Robert Haschke

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Fri, 09 Sep 2016 00:00:00 -0000

ros-one-srdfdom (0.3.2-0noble) noble; urgency=high

  * [feat] Move SRDF-specific commands from moveit package #14 <https://github.com/ros-planning/srdfdom/issues/14>
  * [sys] remove ROS-dependent logging.
  * [sys] Much cleanup in package.xml. #12 <https://github.com/ros-planning/srdfdom/issues/12> pkg-config is no longer used after https://github.com/ros-planning/srdfdom/commit/19b23e5900e9c179089e99caae52023f95d2fec8#diff-af3b638bc2a3e6c650974192a53c7291
  * Contributors: Dave Coleman, Sarah Elliott, Robert Haschke, Isaac I.Y. Saito

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Thu, 25 Aug 2016 00:00:00 -0000

ros-one-srdfdom (0.3.1-0noble) noble; urgency=high

  * Change logError to Warn if collision link missing #10 <https://github.com/ros-planning/srdfdom/issues/10> Since MoveIt continues to load anyway, it makes sense to change the unknown collision link pairs ROS Error to a ROS Warning. Everything continues to work if a specified set of collision-link pairs is missing.
  * Contributors: Dave Coleman, Ian McMahon

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Mon, 01 Aug 2016 00:00:00 -0000

ros-one-srdfdom (0.3.0-0noble) noble; urgency=high

  * Removed unwanted python compiled file
  * Fixed path to resource in python test to work for rostest
  * Fixed authors, added doc
  * Fixed group_state parsing and changed chain as an aggregate
  * Renamed groups as subgroups when integrated in a group
  * Added the cpp tests in the python test
  * Fixed missing install
  * Added a python parser based on urdf_parser_py and using its reflection interface
  * Contributors: Dave Coleman, Guillaume Walck

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Tue, 16 Jun 2015 00:00:00 -0000

ros-one-srdfdom (0.2.7-0noble) noble; urgency=high

  * fixing dependencies for https://github.com/ros/rosdistro/issues/4633
  * added travis build status indicator in README.md
  * added travis support
  * use FindTinyXML from cmake_module
  * Contributors: Dave Coleman, Dave Hershberger, Ioan Sucan, Tully Foote

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Tue, 01 Jul 2014 00:00:00 -0000

ros-one-srdfdom (0.2.6-0noble) noble; urgency=high

  * fix incorrect tag name

 -- MoveIt Release Team <moveit_releasers@googlegroups.com>  Fri, 19 Jul 2013 00:00:00 -0000


