Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jun 12, 2024
1 parent f8c7f32 commit 90f6bd1
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions cartesian_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package cartesian_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.6 (2024-06-12)
------------------
* Clean up package.xml files (`#13 <https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian/issues/13>`_)
* Contributors: Felix Exner

Expand Down
2 changes: 1 addition & 1 deletion cartesian_interface/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>cartesian_interface</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>Defines a hardware interface to send Cartesian commands to a robot hardware and read
Cartesian states.</description>

Expand Down
4 changes: 2 additions & 2 deletions cartesian_trajectory_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package cartesian_trajectory_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.6 (2024-06-12)
------------------
* Clean up package.xml files (`#13 <https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian/issues/13>`_)
* Contributors: Felix Exner

Expand Down
2 changes: 1 addition & 1 deletion cartesian_trajectory_controller/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>cartesian_trajectory_controller</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>A Cartesian trajectory controller with multiple hardware interface support</description>

<maintainer email="[email protected]">Stefan Scherzinger</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions cartesian_trajectory_interpolation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package cartesian_trajectory_interpolation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.6 (2024-06-12)
------------------
* Changed the order of multiplication when calculating quaternion based… (`#15 <https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian/issues/15>`_)
* Correct spelling
* Added a check to ensure that the shortest path is followed when interpolating between two orientations (`14 <https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian/pull/14>`_)
Expand Down
2 changes: 1 addition & 1 deletion cartesian_trajectory_interpolation/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>cartesian_trajectory_interpolation</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>Cartesian trajectory interpolation as a standalone library</description>

<maintainer email="[email protected]">Stefan Scherzinger</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions ros_controllers_cartesian/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros_controllers_cartesian
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.6 (2024-06-12)
------------------
* Clean up package.xml files (`#13 <https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian/issues/13>`_)
* Contributors: Felix Exner

Expand Down
2 changes: 1 addition & 1 deletion ros_controllers_cartesian/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros_controllers_cartesian</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>Metapackage for Cartesian ROS controllers</description>

<maintainer email="[email protected]">Felix Exner</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions twist_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package twist_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.6 (2024-06-12)
------------------
* add missing pluginlib (`#16 <https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian/pull/16>`_)
* Clean up package.xml files (`#13 <https://github.com/UniversalRobots/Universal_Robots_ROS_controllers_cartesian/issues/13>`_)
* Contributors: Felix Exner, Hongzhuo Liang
Expand Down
2 changes: 1 addition & 1 deletion twist_controller/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>twist_controller</name>
<version>0.1.5</version>
<version>0.1.6</version>
<description>
A ros_control controller accepting Cartesian twist messages in order to move a robot manipulator.
It uses a Cartesian interface to the robot, so that the robot hardware takes care about
Expand Down

0 comments on commit 90f6bd1

Please sign in to comment.