File tree Expand file tree Collapse file tree 8 files changed +43
-0
lines changed
rviz_visual_testing_framework Expand file tree Collapse file tree 8 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package rviz2
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 12.8.0 (2023-08-27)
6
+ -------------------
7
+
5
8
12.7.0 (2023-07-11)
6
9
-------------------
7
10
Original file line number Diff line number Diff line change 2
2
Changelog for package rviz_assimp_vendor
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 12.8.0 (2023-08-27)
6
+ -------------------
7
+
5
8
12.7.0 (2023-07-11)
6
9
-------------------
7
10
* Update to assimp 5.2.2 (`#968 <https://github.com/ros2/rviz/issues/968 >`_)
Original file line number Diff line number Diff line change 2
2
Changelog for package rviz_common
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 12.8.0 (2023-08-27)
6
+ -------------------
7
+ * Remove warning in depth_cloud_mld.cpp (`#1021 <https://github.com/ros2/rviz/issues/1021 >`_)
8
+ * Added DepthCloud default plugin (`#996 <https://github.com/ros2/rviz/issues/996 >`_)
9
+ * Stop inheriting from std::iterator. (`#1013 <https://github.com/ros2/rviz/issues/1013 >`_)
10
+ In C++17, inheriting from std::iterator has been
11
+ deprecated: https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/
12
+ Here, switch away from inheriting and just define the
13
+ interface ourselves (which is the current recommended best practice).
14
+ This removes some warnings when building with gcc 13.1.1
15
+ * Contributors: Alejandro Hernández Cordero, Chris Lalancette
16
+
5
17
12.7.0 (2023-07-11)
6
18
-------------------
7
19
* use static QCoreApplication::processEvents() function without a QApplication instance (`#924 <https://github.com/ros2/rviz/issues/924 >`_)
Original file line number Diff line number Diff line change 2
2
Changelog for package rviz_default_plugins
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 12.8.0 (2023-08-27)
6
+ -------------------
7
+ * Don't pass screw_display.hpp to the moc generator. (`#1018 <https://github.com/ros2/rviz/issues/1018 >`_)
8
+ Since it isn't a Qt class, you get a warning from moc:
9
+ Note: No relevant classes found. No output generated.
10
+ Just skip adding it to the moc list here, which gets rid
11
+ of the warning.
12
+ * Added DepthCloud default plugin (`#996 <https://github.com/ros2/rviz/issues/996 >`_)
13
+ * Added TwistStamped and AccelStamped default plugins (`#991 <https://github.com/ros2/rviz/issues/991 >`_)
14
+ * Contributors: Alejandro Hernández Cordero, Chris Lalancette
15
+
5
16
12.7.0 (2023-07-11)
6
17
-------------------
7
18
* Added Effort plugin (`#990 <https://github.com/ros2/rviz/issues/990 >`_)
Original file line number Diff line number Diff line change 2
2
Changelog for package rviz_ogre_vendor
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 12.8.0 (2023-08-27)
6
+ -------------------
7
+
5
8
12.7.0 (2023-07-11)
6
9
-------------------
7
10
* Fix the vendoring flags for clang compilation. (`#1003 <https://github.com/ros2/rviz/issues/1003 >`_)
Original file line number Diff line number Diff line change 2
2
Changelog for package rviz_rendering
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 12.8.0 (2023-08-27)
6
+ -------------------
7
+ * Added TwistStamped and AccelStamped default plugins (`#991 <https://github.com/ros2/rviz/issues/991 >`_)
8
+ * Contributors: Alejandro Hernández Cordero
9
+
5
10
12.7.0 (2023-07-11)
6
11
-------------------
7
12
* Added Effort plugin (`#990 <https://github.com/ros2/rviz/issues/990 >`_)
Original file line number Diff line number Diff line change 2
2
Changelog for package rviz_rendering_tests
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 12.8.0 (2023-08-27)
6
+ -------------------
7
+
5
8
12.7.0 (2023-07-11)
6
9
-------------------
7
10
Original file line number Diff line number Diff line change 2
2
Changelog for package rviz_visual_testing_framework
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 12.8.0 (2023-08-27)
6
+ -------------------
7
+
5
8
12.7.0 (2023-07-11)
6
9
-------------------
7
10
* Improve the compilation time of rviz_default_plugins (`#1007 <https://github.com/ros2/rviz/issues/1007 >`_)
You can’t perform that action at this time.
0 commit comments