Skip to content

Commit

Permalink
ros2 release (#38)
Browse files Browse the repository at this point in the history
bump version to 2.0.0 for ROS2 migration changes

Also, update maintainers and remove obsolete melodic build status
  • Loading branch information
Cakem1x authored May 16, 2024
1 parent 6783334 commit 128bb9c
Show file tree
Hide file tree
Showing 18 changed files with 65 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Noetic CI
on:
push:
branches:
- 'master'
- 'noetic'
pull_request:
branches:
- 'master'
- 'noetic'
workflow_dispatch:
branches:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,4 @@ This video shows the labeling tool, which is used to cluster faces to an object

| ROS Distro | GitHub CI | Develop | Documentation | Source Deb | Binary Deb |
|-------------|-----------|---------|---------------|------------|------------|
| **Melodic** | [![Melodic CI](https://github.com/uos/mesh_tools/workflows/Melodic%20CI/badge.svg)](https://github.com/uos/mesh_tools/actions?query=workflow%3A%22Melodic+CI%22) | [![Build Dev Status](http://build.ros.org/buildStatus/icon?job=Mdev__mesh_tools__ubuntu_bionic_amd64)](http://build.ros.org/job/Mdev__mesh_tools__ubuntu_bionic_amd64) | [![Build Doc Status](http://build.ros.org/buildStatus/icon?job=Mdoc__mesh_tools__ubuntu_bionic_amd64)](http://build.ros.org/job/Mdoc__mesh_tools__ubuntu_bionic_amd64) | [![Build Src Status](http://build.ros.org/buildStatus/icon?job=Msrc_uB__mesh_tools__ubuntu_bionic__source)](http://build.ros.org/job/Msrc_uB__mesh_tools__ubuntu_bionic__source) | [![Build Bin Status](http://build.ros.org/buildStatus/icon?job=Mbin_uB64__mesh_tools__ubuntu_bionic_amd64__binary)](http://build.ros.org/job/Mbin_uB64__mesh_tools__ubuntu_bionic_amd64__binary) |
| **Noetic** | [![Noetic CI](https://github.com/uos/mesh_tools/workflows/Noetic%20CI/badge.svg)](https://github.com/uos/mesh_tools/actions?query=workflow%3A%22Noetic+CI%22) | [![Build Dev Status](http://build.ros.org/buildStatus/icon?job=Ndev__mesh_tools__ubuntu_focal_amd64)](http://build.ros.org/job/Ndev__mesh_tools__ubuntu_focal_amd64) | [![Build Doc Status](http://build.ros.org/buildStatus/icon?job=Ndoc__mesh_tools__ubuntu_focal_amd64)](http://build.ros.org/job/Ndoc__mesh_tools__ubuntu_focal_amd64) | [![Build Src Status](http://build.ros.org/buildStatus/icon?job=Nsrc_uF__mesh_tools__ubuntu_focal__source)](http://build.ros.org/job/Nsrc_uF__mesh_tools__ubuntu_focal__source) | [![Build Bin Status](http://build.ros.org/buildStatus/icon?job=Nbin_uF64__mesh_tools__ubuntu_focal_amd64__binary)](http://build.ros.org/job/Nbin_uF64__mesh_tools__ubuntu_focal_amd64__binary) |
4 changes: 4 additions & 0 deletions hdf5_map_io/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package hdf5_map_io
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-05-15)
------------------
* port package to ROS2

1.1.0 (2021-10-27)
------------------
* added publishing of mesh_msgs to mesh_msgs_hdf5 package
Expand Down
6 changes: 4 additions & 2 deletions hdf5_map_io/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>hdf5_map_io</name>
<version>1.1.0</version>
<version>2.0.0</version>
<description>The hdf5_map_io package</description>
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>
<maintainer email="sebastian.puetz@naturerobots.com">Sebastian Pütz</maintainer>
<license>BSD-3</license>
<url type="website">http://wiki.ros.org/ros_mesh_tools/hdf5_map_io</url>
<author email="spuetz@uos.de">Sebastian Pütz</author>
Expand Down
4 changes: 4 additions & 0 deletions label_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package label_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-05-15)
------------------
* port package to ROS2

1.1.0 (2021-10-27)
------------------
* resolved catkin lint problems
Expand Down
6 changes: 4 additions & 2 deletions label_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>label_manager</name>
<version>1.1.0</version>
<version>2.0.0</version>
<description>Serving and persisting label information</description>
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>
<maintainer email="sebastian.puetz@naturerobots.com">Sebastian Pütz</maintainer>

<url type="website">http://wiki.ros.org/ros_mesh_tools/label_manager</url>

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

2.0.0 (2024-05-15)
------------------
* port package to ROS2

1.1.0 (2021-10-27)
------------------
* added publishing of mesh_msgs to mesh_msgs_hdf5 package
Expand Down
6 changes: 4 additions & 2 deletions mesh_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mesh_msgs</name>
<version>1.1.0</version>
<version>2.0.0</version>
<description>Various Message Types for Mesh Data.</description>
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>
<maintainer email="sebastian.puetz@naturerobots.com">Sebastian Pütz</maintainer>
<author email="spuetz@uos.de">Sebastian Pütz</author>
<author email="hdeeken@uos.de">Henning Deeken</author>
<author email="jvogtherr@uos.de">Jan Philipp Vogtherr</author>
Expand Down
4 changes: 4 additions & 0 deletions mesh_msgs_conversions/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package mesh_msgs_conversions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-05-15)
------------------
* port package to ROS2

1.1.0 (2021-10-27)
------------------
* removed unused messages
Expand Down
6 changes: 4 additions & 2 deletions mesh_msgs_conversions/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mesh_msgs_conversions</name>
<version>1.1.0</version>
<version>2.0.0</version>
<description>converts point clouds and attributes into meshes and mesh attributes</description>

<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>
<maintainer email="sebastian.puetz@naturerobots.com">Sebastian Pütz</maintainer>

<license>BSD 3-Clause</license>
<author email="spuetz@uos.de">Sebastian Pütz</author>
Expand Down
4 changes: 4 additions & 0 deletions mesh_msgs_hdf5/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package mesh_msgs_hdf5
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-05-15)
------------------
* port package to ROS2

1.1.0 (2021-10-27)
------------------
* added publishing of mesh_msgs to mesh_msgs_hdf5 package
Expand Down
6 changes: 4 additions & 2 deletions mesh_msgs_hdf5/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mesh_msgs_hdf5</name>
<version>1.1.0</version>
<version>2.0.0</version>
<description>Read mesh_msgs from hdf5</description>
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>
<maintainer email="sebastian.puetz@naturerobots.com">Sebastian Pütz</maintainer>
<url type="website">http://wiki.ros.org/ros_mesh_tools/mesh_msgs_hdf5</url>
<license>BSD-3</license>
<author email="spuetz@uos.de">Sebastian Pütz</author>
Expand Down
4 changes: 4 additions & 0 deletions mesh_msgs_transform/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package mesh_msgs_transform
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-05-15)
------------------
* port package to ROS2

