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 May 2, 2020
1 parent 9c69077 commit 6ef2888
Show file tree
Hide file tree
Showing 8 changed files with 86 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
-----------
* Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
* Made some code style changes. (`#504 <https://github.com/ros2/rviz/issues/504>`_)
* Contributors: Dirk Thomas

7.0.3 (2019-11-13)
------------------

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

Forthcoming
-----------
* Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
* Suppressed an upstream cmake warning in assimp. (`#534 <https://github.com/ros2/rviz/issues/534>`_)
* Contributors: William Woodall

7.0.3 (2019-11-13)
------------------

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

Forthcoming
-----------
* Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
* Removed duplicate include dirs and link libraries. (`#533 <https://github.com/ros2/rviz/issues/533>`_)
* Added missing export of urdf. (`#529 <https://github.com/ros2/rviz/issues/529>`_)
* Made changes to avoid newly deprecated functions in rclcpp. (`#528 <https://github.com/ros2/rviz/issues/528>`_)
* Changed to use ``ament_export_targets()``. (`#525 <https://github.com/ros2/rviz/issues/525>`_)
* Updated deprecated enums in rviz_common. (`#510 <https://github.com/ros2/rviz/issues/510>`_)
* Solved a compiler warning in Ubuntu Focal. (`#503 <https://github.com/ros2/rviz/issues/503>`_)
* Removed an uncessary call to render scene. (`#490 <https://github.com/ros2/rviz/issues/490>`_)
* Made some code style changes. (`#504 <https://github.com/ros2/rviz/issues/504>`_)
* Fixed a bug encountered when included as a sub-project. (`#475 <https://github.com/ros2/rviz/issues/475>`_)
* Contributors: Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, William Woodall, brawner

7.0.3 (2019-11-13)
------------------

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

Forthcoming
-----------
* Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
* Removed duplicate include dirs and link libraries. (`#533 <https://github.com/ros2/rviz/issues/533>`_)
* Updated includes to use non-entry point headers from detail subdir. (`#526 <https://github.com/ros2/rviz/issues/526>`_)
* Changed to use ``ament_export_targets()``. (`#525 <https://github.com/ros2/rviz/issues/525>`_)
* Changed to use the clock from the node in tools. (`#519 <https://github.com/ros2/rviz/issues/519>`_)
* Changed to allow the MapDisplay "Update Topic" to be changed. (`#517 <https://github.com/ros2/rviz/issues/517>`_)
The major reason for this is so that the "Update Topic"
(and more importantly the QoS profile) is saved when clicking
"Save Config" in RViz2. The more minor reason is that a user
*might* want to use a different topic for this. We still
auto-populate this field with <topic_name>_updates by default,
but the user can now override it.
* Made some code style changes. (`#504 <https://github.com/ros2/rviz/issues/504>`_)
* Fixed camera info for camera display. (`#419 <https://github.com/ros2/rviz/issues/419>`_)
* Fixed wrong resource group for robot links. (`#495 <https://github.com/ros2/rviz/issues/495>`_)
* Changed default goal to ``goal_pose`` and not just in default rviz. (`#491 <https://github.com/ros2/rviz/issues/491>`_)
* Fixed a bug by setting the clock type if Marker ``frame_locked`` is true. (`#482 <https://github.com/ros2/rviz/issues/482>`_)
Fixes `#479 <https://github.com/ros2/rviz/issues/479>`_
* Fixed the map display for moving TF frame. (`#483 <https://github.com/ros2/rviz/issues/483>`_)
Instead of the current time, use Time(0) to get the latest available transform as a fallback.
This is the same logic that is applied in RViz from ROS 1.
Resolves `#332 <https://github.com/ros2/rviz/issues/332>`_
* Migrated pose with covariance display. (`#471 <https://github.com/ros2/rviz/issues/471>`_)
* Fixed build when included as a sub-project. (`#475 <https://github.com/ros2/rviz/issues/475>`_)
* Added icon copyrights + PoseWithCovariance icon. (`#430 <https://github.com/ros2/rviz/issues/430>`_)
* Contributors: Chris Lalancette, Dan Rose, Dirk Thomas, Jacob Perron, Martin Idel, Michel Hidalgo, Steven Macenski, chapulina

7.0.3 (2019-11-13)
------------------

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

Forthcoming
-----------
* Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
* Switched to the CMake Patch module. (`#509 <https://github.com/ros2/rviz/issues/509>`_)
* Contributors: Dan Rose, Mikael Arguedas

7.0.3 (2019-11-13)
------------------
* Skip freetype2 dependencies (`#405 <https://github.com/ros2/rviz/issues/405>`_)
Expand Down
10 changes: 10 additions & 0 deletions rviz_rendering/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package rviz_rendering
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
* Removed duplicate include dirs and link libraries. (`#533 <https://github.com/ros2/rviz/issues/533>`_)
* Changed to use ``ament_export_targets()``. (`#525 <https://github.com/ros2/rviz/issues/525>`_)
* Made some code style changes. (`#504 <https://github.com/ros2/rviz/issues/504>`_)
* Migrated the pose with covariance display. (`#471 <https://github.com/ros2/rviz/issues/471>`_)
* Fixed the build when included as a sub-project. (`#475 <https://github.com/ros2/rviz/issues/475>`_)
* Contributors: Dan Rose, Dirk Thomas, Martin Idel

7.0.3 (2019-11-13)
------------------

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

Forthcoming
-----------
* Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
* Made some code style changes. (`#504 <https://github.com/ros2/rviz/issues/504>`_)
* Fixed the build when included as a sub-project. (`#475 <https://github.com/ros2/rviz/issues/475>`_)
* Contributors: Dan Rose, Dirk Thomas

7.0.3 (2019-11-13)
------------------

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

Forthcoming
-----------
* Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
* Changed to use ``ament_export_targets()``. (`#525 <https://github.com/ros2/rviz/issues/525>`_)
* Made some code style changes. (`#504 <https://github.com/ros2/rviz/issues/504>`_)
* Changed to install RViz configs for visual tests. (`#487 <https://github.com/ros2/rviz/issues/487>`_) (`#498 <https://github.com/ros2/rviz/issues/498>`_)
* Contributors: Alejandro Hernández Cordero, Dirk Thomas

7.0.3 (2019-11-13)
------------------

Expand Down

0 comments on commit 6ef2888

Please sign in to comment.