Skip to content

Commit

Permalink
Updated changelog for 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTheEngineer committed Oct 29, 2017
1 parent 39c38e6 commit 7410a3c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sns_ik/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package sns_ik
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.3 (2017-10-29)
------------------
* No Updates

0.2.1 (2016-10-25)
------------------
* No Updates
Expand Down
8 changes: 8 additions & 0 deletions sns_ik_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package sns_ik_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.3 (2017-10-29)
------------------
* CMakeLists Eigen cleanup
In ROS Kinetic, cmake_modules is deprecated,
so we will use some alternative CMakeLists
strategies to find_package the Eigen 3.x library.
* Contributors: Ian McMahon

0.2.1 (2016-10-25)
------------------
* No Updates
Expand Down
17 changes: 17 additions & 0 deletions sns_ik_lib/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog for package sns_ik_lib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.3 (2017-10-29)
------------------
* CMakeLists Eigen cleanup
In ROS Kinetic, cmake_modules is deprecated,
so we will use some alternative CMakeLists
strategies to find_package the Eigen 3.x library.
* Fixes Eigen scalar sum warning
Eigen doesn't like the fact that we're creating an Array
of Bools, and then attempting to sum those booleans up.
Instead, we need to cast the Array into an int, and then
sum over it to store into the sum integer.
Resolves https://github.com/RethinkRobotics-opensource/sns_ik/issues/56
* Two small bug fixes
1) Pass vector by reference in getJointNames
2) Properly fill in matrix in pinv_forBarP
* Contributors: Forrest Rogers-Marcovitz, Ian McMahon

0.2.1 (2016-10-25)
------------------
* The nullspace jacobian size was transposed when using a subset of joints
Expand Down

0 comments on commit 7410a3c

Please sign in to comment.