File tree 2 files changed +44
-0
lines changed
2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2
+ Changelog for package kinematics_interface
3
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
+
5
+ Forthcoming
6
+ -----------
7
+ * Make formatting of comments unified and nice. (`#11 <https://github.com/ros-controls/kinematics_interface/issues/11 >`_)
8
+ * Enable interface to use Eigen per default (`#6 <https://github.com/ros-controls/kinematics_interface/issues/6 >`_)
9
+ * Add CI setup to the repository. (`#8 <https://github.com/ros-controls/kinematics_interface/issues/8 >`_)
10
+ * Update CMakeFiles, correct deps and formatting. (`#10 <https://github.com/ros-controls/kinematics_interface/issues/10 >`_)
11
+ * add pre-commit to repo (`#7 <https://github.com/ros-controls/kinematics_interface/issues/7 >`_)
12
+ * Fix more indentations and alphabetize
13
+ * Update dependencies and maintainers
14
+ * Kinematics interface with KDL implementation
15
+ * change directory name and use header only interface
16
+ * changed plugin name to kinematics_interface_kdl/KDLKinematics
17
+ * add calculate_jacobian as new interface method
18
+ * added argument to specify which link the Jacobian is calculated with respect to
19
+ * made interface stateless, changed method name, fixed small bugs
20
+ * updated README and cleaned up code
21
+ * added KDL plugin for kinematics interface
22
+ * Contributors: Paul Gesel, Andy Zelenak, Bence Magyar, Denis Štogl
23
+
Original file line number Diff line number Diff line change
1
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2
+ Changelog for package kinematics_interface_kdl
3
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
+
5
+ Forthcoming
6
+ -----------
7
+ * Enable interface to use Eigen per default (`#6 <https://github.com/ros-controls/kinematics_interface/issues/6 >`_)
8
+ * Add CI setup to the repository. (`#8 <https://github.com/ros-controls/kinematics_interface/issues/8 >`_)
9
+ * Remove duplicate of Eigen dependency.
10
+ * Update CMakeFiles, correct deps and formatting. (`#10 <https://github.com/ros-controls/kinematics_interface/issues/10 >`_)
11
+ * add pre-commit to repo (`#7 <https://github.com/ros-controls/kinematics_interface/issues/7 >`_)
12
+ add pre-commit
13
+ * Fix failing KDL test (`#5 <https://github.com/ros-controls/kinematics_interface/issues/5 >`_)
14
+ * add verification for all inputs
15
+ * add underscore to end_effector
16
+ * add test to ensure inverse then forward calculation is approximately unit
17
+ * Fix more indentations and alphabetize
18
+ * Update dependencies and maintainers
19
+ * Kinematics interface with KDL implementation
20
+ * change directory name and use header only interface
21
+ * Contributors: Paul Gesel, Andy Zelenak, Bence Magyar, Denis Štogl
You can’t perform that action at this time.
0 commit comments