Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Dec 13, 2023
1 parent 8c52ed1 commit 87b4c60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package pick_ik
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2023-12-13)
------------------
* Support continuous (unbounded) joints properly (`#59 <https://github.com/PickNikRobotics/pick_ik/pull/59>`_)
* Run elite gradient descent in separate threads (`#61 <https://github.com/PickNikRobotics/pick_ik/pull/61>`_)
* Contributors: Sebastian Castro

1.0.2 (2023-07-25)
------------------
* New options to control solution quality and performance
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.0.2</version>
<version>1.1.0</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 87b4c60

Please sign in to comment.