Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 18, 2023
1 parent c7b46c4 commit c0ebfdd
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 1 deletion.
5 changes: 5 additions & 0 deletions draco_point_cloud_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package draco_point_cloud_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2023-09-18)
------------------
* Port to ROS 2
* Contributors: Alejandro Hernandez Cordero, john-maidbot

1.0.5 (2023-06-16)
------------------
* Fixed formatting.
Expand Down
10 changes: 10 additions & 0 deletions point_cloud_interfaces/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package point_cloud_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2023-09-18)
------------------
* Set version to zero, this package was never released (`#15 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/15>`_)
* Add compression format field (`#11 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/11>`_)
* Added common tests (`#2 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/2>`_)
* Contributors: Alejandro Hernández Cordero, john-maidbot
5 changes: 5 additions & 0 deletions point_cloud_transport_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package point_cloud_transport_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2023-09-18)
------------------
* Port to ROS 2
* Contributors: Alejandro Hernandez Cordero, john-maidbot

1.0.5 (2023-06-16)
------------------

Expand Down
12 changes: 12 additions & 0 deletions zlib_point_cloud_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package zlib_point_cloud_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2023-09-18)
------------------
* Set version to zero, this package was never released (`#15 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/15>`_)
* Add compression format field (`#11 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/11>`_)
* Added encode level dynamic parameter zlib (`#9 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/9>`_)
* add getdatatype (`#7 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/7>`_)
* Zlib point cloud tranport plugin (`#5 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/5>`_)
* Contributors: Alejandro Hernández Cordero, john-maidbot
8 changes: 8 additions & 0 deletions zstd_point_cloud_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package zstd_point_cloud_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2023-09-18)
------------------
* Added ZSTD plugin (`#12 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/12>`_) (`#16 <https://github.com/ros-perception/point_cloud_transport_plugins/issues/16>`_)
* Contributors: Alejandro Hernández Cordero
2 changes: 1 addition & 1 deletion zstd_point_cloud_transport/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>zstd_point_cloud_transport</name>
<version>1.0.5</version>
<version>0.0.0</version>
<description>
zstd_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds
encoded with lib
Expand Down

0 comments on commit c0ebfdd

Please sign in to comment.