From e3808448acf1cec05f35803a3b552fb56ef6f3d1 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Mon, 20 May 2019 17:03:51 -0700 Subject: [PATCH 1/2] Add changes to rviz since Crystal Signed-off-by: Jacob Perron --- source/Releases/Release-Dashing-Diademata.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/Releases/Release-Dashing-Diademata.rst b/source/Releases/Release-Dashing-Diademata.rst index 1a17d50ec36..2c3353be61f 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 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 ------------ From 5e031f0753a9ea1d735434c33f23638f245f6f45 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Mon, 20 May 2019 18:02:19 -0700 Subject: [PATCH 2/2] fixup Signed-off-by: William Woodall --- source/Releases/Release-Dashing-Diademata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Releases/Release-Dashing-Diademata.rst b/source/Releases/Release-Dashing-Diademata.rst index 2c3353be61f..361cf99c86e 100644 --- a/source/Releases/Release-Dashing-Diademata.rst +++ b/source/Releases/Release-Dashing-Diademata.rst @@ -425,7 +425,7 @@ actions rviz ^^^^ -* Plugins should use fully qualified type names otherwise a warning will logged. +* 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.