1.1.0 (2021-10-27)
------------------
* removed unused messages
Expand Down
5 changes: 4 additions & 1 deletion mesh_msgs_transform/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mesh_msgs_transform</name>
<version>1.1.0</version>
<version>2.0.0</version>
<description>Methods to transform mesh_msgs</description>
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<license>BSD-3</license>
<url type="website">http://wiki.ros.org/ros_mesh_tools/mesh_msgs_transform</url>
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>
<maintainer email="sebastian.puetz@naturerobots.com">Sebastian Pütz</maintainer>
<author email="spuetz@uos.de">Sebastian Pütz</author>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
4 changes: 4 additions & 0 deletions mesh_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package ros_mesh_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-05-15)
------------------
* port package to ROS2

1.1.0 (2021-10-27)
------------------

Expand Down
5 changes: 4 additions & 1 deletion mesh_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mesh_tools</name>
<version>1.1.0</version>
<version>2.0.0</version>
<description>The mesh_tools package</description>
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<license>BSD-3</license>
<url type="website">http://wiki.ros.org/mesh_tools</url>
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>
<maintainer email="sebastian.puetz@naturerobots.com">Sebastian Pütz</maintainer>
<author email="spuetz@uos.de">Sebastian Pütz</author>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
5 changes: 5 additions & 0 deletions rviz_mesh_tools_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rviz_mesh_tools_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-05-15)
------------------
* port package to ROS2
* MeshVisual: Add texture support for maps loaded with assimp

1.1.0 (2021-10-27)
------------------
* fixed GetUUIDs service call in MeshDisplay
Expand Down
6 changes: 4 additions & 2 deletions rviz_mesh_tools_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<description>
RViz display types and tools for the mesh_msgs package.
</description>
<version>1.1.0</version>
<maintainer email="spuetz@uos.de">Sebastian Pütz</maintainer>
<version>2.0.0</version>
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
<maintainer email="matthias.holoch@naturerobots.com">Matthias Holoch</maintainer>
<maintainer email="sebastian.puetz@naturerobots.com">Sebastian Pütz</maintainer>
<author email="spuetz@uos.de">Sebastian Pütz</author>
<author email="krschmidt@uos.de">Kristin Schmidt</author>
<author email="jvogtherr@uos.de">Jan Philipp Vogtherr</author>
Expand Down

0 comments on commit 128bb9c

Please sign in to comment.