diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000000000000000000000000000000000000..942604bb3fde7b68209c3af3c2aef86d8ae5054c --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,10 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package panda_moveit_config +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.8.0 (2022-09-01) +------------------ +* Thorough rework based on franka_description 0.9.1 (using fine and coarse collision models) + The internal robot controller uses coarse collision models for self-collision checking. + In MoveIt, these coarse models should be used for self-collision checking only as well. + Particularly, these coarse models should not be used for collision checking with the environment. diff --git a/package.xml b/package.xml index f4e6fbb57d2824c639173e5eeed1ca5c064dfbf0..e7e6e1d72960f58214f32edc87623c89b94fff9b 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ <package> <name>panda_moveit_config</name> - <version>0.3.0</version> + <version>0.8.0</version> <description> An automatically generated package with all the configuration and launch files for using the panda with the MoveIt Motion Planning Framework </description>