Skip to content

Commit 639b1e4

Browse files
committed
1.14.10
1 parent 27f52ac commit 639b1e4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog for package rviz
33
^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.14.10 (2021-09-24)
6+
--------------------
7+
* Allow renaming/removing of displays via F2/Del as well
8+
* Revert "Smoothly move PCL given a moving frame_id (`#1655 <https://github.com/ros-visualization/rviz/issues/1655>`_)"
9+
* Revert "Smoothly move an Odometry's path given a moving frame_id (`#1631 <https://github.com/ros-visualization/rviz/issues/1631>`_)"
10+
* Restore workaround for https://github.com/ros/geometry2/pull/402
11+
* BillboardLine: Fix handling of many points (> 16384) (`#1662 <https://github.com/ros-visualization/rviz/issues/1662>`_)
12+
* Import skeleton together with meshes (`#1654 <https://github.com/ros-visualization/rviz/issues/1654>`_)
13+
* DisplayPanel: Simplify selection of current item after Remove (`#1661 <https://github.com/ros-visualization/rviz/issues/1661>`_), fixes `#1658 <https://github.com/ros-visualization/rviz/issues/1658>`_
14+
* Contributors: Kaspian Jakobsson, Robert Haschke
15+
516
1.14.9 (2021-08-22)
617
-------------------
718
* Revert `#1639 <https://github.com/ros-visualization/rviz/issues/1639>`_ as it strongly delayed showing dialogs under heavy (rendering) load

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>rviz</name>
3-
<version>1.14.9</version>
3+
<version>1.14.10</version>
44
<description>
55
3D visualization tool for ROS.
66
</description>

0 commit comments

Comments
 (0)