diff --git a/source/Releases/Release-Dashing-Diademata.rst b/source/Releases/Release-Dashing-Diademata.rst index 1a17d50ec36..361cf99c86e 100644 --- a/source/Releases/Release-Dashing-Diademata.rst +++ b/source/Releases/Release-Dashing-Diademata.rst @@ -422,6 +422,13 @@ actions This is to better communicate a reason for a failed service call. See the `pull request `_ and connected issue for details. +rviz +^^^^ + +* Plugins should use fully qualified type names otherwise a warning will be logged. + For `example `_, use the type ``sensor_msgs/msg/Image`` instead of ``sensor_msgs/Image``. + See `PR introducing this change `_ for more details. + Known Issues ------------