Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francocipollone committed Jul 19, 2024
1 parent bd71b50 commit 984995d
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions andino_apps/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package andino_apps
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* andino_apps package created and andino_navigation package updated (`#235 <https://github.com/Ekumen-OS/andino/issues/235>`_)
* Contributors: Jesús Silva

Expand Down
2 changes: 1 addition & 1 deletion andino_apps/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_apps</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Package for apps created with andino</description>
<author email="[email protected]">JesusSilvaUtrera</author>
<maintainer email="[email protected]">JesusSilvaUtrera</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions andino_base/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package andino_base
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* explicitly add <cstdint> header for fixed width integer types (`#254 <https://github.com/Ekumen-OS/andino/issues/254>`_)
* Contributors: Sakura286

Expand Down
2 changes: 1 addition & 1 deletion andino_base/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_base</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The andino_base package</description>

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

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* Camera info yaml (`#231 <https://github.com/Ekumen-OS/andino/issues/231>`_)
* Added README for andino_bringup (`#233 <https://github.com/Ekumen-OS/andino/issues/233>`_)
* Matches convention with cmd_vel and odom topics. (`#223 <https://github.com/Ekumen-OS/andino/issues/223>`_)
Expand Down
2 changes: 1 addition & 1 deletion andino_bringup/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_bringup</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Contains launch files to bring up andinobot robot.</description>

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

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* Matches convention with cmd_vel and odom topics. (`#223 <https://github.com/Ekumen-OS/andino/issues/223>`_)
* Contributors: Franco Cipollone

Expand Down
2 changes: 1 addition & 1 deletion andino_control/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_control</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The andino_control package</description>

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

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* Allow custom configuration (`#243 <https://github.com/Ekumen-OS/andino/issues/243>`_)
* Process xacro file test (`#244 <https://github.com/Ekumen-OS/andino/issues/244>`_)
* Contributors: Jesús Silva
Expand Down
2 changes: 1 addition & 1 deletion andino_description/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_description</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The andino_description package</description>
<author email="[email protected]">Franco Cipollone</author>
<maintainer email="[email protected]">Franco Cipollone</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions andino_firmware/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package andino_firmware
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* Camera info yaml (`#231 <https://github.com/Ekumen-OS/andino/issues/231>`_)
* Improve Shell unit tests (`#245 <https://github.com/Ekumen-OS/andino/issues/245>`_)
* fix minor typo in App class (`#246 <https://github.com/Ekumen-OS/andino/issues/246>`_)
Expand Down
2 changes: 1 addition & 1 deletion andino_firmware/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_firmware</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The andino_firmware package</description>
<maintainer email="[email protected]">Franco Cipollone</maintainer>
<maintainer email="[email protected]">Javier Balloffet</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions andino_gz_classic/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package andino_gz_classic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* Fixed wheel diameter in URDF (`#93 <https://github.com/Ekumen-OS/andino/issues/93>`_) (`#230 <https://github.com/Ekumen-OS/andino/issues/230>`_)
* Contributors: Jesús Silva

Expand Down
2 changes: 1 addition & 1 deletion andino_gz_classic/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_gz_classic</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>
Launch Gazebo simulation with Andino
</description>
Expand Down
4 changes: 2 additions & 2 deletions andino_hardware/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package andino_hardware
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* Camera info yaml (`#231 <https://github.com/Ekumen-OS/andino/issues/231>`_)
* Update andino_hardware README.md (`#256 <https://github.com/Ekumen-OS/andino/issues/256>`_)
* Update connections diagram (`#252 <https://github.com/Ekumen-OS/andino/issues/252>`_)
Expand Down
2 changes: 1 addition & 1 deletion andino_hardware/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_hardware</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The andino_hardware package</description>
<maintainer email="[email protected]">Franco Cipollone</maintainer>
<maintainer email="[email protected]">Javier Balloffet</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions andino_navigation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package andino_navigation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* andino_apps package created and andino_navigation package updated (`#235 <https://github.com/Ekumen-OS/andino/issues/235>`_)
* Improves andino_navigation package. (`#224 <https://github.com/Ekumen-OS/andino/issues/224>`_)
* Contributors: Franco Cipollone, Jesús Silva
Expand Down
2 changes: 1 addition & 1 deletion andino_navigation/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_navigation</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>
Bring up nav2 package with Andino.
</description>
Expand Down
4 changes: 2 additions & 2 deletions andino_slam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package andino_slam
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.0 (2024-07-19)
------------------
* Improves andino_navigation package. (`#224 <https://github.com/Ekumen-OS/andino/issues/224>`_)
* Contributors: Franco Cipollone

Expand Down
2 changes: 1 addition & 1 deletion andino_slam/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>andino_slam</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The andino_slam package</description>

<author email="[email protected]">Franco Cipollone</author>
Expand Down

0 comments on commit 984995d

Please sign in to comment.