Skip to content

Commit

Permalink
1.1.1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 30, 2024
1 parent 4522a3e commit f47bd8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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

0 comments on commit f47bd8f

Please sign in to comment.