Skip to content

Commit

Permalink
changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood committed Dec 4, 2018
1 parent 42e3c4b commit 0722296
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rviz2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rviz2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add semicolons to all RCLCPP and RCUTILS macros. (`#357 <https://github.com/ros2/rviz/issues/357>`_)
* Made the transformation framework used by rviz pluggable. (`#346 <https://github.com/ros2/rviz/issues/346>`_)
* Contributors: Andreas Greimel, Chris Lalancette

4.0.1 (2018-06-28)
------------------

Expand Down
3 changes: 3 additions & 0 deletions rviz_assimp_vendor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rviz_assimp_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

4.0.1 (2018-06-28)
------------------

Expand Down
35 changes: 35 additions & 0 deletions rviz_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@
Changelog for package rviz_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Moved rviz_yaml_cpp_vendor into it's own repo (`#361 <https://github.com/ros2/rviz/issues/361>`_)
* Exported libraries to trigger hooks. (`#358 <https://github.com/ros2/rviz/issues/358>`_)
* Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (`#356 <https://github.com/ros2/rviz/issues/356>`_)
* Changed to use spin_some with max_duration (`#354 <https://github.com/ros2/rviz/issues/354>`_)
* spin_once() limits the number of callbacks that can be called based on how quickly the gui updates.
This results in lag when displaying tf frames.
Use spin_some(max_duration) to execute all of the work available.
* Made the transformation framework used by rviz pluggable. (`#346 <https://github.com/ros2/rviz/issues/346>`_)
* Fixed wrong name of InitialPose plugin in default config (`#352 <https://github.com/ros2/rviz/issues/352>`_)
* Added hotkeys (also to help) (`#312 <https://github.com/ros2/rviz/issues/312>`_)
* Migrated pose estimate tool (`#329 <https://github.com/ros2/rviz/issues/329>`_)
* Changed to now pass clock to tf2_ros::buffer (`#340 <https://github.com/ros2/rviz/issues/340>`_)
* Changted to always build all tests and skip execution if not supported (`#342 <https://github.com/ros2/rviz/issues/342>`_)
* Reverted workaround for identity transform after geometry2 fix (`#343 <https://github.com/ros2/rviz/issues/343>`_)
* Reverted "Add simple mechanism to automatically convert old configs" (`#337 <https://github.com/ros2/rviz/issues/337>`_)
* No longer necessary for C-Turtle
* Minor cleanup and fixes (`#336 <https://github.com/ros2/rviz/issues/336>`_)
* Fix environment for colcon builds (no appends necessary)
* Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
* Fix Qt moc warning for virtual signal
* Fixed missing status in laser scan display (`#335 <https://github.com/ros2/rviz/issues/335>`_)
* Show status error when transform failed
* Modify logging behaviour
* Updates due to uncrustify 0.67 (`#333 <https://github.com/ros2/rviz/issues/333>`_)
* fix closing block and tamplete indentation to comply with uncrustify 0.67
* add space between reference and variable name
* space before opening bracket
* fix indend of inherited class
* fix indent of code blocks
* no space around -> operator
* restore original spacing
* Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)
------------------

Expand Down
26 changes: 26 additions & 0 deletions rviz_default_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
Changelog for package rviz_default_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Export libraries to trigger hooks. (`#358 <https://github.com/ros2/rviz/issues/358>`_)
* Made the transformation framework used by rviz pluggable. (`#346 <https://github.com/ros2/rviz/issues/346>`_)
* Added hotkeys (also to help) (`#312 <https://github.com/ros2/rviz/issues/312>`_)
* Migrated Range Display (`#325 <https://github.com/ros2/rviz/issues/325>`_)
* Migrated pose estimate tool (`#329 <https://github.com/ros2/rviz/issues/329>`_)
* Increased visual testing stability (`#344 <https://github.com/ros2/rviz/issues/344>`_)
* Fixed laserscan 1 meter limit bug (`#345 <https://github.com/ros2/rviz/issues/345>`_)
* Changed to always build all tests and skip execution if not supported (`#342 <https://github.com/ros2/rviz/issues/342>`_)
* Minor cleanup and fixes (`#336 <https://github.com/ros2/rviz/issues/336>`_)
* Fix environment for colcon builds (no appends necessary)
* Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
* Fix Qt moc warning for virtual signal
* Fixed missing status in laser scan display (`#335 <https://github.com/ros2/rviz/issues/335>`_)
* Show status error when transform failed
* Changes due to uncrustify 0.67 (`#333 <https://github.com/ros2/rviz/issues/333>`_)
* fix closing block and tamplete indentation to comply with uncrustify 0.67
* add space between reference and variable name
* space before opening bracket
* fix indend of inherited class
* fix indent of code blocks
* no space around -> operator
* restore original spacing
* Contributors: Alessandro Bottero, Andreas Greimel, Martin Idel, Mikael Arguedas, Steven! Ragnarök, eric1221bday

