Skip to content

Commit 24430a8

Browse files
committed
Changelog.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent c661776 commit 24430a8

File tree

8 files changed

+80
-0
lines changed

8 files changed

+80
-0
lines changed

rviz2/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rviz2
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Add linters and use ament_lint_auto (`#608 <https://github.com/ros2/rviz/issues/608>`_)
8+
* Update maintainers (`#607 <https://github.com/ros2/rviz/issues/607>`_)
9+
* Move and update documentation for ROS 2 (`#600 <https://github.com/ros2/rviz/issues/600>`_)
10+
* Contributors: Chris Lalancette, Jacob Perron
11+
512
8.2.0 (2020-06-23)
613
------------------
714

rviz_assimp_vendor/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rviz_assimp_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Add linters and use ament_lint_auto (`#608 <https://github.com/ros2/rviz/issues/608>`_)
8+
* Update maintainers (`#607 <https://github.com/ros2/rviz/issues/607>`_)
9+
* Contributors: Jacob Perron
10+
511
8.2.0 (2020-06-23)
612
------------------
713
* Updated a hack to avoid CMake warning with assimp 5.0.1 and older, applying it cross platforms (`#565 <https://github.com/ros2/rviz/issues/565>`_)

rviz_common/CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
Changelog for package rviz_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Fix for mousewheel to zoom in/out (`#623 <https://github.com/ros2/rviz/issues/623>`_)
8+
* Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (`#620 <https://github.com/ros2/rviz/issues/620>`_)
9+
* Fix render window disppearing after saving image (`#611 <https://github.com/ros2/rviz/issues/611>`_)
10+
* Add linters and use ament_lint_auto (`#608 <https://github.com/ros2/rviz/issues/608>`_)
11+
* Update maintainers (`#607 <https://github.com/ros2/rviz/issues/607>`_)
12+
* TimePanel port (`#599 <https://github.com/ros2/rviz/issues/599>`_)
13+
* Upgrade to tinyxml2 for rviz (`#418 <https://github.com/ros2/rviz/issues/418>`_)
14+
* Fix segfault on changing filter size for non-existent topic (`#597 <https://github.com/ros2/rviz/issues/597>`_)
15+
* improve color support for themes (`#590 <https://github.com/ros2/rviz/issues/590>`_)
16+
* Fix topic IntProperty number ranges (`#596 <https://github.com/ros2/rviz/issues/596>`_)
17+
* Switch to nullptr everywhere. (`#592 <https://github.com/ros2/rviz/issues/592>`_)
18+
* Expose MessageFilterDisplay's queue size (`#593 <https://github.com/ros2/rviz/issues/593>`_)
19+
* Filter topics in drop down menu (`#591 <https://github.com/ros2/rviz/issues/591>`_)
20+
* rviz_common: Remove variadic macro warning check (`#421 <https://github.com/ros2/rviz/issues/421>`_)
21+
* Use retriever.hpp (`#589 <https://github.com/ros2/rviz/issues/589>`_)
22+
* Fix the order of destructors (`#572 <https://github.com/ros2/rviz/issues/572>`_)
23+
* Contributors: Audrow Nash, Chen Lihui, Chris Lalancette, Jacob Perron, Martin Idel, Michael Ferguson, Michael Jeronimo, Michel Hidalgo, Nico Neumann, Rich Mattes, Shane Loretz, spiralray
24+
525
8.2.0 (2020-06-23)
626
------------------
727
* Changed to not install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)

