Skip to content

Commit e26d139

Browse files
committed
Changelog
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent 78028ac commit e26d139

File tree

8 files changed

+57
-0
lines changed

8 files changed

+57
-0
lines changed

rviz2/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz2
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
12.4.7 (2024-03-26)
6+
-------------------
7+
58
12.4.6 (2024-02-07)
69
-------------------
710

rviz_assimp_vendor/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_assimp_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
12.4.7 (2024-03-26)
6+
-------------------
7+
58
12.4.6 (2024-02-07)
69
-------------------
710

rviz_common/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rviz_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
12.4.7 (2024-03-26)
6+
-------------------
7+
* Fix camera display overlay (`#1151 <https://github.com/ros2/rviz/issues/1151>`_) (`#1158 <https://github.com/ros2/rviz/issues/1158>`_)
8+
(cherry picked from commit c7bf4c99b5f888d2dc200041994ed5c8fe16d3ce)
9+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
10+
* Contributors: mergify[bot]
11+
512
12.4.6 (2024-02-07)
613
-------------------
714
* Append measured subscription frequency to topic status (`#1130 <https://github.com/ros2/rviz/issues/1130>`_)

rviz_default_plugins/CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
Changelog for package rviz_default_plugins
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
12.4.7 (2024-03-26)
6+
-------------------
7+
* Select QoS reliability policy in DepthCloud Plugin (`#1159 <https://github.com/ros2/rviz/issues/1159>`_) (`#1165 <https://github.com/ros2/rviz/issues/1165>`_)
8+
(cherry picked from commit a76cf91b1b5a4d21c5b6e2405fae99799318f363)
9+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
10+
* Fixed crash on DepthCloud plugin (`#1161 <https://github.com/ros2/rviz/issues/1161>`_) (`#1163 <https://github.com/ros2/rviz/issues/1163>`_)
11+
(cherry picked from commit 92023c966414d4d9a044ad8f609a1c6f3ca402d3)
12+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
13+
* Fixed crash on DepthCloudPlugin (`#1133 <https://github.com/ros2/rviz/issues/1133>`_) (`#1153 <https://github.com/ros2/rviz/issues/1153>`_)
14+
(cherry picked from commit 85bd6636c8e1d2e61668ca125f8d05ce25531fff)
15+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
16+
* Wrench accepth nan values fix (`#1141 <https://github.com/ros2/rviz/issues/1141>`_) (`#1150 <https://github.com/ros2/rviz/issues/1150>`_)
17+
(cherry picked from commit 82385de6ef21db8b4dde57e397f039803c0b102e)
18+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
19+
* DepthCloud plugin: Append measured subscription frequency to topic status (`#1137 <https://github.com/ros2/rviz/issues/1137>`_) (`#1146 <https://github.com/ros2/rviz/issues/1146>`_)
20+
(cherry picked from commit ad1990bfa180f39b4cf04116438453783bb125f9)
21+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
22+
* Added Cache to camera display for TimeExact (`#1138 <https://github.com/ros2/rviz/issues/1138>`_) (`#1143 <https://github.com/ros2/rviz/issues/1143>`_)
23+
(cherry picked from commit fdf195771a948d510768ec2ccb08b0c78fdc2b14)
24+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
25+
* Fixed transport name in DepthCloud plugin (`#1134 <https://github.com/ros2/rviz/issues/1134>`_) (`#1136 <https://github.com/ros2/rviz/issues/1136>`_)
26+
(cherry picked from commit b30838530c1aee8f6ddcbd11db258fbd24e57935)
27+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
28+
* Contributors: mergify[bot]
29+
530
12.4.6 (2024-02-07)
631
-------------------
732
* Append measured subscription frequency to topic status (`#1130 <https://github.com/ros2/rviz/issues/1130>`_)

rviz_ogre_vendor/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_ogre_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
12.4.7 (2024-03-26)
6+
-------------------
7+
58
12.4.6 (2024-02-07)
69
-------------------
710

rviz_rendering/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package rviz_rendering
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
12.4.7 (2024-03-26)
6+
-------------------
7+
* Fix camera display overlay (`#1151 <https://github.com/ros2/rviz/issues/1151>`_) (`#1158 <https://github.com/ros2/rviz/issues/1158>`_)
8+
(cherry picked from commit c7bf4c99b5f888d2dc200041994ed5c8fe16d3ce)
9+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
10+
* [backport Humble] load glb meshes (`#1154 <https://github.com/ros2/rviz/issues/1154>`_) (`#1157 <https://github.com/ros2/rviz/issues/1157>`_)
11+
(cherry picked from commit 0722bd0dc1e8d7948a8fa0a15364a48fb9c5afc9)
12+
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
13+
* Contributors: mergify[bot]
14+
515
12.4.6 (2024-02-07)
616
-------------------
717

rviz_rendering_tests/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_rendering_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
12.4.7 (2024-03-26)
6+
-------------------
7+
58
12.4.6 (2024-02-07)
69
-------------------
710
* Remove the loading_ascii_stl_files_fail (`#1127 <https://github.com/ros2/rviz/issues/1127>`_)

rviz_visual_testing_framework/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_visual_testing_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
12.4.7 (2024-03-26)
6+
-------------------
7+
58
12.4.6 (2024-02-07)
69
-------------------
710

0 commit comments

Comments
 (0)