diff --git a/robot_calibration/CHANGELOG.rst b/robot_calibration/CHANGELOG.rst index 81376ba6..5238fe15 100644 --- a/robot_calibration/CHANGELOG.rst +++ b/robot_calibration/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog for package robot_calibration ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* include tf2_geometry_msgs earlier to avoid missing symbols (`#182 `_) +* port capture_poses script to ROS 2, document (`#181 `_) +* improve parsing of xyz and rpy fields (`#177 `_) + * don't segfault if xyz or rpy missing + * remove extra spaces in xyz/rpy fields +* urdf/model.h -> urdf/model.hpp (`#175 `_) +* Contributors: Michael Ferguson + 0.9.1 (2024-09-26) ------------------ * add qos overrides for finders (`#174 `_) diff --git a/robot_calibration_msgs/CHANGELOG.rst b/robot_calibration_msgs/CHANGELOG.rst index 9c761342..15e53908 100644 --- a/robot_calibration_msgs/CHANGELOG.rst +++ b/robot_calibration_msgs/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package robot_calibration_msgs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.9.1 (2024-09-26) ------------------