Skip to content

Commit

Permalink
1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Aug 22, 2021
1 parent 2003373 commit a808401
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
BASEDIR: /home/runner/work
DOCKER_IMAGE: rhaschke/ici:rviz-${{ matrix.distro }}-${{ matrix.repo || 'ros' }}
CACHE_PREFIX: ${{ matrix.distro }}
ABICHECK_URL: github:ros-visualization/rviz#1.14.7
ABICHECK_URL: github:ros-visualization/rviz#1.14.9

name: "check"
runs-on: ubuntu-latest
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package rviz
^^^^^^^^^^^^^^^^^^^^^^^^^^

1.14.9 (2021-08-22)
-------------------
* Revert `#1639 <https://github.com/ros-visualization/rviz/issues/1639>`_ as it strongly delayed showing dialogs under heavy (rendering) load
* Smoothly move PCL given a moving frame_id (`#1655 <https://github.com/ros-visualization/rviz/issues/1655>`_)
* Smoothly move an Odometry's path given a moving frame_id (`#1631 <https://github.com/ros-visualization/rviz/issues/1631>`_)
* TF display: Correctly reparent root frame property (`#1647 <https://github.com/ros-visualization/rviz/issues/1647>`_)
* DepthCloudDisplay: remove mutex for PointCloudCommon
* Fix memory leak
* Contributors: Robert Haschke, Institute for Autonomous Systems Technology, anre

1.14.8 (2021-06-19)
-------------------
* [feature] Continue processing messages while displaying dialogues (`#1639 <https://github.com/ros-visualization/rviz/issues/1639>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rviz</name>
<version>1.14.8</version>
<version>1.14.9</version>
<description>
3D visualization tool for ROS.
</description>
Expand Down

0 comments on commit a808401

Please sign in to comment.