Skip to content

Commit ad4ea0c

Browse files
committed
15.0.4
1 parent 3c61cfd commit ad4ea0c

File tree

18 files changed

+47
-9
lines changed

18 files changed

+47
-9
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+
15.0.4 (2025-07-07)
6+
-------------------
7+
58
15.0.3 (2025-06-20)
69
-------------------
710

rviz2/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>rviz2</name>
7-
<version>15.0.3</version>
7+
<version>15.0.4</version>
88
<description>
99
3D visualization tool for ROS.
1010
</description>

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+
15.0.4 (2025-07-07)
6+
-------------------
7+
58
15.0.3 (2025-06-20)
69
-------------------
710

rviz_assimp_vendor/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>rviz_assimp_vendor</name>
7-
<version>15.0.3</version>
7+
<version>15.0.4</version>
88
<description>
99
Wrapper around assimp, providing nothing but a dependency on assimp, on some systems.
1010
On others, it provides a fixed CMake module or even an ExternalProject build of assimp.

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+
15.0.4 (2025-07-07)
6+
-------------------
7+
* Postpone hiding of properties until insertion into model is finished (`#1508 <https://github.com/ros2/rviz/issues/1508>`_) (`#1520 <https://github.com/ros2/rviz/issues/1520>`_)
8+
* Don't hide rows of properties not within the model (`#1507 <https://github.com/ros2/rviz/issues/1507>`_) (`#1517 <https://github.com/ros2/rviz/issues/1517>`_)
9+
* Remove redundant check (`#1506 <https://github.com/ros2/rviz/issues/1506>`_) (`#1511 <https://github.com/ros2/rviz/issues/1511>`_)
10+
* Contributors: Alejandro Hernández Cordero
11+
512
15.0.3 (2025-06-20)
613
-------------------
714
* Config::mapGetBool causes segmentation fault when value_out is nullptr (`#1471 <https://github.com/ros2/rviz/issues/1471>`_) (`#1479 <https://github.com/ros2/rviz/issues/1479>`_)

rviz_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>rviz_common</name>
7-
<version>15.0.3</version>
7+
<version>15.0.4</version>
88
<description>
99
Common rviz API, used by rviz plugins and applications.
1010
</description>

rviz_default_plugins/CHANGELOG.rst

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

5+
15.0.4 (2025-07-07)
6+
-------------------
7+
* Better handling of missing transport plugins (`#1488 <https://github.com/ros2/rviz/issues/1488>`_) (`#1514 <https://github.com/ros2/rviz/issues/1514>`_)
8+
* Add symbol visibility macros to make*Palette public functions (`#1492 <https://github.com/ros2/rviz/issues/1492>`_) (`#1499 <https://github.com/ros2/rviz/issues/1499>`_)
9+
* Contributors: Alejandro Hernández Cordero, Silvio Traversaro
10+
511
15.0.3 (2025-06-20)
612
-------------------
713
* Fix /rviz/get_resource (`#1487 <https://github.com/ros2/rviz/issues/1487>`_) (`#1490 <https://github.com/ros2/rviz/issues/1490>`_)

rviz_default_plugins/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>rviz_default_plugins</name>
7-
<version>15.0.3</version>
7+
<version>15.0.4</version>
88
<description>
99
Several default plugins for rviz to cover the basic functionality.
1010
</description>

rviz_ogre_vendor/CHANGELOG.rst

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

5+
15.0.4 (2025-07-07)
6+
-------------------
7+
* Add RVIZ_OGRE_VENDOR_MANGLE_NAME_OF_LIBRARIES_USED_BY_RVIZ option to further mangle ogre libraries used by rviz (`#1493 <https://github.com/ros2/rviz/issues/1493>`_) (`#1496 <https://github.com/ros2/rviz/issues/1496>`_)
8+
* Contributors: Silvio Traversaro
9+
510
15.0.3 (2025-06-20)
611
-------------------
712

rviz_ogre_vendor/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>rviz_ogre_vendor</name>
7-
<version>15.0.3</version>
7+
<version>15.0.4</version>
88
<description>
99
Wrapper around ogre3d, it provides a fixed CMake module and an ExternalProject build of ogre.
1010
</description>

0 commit comments

Comments
 (0)