Skip to content

Commit 04b9ac0

Browse files
committed
Updated Changelogs to v 0.2.0
1 parent 2ebbbdb commit 04b9ac0

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*SNS IKL*
2-
Version 0.1.0 beta
2+
Version 0.2.0 beta
33

44
The Inverse Kinematic Library (*SNS IKL*) contains tools to invert the differential kinematic of a robot (this version is tested only on fixed base manipulator).
55
The methods implemented on the IKL are:

sns_ik/CHANGELOG.rst

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

5+
0.2.0 (2016-09-06)
6+
------------------
7+
* No updates
8+
59
0.1.1 (2016-04-28)
610
---------------------------------
711
* No updates

sns_ik_examples/CHANGELOG.rst

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

5+
0.2.0 (2016-09-06)
6+
------------------
7+
* Fixes for stricter build rules
8+
* Contributors: Forrest Rogers-Marcovitz
9+
510
0.1.1 (2016-04-28)
611
---------------------------------
712
* No updates

sns_ik_kinematics_plugin/CHANGELOG.rst

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

5+
0.2.0 (2016-09-06)
6+
------------------
7+
* No Updates
8+
59
0.1.1 (2016-04-28)
610
---------------------------------
711
* No updates

sns_ik_lib/CHANGELOG.rst

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

5+
0.2.0 (2016-09-06)
6+
------------------
7+
* Increase scale margin for FOSNS. Caused less unnecessary scaling with smoother motions.
8+
* Small code cleanup
9+
* Added NS velocity bias as task option
10+
* Setter for dynamic loop period
11+
* Turn on positions limits for velocity IK, but not for position IK which uses the barrier function instead.
12+
* Setters for joint Velocity and Acceleration limits
13+
* Correct nullspace projection for FSNS and FOSNS
14+
* Contributors: Forrest Rogers-Marcovitz
15+
516
0.1.1 (2016-04-28)
617
---------------------------------
718
* Fixed install location for sns_ik headers

0 commit comments

Comments
 (0)