Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 2.93 KB

CHANGELOG.rst

File metadata and controls

58 lines (51 loc) · 2.93 KB

Changelog for package rviz

1.10.14 (2014-03-04)

  • Fixed a bug in tutorials caused by uninitialized ros::Time here.
  • Contributors: Dave Hershberger, William Woodall

1.10.13 (2014-02-26)

  • Use assimp-dev as a build_depend and leave assimp as the run_depend
  • Contributors: Scott K Logan, William Woodall

1.10.12 (2014-02-25)

  • Shiboken is now disabled when a version which would segfault is detected (fix #728)
  • Eigen is now found using the FindEigen.cmake from the cmake_modules package.
  • Added support for rendering rviz in stereo. For more information see this commit: https://github.com/ros-visualization/rviz/commit/9cfaf78e2ae8d34e4481de19568b353964846842
  • Added a "Queue Size" option for the Range display type.
  • Added Ogre-1.10 compatibility This allows rviz to compile (and work) against Ogre 1.10 (currently the latest version of ogre). It also still works with earlier versions of Ogre (tested with Ogre 1.7.4 as installed via debs on Ubuntu 12.04).
  • Now includes ogre without OGRE prefix This is necessary to find Ogre files in the right place with compatibility between Ogre < 1.9 and Ogre >= 1.9. This is also necessary when 2 versions of Ogre are installed on the build machine.
  • RVIZ doesn't use __connection_header from incoming messages, but only uses ros::MessageEvent's
  • Better feature detection for assimp version The unified headers were introduced in Assimp 2.0.1150, so checking for Assimp 3.0.0 is not quite the best solution. See https://github.com/assimp/assimp/commit/6fa251c2f2e7a142bb861227dce0c26362927fbc
  • Contributors: Acorn Pooley, Benjamin Chrétien, Dave Hershberger, Kevin Watts, Scott K Logan, Siegfried-A. Gevatter Pujals, Tully Foote, William Woodall, hersh

1.10.11 (2014-01-26)

  • Fixed in selection_manager which allows interactive markers to work with orthographic cameras views
  • Add support for yamlcpp 0.5 with backwards compatibility with yamlcpp 0.3
  • Fixed message type for Polygon display. The polygon display type actually subscribes to PolygonStamped.
  • Contributors: Austin, Ken Tossell, Max Schwarz, William Woodall

1.10.10 (2013-12-22)

  • Fixed a severe memory leak with markers and marker arrays: #704 and #695
  • Contributors: David Gossow, Vincent Rabaud

1.10.6 (2013-09-03)

  • Added a new method for adding displays, by topic as opposed to by type.
  • Added new exception handling for loading mesh files which have no content.

1.10.5 (2013-08-28 03:50)