Skip to content

Commit 87b4c60

Browse files
authored
1.1.0
1 parent 8c52ed1 commit 87b4c60

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

5+
1.1.0 (2023-12-13)
6+
------------------
7+
* Support continuous (unbounded) joints properly (`#59 <https://github.com/PickNikRobotics/pick_ik/pull/59>`_)
8+
* Run elite gradient descent in separate threads (`#61 <https://github.com/PickNikRobotics/pick_ik/pull/61>`_)
9+
* Contributors: Sebastian Castro
10+
511
1.0.2 (2023-07-25)
612
------------------
713
* New options to control solution quality and performance

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.0.2</version>
5+
<version>1.1.0</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)