Skip to content

Commit

Permalink
fixup
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 c78c80d commit 31b35f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rviz_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Changelog for package rviz_common
* 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.
* 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>`_)
Expand Down

0 comments on commit 31b35f9

Please sign in to comment.