4.0.1 (2018-06-28)
------------------

Expand Down
5 changes: 5 additions & 0 deletions rviz_ogre_vendor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rviz_ogre_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Changed ZLIB_ROOT -> ZLIB_DIR (`#349 <https://github.com/ros2/rviz/issues/349>`_)
* Contributors: Mikael Arguedas

4.0.1 (2018-06-28)
------------------

Expand Down
17 changes: 17 additions & 0 deletions rviz_rendering/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog for package rviz_rendering
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Export libraries to trigger hooks. (`#358 <https://github.com/ros2/rviz/issues/358>`_)
* Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (`#356 <https://github.com/ros2/rviz/issues/356>`_)
* Increased visual testing stability (`#344 <https://github.com/ros2/rviz/issues/344>`_)
* Cleanup dependencies for rviz_rendering_tests (`#326 <https://github.com/ros2/rviz/issues/326>`_)
* Changed to always build all tests and skip execution if not supported (`#342 <https://github.com/ros2/rviz/issues/342>`_)
* Changed to support uncrustify 0.67 (`#333 <https://github.com/ros2/rviz/issues/333>`_)
* fix closing block and tamplete indentation to comply with uncrustify 0.67
* add space between reference and variable name
* space before opening bracket
* fix indend of inherited class
* fix indent of code blocks
* no space around -> operator
* restore original spacing
* Contributors: Andreas Greimel, Kartik Mohta, Mikael Arguedas, Steven! Ragnarök, William Woodall

4.0.1 (2018-06-28)
------------------
* move find_package or test dependencies to test block (`#331 <https://github.com/ros2/rviz/issues/331>`_)
Expand Down
5 changes: 5 additions & 0 deletions rviz_rendering_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rviz_rendering_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Changed to always build all tests and skip execution if not supported (`#342 <https://github.com/ros2/rviz/issues/342>`_)
* Contributors: Andreas Greimel

4.0.1 (2018-06-28)
------------------
* Add Qt dependency to testing packages. (`#330 <https://github.com/ros2/rviz/issues/330>`_)
Expand Down
18 changes: 18 additions & 0 deletions rviz_visual_testing_framework/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog for package rviz_visual_testing_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Made the transformation framework used by rviz pluggable. (`#346 <https://github.com/ros2/rviz/issues/346>`_)
* Increased visual testing stability (`#344 <https://github.com/ros2/rviz/issues/344>`_)
* Minor cleanup and fixes (`#336 <https://github.com/ros2/rviz/issues/336>`_)
* Fix environment for colcon builds (no appends necessary)
* Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
* Fix Qt moc warning for virtual signal
* Changed to support uncrustify 0.67 (`#333 <https://github.com/ros2/rviz/issues/333>`_)
* fix closing block and tamplete indentation to comply with uncrustify 0.67
* add space between reference and variable name
* space before opening bracket
* fix indend of inherited class
* fix indent of code blocks
* no space around -> operator
* restore original spacing
* Contributors: Andreas Greimel, Martin Idel, Mikael Arguedas

4.0.1 (2018-06-28)
------------------
* Add Qt dependency to testing packages. (`#330 <https://github.com/ros2/rviz/issues/330>`_)
Expand Down

0 comments on commit 0722296

Please sign in to comment.