Skip to content

Commit

Permalink
Changes in NUC on 25/06/19
Browse files Browse the repository at this point in the history
  • Loading branch information
7ayushgupta committed Jun 25, 2019
2 parents 34348ca + 6c5f1f4 commit d207fa7
Show file tree
Hide file tree
Showing 75 changed files with 1,819 additions and 88 deletions.
20 changes: 20 additions & 0 deletions uuv_assistants/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog for package uuv_assistants
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.8 (2019-02-14)
------------------
* Fix paths to launch files after refactor
Signed-off-by: Musa Morena Marcusso Manhaes <[email protected]>
* Align tutorials and templates to new locations
Signed-off-by: Tim Clephas <[email protected]>
* Contributors: Musa Morena Marcusso Manhaes, Tim Clephas

0.6.7 (2019-02-13)
------------------

0.6.6 (2019-02-12)
------------------

0.6.5 (2019-02-07)
------------------

0.6.4 (2019-02-03)
------------------

0.6.3 (2018-12-13)
------------------
* CHANGE Use lowercase strings for e-mail
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.3</version>
<version>0.6.8</version>
<description>Tools and utilities to monitor and analyze the simulation</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</group>

<!-- Publish state and tf for in relation to the world frame -->
<include file="$(find uuv_descriptions)/models/common/launch/message_to_tf.launch">
<include file="$(find uuv_gazebo_worlds)/launch/message_to_tf.launch">
<arg name="namespace" value="$(arg namespace)"/>
</include>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
<!-- Loading some constants -->
<xacro:include filename="$(find uuv_descriptions)/models/common/urdf/common.urdf.xacro"/>
<xacro:include filename="$(find uuv_descriptions)/urdf/common.urdf.xacro"/>
<!-- Loading file with sensor macros -->
<xacro:include filename="$(find uuv_sensor_ros_plugins)/urdf/sensor_snippets.xacro"/>
<!-- Loading the UUV simulator ROS plugin macros -->
Expand Down
15 changes: 15 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,21 @@
Changelog for package uuv_auv_control_allocator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.8 (2019-02-14)
------------------

0.6.7 (2019-02-13)
------------------

0.6.6 (2019-02-12)
------------------

0.6.5 (2019-02-07)
------------------

0.6.4 (2019-02-03)
------------------

0.6.3 (2018-12-13)
------------------
* CHANGE Use lowercase strings for e-mail
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.3</version>
<version>0.6.8</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
18 changes: 18 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,24 @@
Changelog for package uuv_control_cascaded_pid
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.8 (2019-02-14)
------------------

0.6.7 (2019-02-13)
------------------

0.6.6 (2019-02-12)
------------------

0.6.5 (2019-02-07)
------------------

0.6.4 (2019-02-03)
------------------
* FIX Dependency errors for ROS Buildfarm
Signed-off-by: Musa Morena Marcusso Manhaes <[email protected]>
* Contributors: Musa Morena Marcusso Manhães

0.6.3 (2018-12-13)
------------------
* CHANGE Use lowercase strings for e-mail
Expand Down
6 changes: 1 addition & 5 deletions uuv_control/uuv_control_cascaded_pids/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(uuv_control_cascaded_pid)

find_package(catkin REQUIRED COMPONENTS
dynamic_reconfigure
geometry_msgs
rospy
tf
nav_msgs)
dynamic_reconfigure)

catkin_python_setup()

Expand Down
5 changes: 3 additions & 2 deletions 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.3</version>
<version>0.6.8</version>
<description>A cascade of PID controllers for acceleration, velocity, and position control.</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand All @@ -16,7 +16,8 @@

<buildtool_depend>catkin</buildtool_depend>

<exec_depend>dynamic_reconfigure</exec_depend>
<depend>dynamic_reconfigure</depend>

<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>tf</exec_depend>
Expand Down
16 changes: 15 additions & 1 deletion uuv_control/uuv_control_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog for package uuv_control_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.8 (2019-02-14)
------------------

0.6.7 (2019-02-13)
------------------

0.6.6 (2019-02-12)
------------------

0.6.5 (2019-02-07)
------------------

0.6.4 (2019-02-03)
------------------

0.6.3 (2018-12-13)
------------------
* CHANGE Use lowercase strings for e-mail
Expand Down Expand Up @@ -57,7 +72,6 @@ Changelog for package uuv_control_msgs
Signed-off-by: Musa Morena Marcusso Manhaes <[email protected]>
* Contributors: Musa Morena Marcusso Manhaes


0.5.3 (2018-07-04)
------------------
* ADD CHANGELOG files
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.3</version>
<version>0.6.8</version>
<description>The uuv_control_msgs package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
15 changes: 15 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,21 @@
Changelog for package uuv_control_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.8 (2019-02-14)
------------------

0.6.7 (2019-02-13)
------------------

0.6.6 (2019-02-12)
------------------

0.6.5 (2019-02-07)
------------------

0.6.4 (2019-02-03)
------------------

0.6.3 (2018-12-13)
------------------
* CHANGE Use lowercase strings for e-mail
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.3</version>
<version>0.6.8</version>
<description>The uuv_control_utils package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand Down
17 changes: 17 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,23 @@
Changelog for package uuv_thruster_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.8 (2019-02-14)
------------------

0.6.7 (2019-02-13)
------------------

0.6.6 (2019-02-12)
------------------

0.6.5 (2019-02-07)
------------------

0.6.4 (2019-02-03)
------------------
* FIX Dependency errors for ROS Buildfarm
Signed-off-by: Musa Morena Marcusso Manhaes <[email protected]>

0.6.3 (2018-12-13)
------------------
* CHANGE Use lowercase strings for e-mail
Expand Down
4 changes: 2 additions & 2 deletions uuv_control/uuv_thruster_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8.3)
project(uuv_thruster_manager)

find_package(catkin REQUIRED COMPONENTS
std_msgs
message_generation)
message_generation
std_msgs)

catkin_python_setup()

Expand Down
3 changes: 2 additions & 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.3</version>
<version>0.6.8</version>
<description>The thruster manager package</description>

<maintainer email="[email protected]">Musa Morena Marcusso Manhaes</maintainer>
Expand All @@ -16,6 +16,7 @@

<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>

<exec_depend>std_msgs</exec_depend>
<exec_depend>message_runtime</exec_depend>
Expand Down
18 changes: 18 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,24 @@
Changelog for package uuv_trajectory_control
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.8 (2019-02-14)
------------------

0.6.7 (2019-02-13)
------------------

0.6.6 (2019-02-12)
------------------

0.6.5 (2019-02-07)
------------------

0.6.4 (2019-02-03)
------------------
* FIX Dependency errors for ROS Buildfarm
Signed-off-by: Musa Morena Marcusso Manhaes <[email protected]>
* Contributors: Musa Morena Marcusso Manhães

0.6.3 (2018-12-13)
------------------
* CHANGE Use lowercase strings for e-mail
Expand Down
10 changes: 1 addition & 9 deletions uuv_control/uuv_trajectory_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ project(uuv_trajectory_control)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
rospy
roslib
geometry_msgs
uuv_control_msgs
tf
std_msgs
nav_msgs
visualization_msgs)
find_package(catkin REQUIRED)

## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
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.3</version>
<version>0.6.8</version>
<description>The uuv_trajectory_control package</description>

<maintainer email="[email protected]">Luiz Ricardo Douat</maintainer>
Expand Down
Loading

0 comments on commit d207fa7

Please sign in to comment.