Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #371 from uuvsimulator/feature/release_0.6.13
Browse files Browse the repository at this point in the history
Feature/release 0.6.13
  • Loading branch information
Musa Morena Marcusso Manhães authored Aug 14, 2019
2 parents 44aae3d + 7577c87 commit aadee6a
Show file tree
Hide file tree
Showing 48 changed files with 207 additions and 24 deletions.
13 changes: 13 additions & 0 deletions uuv_assistants/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog for package uuv_assistants
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------
* Create tf_quaternion Python package
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Replace geometry.tf.transformations by local transformations package
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add tf.transformations from geometry package due to geometry not being ported for Python 3
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Fixing Python 3 compatibility issues for scripts
Related to issue `#268 <https://github.com/uuvsimulator/uuv_simulator/issues/268>`_
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Contributors: Musa Morena Marcusso Manhães

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_assistants/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_assistants</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>Tools and utilities to monitor and analyze the simulation</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
16 changes: 16 additions & 0 deletions uuv_control/uuv_auv_control_allocator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog for package uuv_auv_control_allocator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------
* Update license header
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Replace prints for rospy log
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update license header
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Replace geometry.tf.transformations by local transformations package
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update license header
Signed-off-by: Musa Morena Marcusso Manhaes <[email protected]>
* Fixing Python 3 compatibility issues for scripts
Related to issue `#268 <https://github.com/uuvsimulator/uuv_simulator/issues/268>`_
* Contributors: Musa Morena Marcusso Manhães

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_control/uuv_auv_control_allocator/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_auv_control_allocator</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>Optimal allocation of forces and torques to thruster and fins of AUVs</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
9 changes: 9 additions & 0 deletions uuv_control/uuv_control_cascaded_pids/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package uuv_control_cascaded_pid
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------
* Implementation of rov keyboard teleop control
Signed-off-by: Tom Oliver Watsham <[email protected]>
* Fixing Python 3 compatibility issues for scripts
Related to issue `#268 <https://github.com/uuvsimulator/uuv_simulator/issues/268>`_
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Contributors: Musa Morena Marcusso Manhães, tomwat

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_control/uuv_control_cascaded_pids/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_control_cascaded_pid</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>A cascade of PID controllers for acceleration, velocity, and position control.</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions uuv_control/uuv_control_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_control_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_control/uuv_control_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_control_msgs</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_control_msgs package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
7 changes: 7 additions & 0 deletions uuv_control/uuv_control_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package uuv_control_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------
* Fixing Python 3 compatibility issues for scripts
Related to issue `#268 <https://github.com/uuvsimulator/uuv_simulator/issues/268>`_
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Contributors: Musa Morena Marcusso Manhães

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_control/uuv_control_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_control_utils</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_control_utils package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
29 changes: 29 additions & 0 deletions uuv_control/uuv_thruster_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@
Changelog for package uuv_thruster_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------
* Add test dependencies
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add rostests
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add unit tests
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update license header
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update license header
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update license header and add docstrings
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Fix indentation of docstring
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add docstrings
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add test TAM configuration
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add mock robot description for thruster manager tests
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add mock configuration for thruster manager tests
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Fixing Python 3 compatibility issues for scripts
Related to issue `#268 <https://github.com/uuvsimulator/uuv_simulator/issues/268>`_
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Contributors: Musa Morena Marcusso Manhães

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_control/uuv_thruster_manager/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_thruster_manager</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The thruster manager package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
44 changes: 44 additions & 0 deletions uuv_control/uuv_trajectory_control/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@
Changelog for package uuv_trajectory_control
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------
* Fix PID controller node shebang
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add private log module
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update license header
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add docstrings
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add docstrings and update license header
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Set conditional import for the casadi package
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add logger from package's _log module
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update license header
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update test configuration
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Update license headers
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Adding docstrings and updating license headers
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Fix import local waypoint module
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Fix module docstring breakline
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add missing HelicalSegment to module
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add local logging module
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add module docstring
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add uuv_assistants dependency to reach tf_quaternion package
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Replace geometry.tf.transformations by local transformations package
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add docstrings and update license headers
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Add module docstring and update license header
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Contributors: Musa Morena Marcusso Manhães

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_control/uuv_trajectory_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_trajectory_control</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_trajectory_control package</description>

<maintainer email="[email protected]">Luiz Ricardo Douat</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions uuv_descriptions/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_descriptions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.12 (2019-05-23)
-------------------
* uuv_descriptions: add xacro as a runtime dependency
Expand Down
2 changes: 1 addition & 1 deletion uuv_descriptions/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_descriptions</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_descriptions package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions uuv_gazebo/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_gazebo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_gazebo/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_gazebo</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_gazebo package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions uuv_gazebo_plugins/uuv_gazebo_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_gazebo_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_gazebo_plugins/uuv_gazebo_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_gazebo_plugins</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>
UUV Simulator's Gazebo plugins for simulation of hydrodynamic and hydrostatic
forces, and underwater actuators (e.g. thrusters and fins).
Expand Down
3 changes: 3 additions & 0 deletions uuv_gazebo_plugins/uuv_gazebo_ros_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_gazebo_ros_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.11 (2019-03-21)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_gazebo_plugins/uuv_gazebo_ros_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_gazebo_ros_plugins</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>
UUV Simulator's extended ROS plugins for generation of the necessary
ROS services and topics during the simulation.
Expand Down
3 changes: 3 additions & 0 deletions uuv_gazebo_plugins/uuv_gazebo_ros_plugins_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_gazebo_ros_plugins_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_gazebo_plugins/uuv_gazebo_ros_plugins_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_gazebo_ros_plugins_msgs</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_gazebo_ros_plugins_msgs package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions uuv_gazebo_worlds/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package uuv_gazebo_worlds
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------
* Add launch file header for documentation
Signed-off-by: Musa Morena Marcusso Manhães <[email protected]>
* Contributors: Musa Morena Marcusso Manhães

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_gazebo_worlds/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_gazebo_worlds</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_gazebo_worlds package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions uuv_sensor_plugins/uuv_sensor_ros_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_sensor_ros_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_sensor_plugins/uuv_sensor_ros_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_sensor_ros_plugins</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_sensor_ros_plugins package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions uuv_sensor_plugins/uuv_sensor_ros_plugins_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_sensor_ros_plugins_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.12 (2019-05-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion uuv_sensor_plugins/uuv_sensor_ros_plugins_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>uuv_sensor_ros_plugins_msgs</name>
<version>0.6.12</version>
<version>0.6.13</version>
<description>The uuv_sensor_ros_plugins_msgs package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions uuv_simulator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package uuv_simulator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.13 (2019-08-12)
-------------------

0.6.12 (2019-05-23)
-------------------

Expand Down
Loading

0 comments on commit aadee6a

Please sign in to comment.