Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelogs for 0.7.5 #78

Merged
merged 1 commit into from
Mar 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog for package panda_moveit_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.5 (2021-03-25)
------------------
* Update SRDF for collision model (`#35 <https://github.com/ros-planning/panda_moveit_config/issues/35>`_)
franka_description got updated with a more coarse collision model [1] matching the internal
self-collision detection, so the SRDF needs to be adapted.
Disable collision checking between panda_link6 and panda_link8 which collide in the default pose.
Tested with example controllers.
Closes `#18 <https://github.com/ros-planning/panda_moveit_config/issues/18>`_. Resolves `ros-planning/moveit#1210 <https://github.com/ros-planning/moveit/issues/1210>`_, resolves `frankaemika/franka_ros#39 <https://github.com/frankaemika/franka_ros/issues/39>`_.
[1] https://github.com/frankaemika/franka_ros/commit/e52c03a23aa18c6532e40f9bf4927dedfc0c596a
* Fix ordering of planning adapters (`#69 <https://github.com/ros-planning/panda_moveit_config/issues/69>`_)
As explained in https://github.com/ros-planning/moveit/pull/2053
AddTimeParameterization should be at the begining of the list.
* Add tranposrt joint state (`#67 <https://github.com/ros-planning/panda_moveit_config/issues/67>`_)
Co-authored-by: Libor Wagner <libor.wagner@cvut.cz>
* Bump required cmake version (`#61 <https://github.com/ros-planning/panda_moveit_config/issues/61>`_)
* Contributors: Florian Walch, Libor Wagner, Michael Görner, tnaka

0.7.4 (2020-03-27)
------------------
* [fix] Add time parameterization in stomp_planning_pipeline.launch (`#59 <https://github.com/ros-planning/panda_moveit_config/issues/59>`_)
Expand Down