Skip to content

Commit f47bd8f

Browse files
authored
1.1.1 (#78)
1 parent 4522a3e commit f47bd8f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package pick_ik
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.1 (2024-11-30)
6+
------------------
7+
* Initialize with the best seed instead of initial seed at population wipeout (`#77 <https://github.com/PickNikRobotics/pick_ik/issues/77>`_)
8+
* Fix timeout calculation if solution callback fails (`#73 <https://github.com/PickNikRobotics/pick_ik/issues/73>`_)
9+
* Remove incorrect override of tip_frames (`#68 <https://github.com/PickNikRobotics/pick_ik/issues/68>`_)
10+
* Contributors: Amal Nanavati, Sebastian Castro, Timon Engelke
11+
512
1.1.0 (2023-12-13)
613
------------------
714
* Support continuous (unbounded) joints properly (`#59 <https://github.com/PickNikRobotics/pick_ik/pull/59>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>pick_ik</name>
5-
<version>1.1.0</version>
5+
<version>1.1.1</version>
66
<description>Inverse Kinematics solver for MoveIt</description>
77
<author email="[email protected]">Tyler Weaver</author>
88
<maintainer email="[email protected]">Tyler Weaver</maintainer>

0 commit comments

Comments
 (0)