rviz_default_plugins/CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package rviz_default_plugins
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Fix for mousewheel to zoom in/out (`#623 <https://github.com/ros2/rviz/issues/623>`_)
8+
* Make the types explicit in quaternion_helper.hpp. (`#625 <https://github.com/ros2/rviz/issues/625>`_)
9+
* Update status message by removing colon or adjust colon position (`#624 <https://github.com/ros2/rviz/issues/624>`_)
10+
* Do not use assume every RenderPanel has a ViewController. (`#613 <https://github.com/ros2/rviz/issues/613>`_)
11+
* Add linters and use ament_lint_auto (`#608 <https://github.com/ros2/rviz/issues/608>`_)
12+
* Update maintainers (`#607 <https://github.com/ros2/rviz/issues/607>`_)
13+
* TimePanel port (`#599 <https://github.com/ros2/rviz/issues/599>`_)
14+
* Upgrade to tinyxml2 for rviz (`#418 <https://github.com/ros2/rviz/issues/418>`_)
15+
* Use retriever.hpp (`#589 <https://github.com/ros2/rviz/issues/589>`_)
16+
* Added covariance settings to set pose estimate (`#569 <https://github.com/ros2/rviz/issues/569>`_)
17+
* use reference in range loops to avoid copy (`#577 <https://github.com/ros2/rviz/issues/577>`_)
18+
* Contributors: Chen Lihui, Chris Lalancette, Dirk Thomas, Jacob Perron, Martin Idel, Matthijs den Toom, Michel Hidalgo, Nico Neumann, Shane Loretz
19+
520
8.2.0 (2020-06-23)
621
------------------
722
* Changed to not install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)

rviz_ogre_vendor/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rviz_ogre_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Add linters and use ament_lint_auto (`#608 <https://github.com/ros2/rviz/issues/608>`_)
8+
* Update maintainers (`#607 <https://github.com/ros2/rviz/issues/607>`_)
9+
* Pass through CMAKE\_{C,CXX}_FLAGS to OGRE build (`#587 <https://github.com/ros2/rviz/issues/587>`_)
10+
* Contributors: Jacob Perron, Scott K Logan
11+
512
8.2.0 (2020-06-23)
613
------------------
714

rviz_rendering/CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog for package rviz_rendering
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Prevent rviz_rendering::AssimpLoader from loading materials twice. (`#622 <https://github.com/ros2/rviz/issues/622>`_)
8+
* Support loading meshes other than .mesh and .stl with package URIs (`#610 <https://github.com/ros2/rviz/issues/610>`_)
9+
* Add linters and use ament_lint_auto (`#608 <https://github.com/ros2/rviz/issues/608>`_)
10+
* Update maintainers (`#607 <https://github.com/ros2/rviz/issues/607>`_)
11+
* Switch to nullptr everywhere. (`#592 <https://github.com/ros2/rviz/issues/592>`_)
12+
* Use retriever.hpp (`#589 <https://github.com/ros2/rviz/issues/589>`_)
13+
* Avoid hidding base class getRenderOperation in PointCloudRenderable (`#586 <https://github.com/ros2/rviz/issues/586>`_)
14+
* Contributors: Chris Lalancette, Ivan Santiago Paunovic, Jacob Perron, Michel Hidalgo, Shane Loretz
15+
516
8.2.0 (2020-06-23)
617
------------------
718
* Changed to not install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)

rviz_rendering_tests/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rviz_rendering_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Add linters and use ament_lint_auto (`#608 <https://github.com/ros2/rviz/issues/608>`_)
8+
* Update maintainers (`#607 <https://github.com/ros2/rviz/issues/607>`_)
9+
* Use retriever.hpp (`#589 <https://github.com/ros2/rviz/issues/589>`_)
10+
* Contributors: Jacob Perron, Shane Loretz
11+
512
8.2.0 (2020-06-23)
613
------------------
714
* Changed to not install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)

rviz_visual_testing_framework/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rviz_visual_testing_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* use rcutils_get_env. (`#609 <https://github.com/ros2/rviz/issues/609>`_)
8+
* Add linters and use ament_lint_auto (`#608 <https://github.com/ros2/rviz/issues/608>`_)
9+
* Update maintainers (`#607 <https://github.com/ros2/rviz/issues/607>`_)
10+
* Contributors: Jacob Perron, tomoya
11+
512
8.2.0 (2020-06-23)
613
------------------
714

0 commit comments

Comments
 (0)