Skip to content

Commit 01b0c80

Browse files
committed
0.0.1
1 parent 9f87acd commit 01b0c80

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

kinematics_interface/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package kinematics_interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.0.1 (2022-10-11)
6+
------------------
77
* Make formatting of comments unified and nice. (`#11 <https://github.com/ros-controls/kinematics_interface/issues/11>`_)
88
* Enable interface to use Eigen per default (`#6 <https://github.com/ros-controls/kinematics_interface/issues/6>`_)
99
* Add CI setup to the repository. (`#8 <https://github.com/ros-controls/kinematics_interface/issues/8>`_)

kinematics_interface/package.xml

+1-1
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>kinematics_interface</name>
5-
<version>0.0.0</version>
5+
<version>0.0.1</version>
66
<description>Kinematics interface for ROS 2 control</description>
77
<maintainer email="[email protected]">Denis Štogl</maintainer>
88
<maintainer email="[email protected]">Bence Magyar</maintainer>

kinematics_interface_kdl/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package kinematics_interface_kdl
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.0.1 (2022-10-11)
6+
------------------
77
* Enable interface to use Eigen per default (`#6 <https://github.com/ros-controls/kinematics_interface/issues/6>`_)
88
* Add CI setup to the repository. (`#8 <https://github.com/ros-controls/kinematics_interface/issues/8>`_)
99
* Remove duplicate of Eigen dependency.

kinematics_interface_kdl/package.xml

+1-1
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>kinematics_interface_kdl</name>
5-
<version>0.0.0</version>
5+
<version>0.0.1</version>
66
<description>KDL implementation of ros2_control kinematics interface</description>
77
<maintainer email="[email protected]">Bence Magyar</maintainer>
88
<maintainer email="[email protected]">Denis Štogl</maintainer>

0 commit comments

Comments
 (0)