diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 942604bb3fde7b68209c3af3c2aef86d8ae5054c..44112e40ed757c2355c356bc3e7b04aabe6deb68 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog for package panda_moveit_config ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.8.1 (2022-09-11) +------------------ +* Update to franka_description 0.10.0 (`#119 <https://github.com/ros-planning/panda_moveit_config/issues/119>`_) +* Example use of ns parameter in sensors.yaml (`#88 <https://github.com/ros-planning/panda_moveit_config/issues/88>`_) +* Drop link8 from ACM as this link doesn't have any collision model anymore +* srdf: Use loop macros to reduce code redundancy +* Unify calls to xacro +* Contributors: Matt Droter, Robert Haschke, Tim Redick + 0.8.0 (2022-09-01) ------------------ * Thorough rework based on franka_description 0.9.1 (using fine and coarse collision models) diff --git a/package.xml b/package.xml index 3a79f2a745dacdc450d30ee2974a4608063662fc..f47cbb07351e9ed29421c4cc4ee040e6a4fda032 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ <package> <name>panda_moveit_config</name> - <version>0.8.0</version> + <version>0.8.1</version> <description> An automatically generated package with all the configuration and launch files for using the panda with the MoveIt Motion Planning Framework </description>