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

1.1.1 #78

Merged
merged 2 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package pick_ik
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.1 (2024-11-30)
------------------
* Initialize with the best seed instead of initial seed at population wipeout (`#77 <https://github.com/PickNikRobotics/pick_ik/issues/77>`_)
* Fix timeout calculation if solution callback fails (`#73 <https://github.com/PickNikRobotics/pick_ik/issues/73>`_)
* Remove incorrect override of tip_frames (`#68 <https://github.com/PickNikRobotics/pick_ik/issues/68>`_)
* Contributors: Amal Nanavati, Sebastian Castro, Timon Engelke

1.1.0 (2023-12-13)
------------------
* Support continuous (unbounded) joints properly (`#59 <https://github.com/PickNikRobotics/pick_ik/pull/59>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>pick_ik</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>Inverse Kinematics solver for MoveIt</description>
<author email="[email protected]">Tyler Weaver</author>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
Expand Down
Loading