Skip to content

Latest commit

 

History

History
507 lines (464 loc) · 35.1 KB

CHANGELOG.rst

File metadata and controls

507 lines (464 loc) · 35.1 KB

Changelog for package rviz

1.13.3 (2019-03-16)

  • [fix] Fixed build issue on Debian Stretch, using tinyxml2 4.x only (#1354)
  • Contributors: Robert Haschke

1.13.2 (2019-03-09)

  • [feature] InitialPoseTool: allowed to configure initial std deviation (#1255)
  • [feature] Allowed OGRE_PLUGIN_PATH to be defined at cmake config time (#1274)
  • [feature] Improved color support for themes (#1319)
  • [feature] Various adaptions to support native Windows builds * Removed support for yaml-cpp < 0.5, which is outdated since Ubuntu Trusty / ROS Indigo. * Added DLL symbol exports (#1335)
  • [feature] EffortDisplay: fixed joint display hierarchy (#1323)
  • [feature] Configurable tool button style (#1309)
  • [feature] Publicly exposed VisualizationFrame::addPanelByName() (#1303)
  • [fix] Consider orientation of poses Path messages (#1246)
  • [fix] Don't hide the toolbar when pressing Esc (#1256)
  • [fix] Gracefully handle invalid DISPLAY variable (#1282)
  • [fix] Panels were sometimes hidden on startup (#1348)
  • [fix] Clear statuses in RobotModelDisplay when (re)loading a model (#1296)
  • [fix] Fixed XML parser / Collada loader (#1341 / #1317)
  • [fix] Fixed memory leak in material handling, simplified code (#1294)
  • [fix] Removed ICC profiles in PNG images to silent libpng errors (#1304)
  • [fix] Fixed memory leaks (#1310)
  • [maintenance] Code cleanup, fixed warnings and catkin issues (#1245, #1346, #1295)
  • [maintenance] Removed deprecated boost-signals1 (and thus support for tf < 1.11.3) (#1344)
  • [maintenance] Updated wiki URLs (#1315)
  • Contributors: Alexander Rössler, Chris Ratliff, G.A. vd. Hoorn, Joseph Duchesne, Rein Appeldoorn, Robert Haschke, Sean Yen, Sean Yen, Victor Lamoine, W. Nicholas Greene, d-walsh, ipa-fez, mutronics

1.13.1 (2018-05-10)

  • Added API option to disable keyboard focus being set on mouse move (#1174)
  • Deprecated tf API's in favor of new tf2 API alternatives (#1236)
  • Added a boolean property to the wrench visualization to make hiding small forces/torques optional (#1196)
  • Converted all of rviz to tinyxml2 from tinyxml, partially to avoid newly deprecated interfaces in urdf (#1237)
  • Added TF Prefix to effort plugin (#1213)
  • Contributors: Antoine Hoarau, Simon Schmeisser, William Woodall, jgueldenstein

1.13.0 (2018-04-27)

  • Created a new Preferences window, and added PromptSaveOnExit option (#1216)
  • Allowed classes inheriting from image display access to more state (#1221)
  • Updated additional include statement to use new pluginlib and class_loader headers (#1231)
  • Fixed crash when robot model not loaded before processing JointState msg (#1229)
  • Contributors: William Woodall, dhood, daiz, ahoarau, MasterEric

1.12.16 (2018-04-26)

  • Fixed use of LineSpacing, horizontal alignment and AABB calculation in MovableText (#1200)
  • Disable dock widget text eliding (#1168)
  • Updated include statements to use new pluginlib and class_loader headers (#1217)
  • Updated camera_display plugin to take roi in cameraInfo into consideration (#1158)
  • Fixed bug where help.html wasn't being installed (#1218)
  • Fixed compiler warning due to mismached new/delete in MapDisplay Swatch (#1211)
  • Factored out marker creation from ROS msg into new createMarker() (#1183)
  • Fixed crash if display-config parameter was fewer than 4 characters (#1189)
  • Contributors: Daniel Seifert, Johannes Meyer, Mikael Arguedas, Robert Haschke, Tomáš Černík, Victor Lamoine, dhood, ecazaubon

1.12.15 (2018-01-05)

  • Fixed Ogre crashes from invalid quaternions by normalizing them so they no longer need to be rejected. (#1179)
  • Restored processing of ROS messages containing invalid quaternions. (#1182) Unnormalized quaternions in messages will generate warnings; previously they were rejected. Publishers of invalid quaternions should be updated to publish valid quaternions, as rviz will reject invalid quaternions in the future.
  • Contributors: Robert Haschke, dhood

1.12.14 (2017-12-19)

  • Added global option to disable default light (#1146)
  • Added more checks for invalid quaternion normalization before displaying (#1167)
  • Added MONO8 transformer for point cloud plugin (#1145)
  • Fixed crash when unchecking options of "triangle list" markers #1163 (#1164)
  • Added CMake definition to prevent collision of "check" macro on OS X (#1165)
  • Added copyright notice for icons and graphics (#1155)
  • Contributors: David Gossow, Kentaro Wada, Lucas Walter, Mike Purvis, Stefan Fabian, Terry Welsh

1.12.13 (2017-08-21)

  • Fixed an issue which caused mesh markers to appear white where previously they were not (#1132)
  • Contributors: William Woodall

1.12.12 (2017-08-21)

  • Added check for odometry quaternion normalization before displaying (#1139)
  • Improve point cloud rendering performance (#1122)
  • Replaced Arial font with Liberation Sans (#1141)
  • Contributors: Simon Harst, Thomas, William Woodall

1.12.11 (2017-08-02)

  • Added dhood as maintainer (#1131)
  • Fixed finding and linking of tinyxml (#1130)
  • Changed to only update window title if necessary (#1124)
  • Added option to invert Z axis for orbit-based view controllers (#1128)
  • Fixed visualization of collada markers with texture (#1084) (#1129)
  • Fixed bug where Ogre::ItemIdentityException occurred while loading mesh (#1105)
  • Fixed bug caused by combination of Qt and Boost (#1114)
  • Fixed bug with map_display where it ignored resolution changes in OccupancyGrid maps (#1115)
  • Fixed bug where keyboard shortcuts sometimes didn't work (#1117)
  • Contributors: 1r0b1n0, Adam Allevato, Adrian Böckenkamp, Kartik Mohta, Michael Görner, Mikael Arguedas, William Woodall, dhood, gerkey

1.12.10 (2017-06-05)

  • Fix debian jessie compiler error (#1111)
  • Contributors: William Woodall

1.12.9 (2017-06-05)

  • Fix variable name (#1104) Somehow, variable names got out of sync. Lines 370 and 371 refer to "parameters" but it is "params" everywhere else.
  • Contributors: genemerewether

1.12.8 (2017-05-07)

  • Fixed bug where generated material names were not unique (#1102) * This was a regression of #1079
  • Contributors: Maarten de Vries

1.12.7 (2017-05-05)

  • Fix render system regression (#1101) * Also updated the render system code to follow latest recommendations for integrating Qt5 and Ogre3D, see: http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Integrating+Ogre+into+QT5 * Restored conditional code for Qt5 versus Qt4, which fixed #1100
  • Imported several updates to the covariance related displays (#1099) * Added offset to covariance properties * Refactored CovarianceVisual * Fixed tolerance test at angular discontinuity * Renamed PoseWithCovarianceDisplay::Shape enums
  • Contributors: Ellon Paiva Mendes, William Woodall

1.12.6 (2017-05-02)

  • Added and updated displays to visualize covariance matrices (#1096) * Added display for PoseWithCovariance. * Update OdometryDisplay to optionally show covariances.
  • Fixed regression in previous release which was a type error that happened with newer versions of urdf (#1098)
  • Contributors: William Woodall

1.12.5 (2017-05-01)

  • Renamed duplicated pass_depth.vert in nogp program to avoid Ogre 1.10 runtime error (#1063)
  • Fixed some handling of Window ID's for OS X and ogre 1.9 (#1093)
  • Added support for maps larger than video memory using swatches (#1095)
  • Added fullscreen option (f11) (#1017)
  • Added an option to transform map based on header timestamp (#1066)
  • Now updates the display if empty a pointcloud2 message is recieved (#1073) Previously the old point cloud would continue to be rendered.
  • Now correctly scales the render panel on high resolution displays (#1078)
  • Added support for multiple materials in a single link of a robot model (#1079)
  • Now includes missing headers necessary for ogre 1.10 (#1092)
  • Fixed duplicate property name for Path colors which caused it to not be restored from saved configs (#1089) See issue #1087.
  • Contributors: Hidde Wieringa, Kei Okada, Maarten de Vries, Phil Osteen, Timo Röhling, Tom Moore, William Woodall, axelschroth

1.12.4 (2016-10-27)

  • Restored "Use urdf::*ShredPtr instead of boost::shared_ptr" (#1064) Now supports urdfdom 0.3 and 0.4 through a compatibility header in urdf.
  • You can now visualize joint axis and display type and limits (#1029)
  • Contributors: Lucas Walter, Robert Haschke, William Woodall

1.12.3 (2016-10-19)

  • Revert "Use urdf::*ShredPtr instead of boost::shared_ptr" (#1060)
  • Contributors: William Woodall

1.12.2 (2016-10-18)

  • Paths can now be rendered as 3D arrows or pose markers (#1059)
  • Allow float edits to work with different Locales (#1043)
  • Now check for a valid root link before walking the robot model (#1041)
  • Added close() signal to Tool class (#1051)
  • Fix double free in display dialog (#1053)
  • Tweak focal shape size marker depending on focal distance (#1021)
  • Support 3D arrows and axes for visualizing PoseArrays (#1022)
  • Use urdf::*ShredPtr instead of boost::shared_ptr (#1044)
  • Fixed two valgrind-reported issues (#1027) * in ~RenderPanel() * in VisualizationManager(): initialization order
  • Added option to disable the RViz splash-screen (#1024)
  • Fix compile error due to the user-defined string literals feature (#1010)
  • Fixed some Qt5 related build issues (#1008)
  • Removed dependency on OpenCV (#1009)
  • Contributors: 1r0b1n0, Atsushi Watanabe, Blake Anderson, Jochen Sprickerhof, Kartik Mohta, Maarten de Vries, Michael Görner, Robert Haschke, Victor Lamoine, Víctor Mayoral Vilches, William Woodall

1.12.1 (2016-04-20)

  • Updated the plugin_description.xml to reflect the new default plugin library name, see: #1004
  • Contributors: William Woodall

1.12.0 (2016-04-11)

  • Qt5 is now the default build option, but Qt4 support is still available (for C++ only).
  • Fixed support for PyQt5, but disabled PySide2 until we get it working.
  • The default plugin's library was changed to rviz_default_plugin.
  • Changed to use CMake's file(GENERATE ...) macro when exporting the default plugin's library name.
  • Changed costmap lethal color to be different from illegal values.
  • Cleaned-up and generalized the WrenchVisual display: * renamed WrenchStampedVisual to WrenchVisual * cleanup: removed deprecated API
  • Updated the marker display and tf plugins to update the map of enabled namespaces and frames whenever those frames are enabled/disabled using the check boxes. Also updated the plugins so that the map of enabled namespaces and frames does not get erased whenever the plugin is reset. (#988) This allows the currently selected namespaces/frames to remain selected after the Reset button is pressed.
  • Contributors: Brett, Robert Haschke, William Woodall

1.11.14 (2016-04-03)

  • Added the rviz_QT_VERSION cmake variable that exports the Qt version used by rviz.
  • Changed the way rviz_DEFAULT_PLUGIN_LIBRARIES is set so it works with catkin_make too.
  • Contributors: William Woodall

1.11.13 (2016-03-23)

  • Changed the way the rviz_DEFAULT_PLUGIN_LIBRARIES are generated to support cmake < 2.8.12. See pull request: #981
  • Contributors: William Woodall

1.11.12 (2016-03-22)

  • Relaxed the required CMake version to 2.8.11.2 in order to support Ubuntu Saucy.
  • Contributors: William Woodall

1.11.11 (2016-03-22)

  • Added Qt version to rosout and help->about.
  • Added optional support for Qt5 with continued support for Qt4.
  • Fixed a C++11 warning about literals needing a space after them.
  • Added a "duplicate" button for duplicating displays.
  • Fixed remove display so that it selects another display after removing one (if one is available).
  • Fix for #959: jumping marker in MOVE_3D mode See pull request: #961
  • Added a raw mode for map vizualization. See pull request: #972
  • Added an option in many of the topic based Displays to prefer UDP/unreliable transport. See pull request: #976
  • Fixed the marker display to allow namespaces to be enabled/disabled based on the loaded config. Also enabled state is stored for each namespace in a map, which is used to lookup the state whenever a namespace is added to the display. See pull request: #962
  • Fixed crash in Display::deleteStatus() when no statuses where created beforehand. See pull request: #960
  • Read-only properties are now no longer editable. See pull request: #958
  • The binary STL loading logic has been relaxed to support files that contain more data than expected. A warning is printed instead of failing with an error now. See pull request: #951
  • Fixed an issue where tf configurations were not saved and reloaded from the rviz config file. See pull request: #946
  • Anti-Aliasing (AA) is now enabled by default, but it can be disabled with --disable-anti-aliasing. See pull request: #931 See pull request: #950
  • The default plugin shared library is no longer exported via rviz_LIBRARIES, but in stead is now in a cmake variable called rviz_DEFAULT_PLUGIN_LIBRARIES. See pull request: #948 See pull request: #979
  • Fixed a bug in billboard line generation where a zero point line caused a crash. See pull request: #942
  • Downsampled maps will now result in a Warning status, previously it was OK. See pull request: #934
  • The map display will no longer try to transform a map until one has been received. See pull request: #932
  • Enable antialiasing
  • Contributors: Aaron Hoy, Benjamin Chrétien, Chris Mansley, Dave Coleman, David V. Lu!!, Joao Avelino, Jochen Sprickerhof, Kentaro Wada, Martin Pecka, Mike O'Driscoll, Nikolaus Demmel, Robert Haschke, Simon Schmeisser (isys vision), Stephan, Tobias Berling, William Woodall, bponsler, caguero, frosthand

1.11.10 (2015-10-13)

  • Fixed Qt assertions triggered in debug build of Qt.
  • build: Use PKG_CONFIG_EXECUTABLE Instead of using a hard-coded pkg-config to make cross-compiling possible where the pkg-config binary is host-prefixed (e.g. armv7-unknown-linux-pkg-config when cross-compiling for armv7)
  • Fix #911 #616 : TF Segfaults on reset/update Do not needlessly delete tree_property_ elements, update them instead. Most likely fixes #808 too.
  • python_bindings: sip: Use CATKIN_PACKAGE_LIB_DESTINATION instead of hardcoded lib. Fixes build with libdir != lib. https://bugs.gentoo.org/show_bug.cgi?id=561480
  • Contributors: Alexis Ballier, Arnaud TANGUY, Dave Hershberger, Marvin Schmidt, William Woodall

1.11.9 (2015-09-21)

  • Updated warning message to indicate triangle count is a 32bit integer, and not 16bit.
  • Fixed the error checking of large STL files.
  • Smoothed updates for map display plugin. Map displays previously only updated when receiving a message. This means that if your fixed frame was base_link, the costmaps would not move appropriately around the robot unless a message was received in order to update the transform that should be applied to the scene. For global costmaps, this is a slow update and for static maps, this never happened. This fixes that by hooking into rviz' periodic call to continuously update the transform to be applied to the scene.
  • Displays are not disabled if associated Panel becomes invisible. Otherwise the state between Panel & Display becomes inconsistent. Fixed symptom: When loading a configuration that contains a disabled CameraDisplay, during the configuration of the panel(the camera render widget), the panel is set visible for a very short period of time. Because of the missing logic, the CameraDisplay is enabled together with the panel, but the Display remains enabled after the Panel is set invisible. One ends up with an enabled (and subscribed) CameraDisplay without the corresponding RenderWidget, even so the configuration specified that the Display is not enabled.
  • Removed shortkeys from shortkey_to_tool_map_ this should fix #880
  • Contributors: Daniel Stonier, Henning Deeken, Jonathan Meyer, Michael Görner, William Woodall

1.11.8 (2015-08-05)

  • Force and Torque can now be scaled separately in the Wrench display: #862
  • Fixed a bug in the Wrench display: #883
  • Improved error checking when loading ascii stl files.
  • Suppressing some new CMake warnings by setting cmake policies.
  • Re-enable most all of the tests.
  • Added option to start rviz with the ROS logger level set to Debug
  • Fixed setting of status bar from python by checking if the original status bar is being used or not.
  • Added a third person follower view controller.
  • Fix decaying of tf2 static transforms in the TF display.
  • Correctly display color and alpha in pointclouds.
  • Restored functionality to force opacity and color for meshes that have null rgba values.
  • Use the find_package'ed python version detected by catkin. Otherwise it might happen that catkin (and the rest of the workspace) uses 2.x and rviz detects & tries to use 3.x. This can produce some nasty collisions. See rospack, roslz4, qt_gui_cpp and others for similar invokation.
  • Fix processing empty of pointclouds. Otherwise, given a stream of clouds with some of them empty, the last non-empty message will still be displayed until a the next non-empty cloud comes in.
  • Check if position and orientation of links of robots contain NaNs when updating pose of robot links.
  • Fixed DELETEALL marker action, by not iterating on the marker list.
  • Contributors: Carlos Agüero, Gustavo N Goretkin, Jonathan Bohren, Kei Okada, Michael Ferguson, Ryohei Ueda, Thomas Moinel, William Woodall, loganE, louise, otim, v4hn, 寺田 耕志

1.11.7 (2015-03-02)

  • Fixed a bug where the timestamp was not set for the /initialpose message published by the 2D Pose Estimate tool.
  • Added a method/Qt Signal for refreshing tools called refreshTool(). Calling this method updates the name and icon of a tool in the toolbar.
  • Fixed a bug with setCurrentTool. This fixes a rare gui bug: if an incoming tool directly calls another tool during it's activate() function the tool gets changed accordingly but the toolbar gui becomes inconsistent because Tool* tool pointer is outdated in this case. using Tool* current_tool fixes this.
  • Fixed initialization of Tool's shortcut_key_ and fixed a bug in toKeys(). * Initialized the shortcut_key_ param with '/0' to be able to check whether a tool has a shortkey assigned or not. * Made the tool manager check if a tool has a shortkey before converting the char to a key code. * Fixed the toKeys() method by removing the assertions, making at a boolean returning function and allowing a single key only, as this is what is to be expected from the shortcut_key_ param this should fix #851
  • Contributors: Henning Deeken, William Woodall, lsouchet

1.11.6 (2015-02-13)

  • Fixed a mesh memory leak in ogre_helpers/mesh_shape.h/.cpp This fixes a memory leak which is caused due to no meshes ever being destroyed without removing the mesh from the mesh manager. This gets really bad when drawing meshes with 50K triangles at 10Hz, resulting in a leak rate @ ~60MB/sec.
  • Add a simple 'About' dialog to the help menu.
  • Contributors: Jonathan Bohren, William Woodall, gavanderhoorn

1.11.5 (2015-02-11)

  • Tools (on the toolbar) can now indicate if they need access to keypresses by setting the access_all_keys_ attribute. The handling of keypresses in tools has also been refactored. See: pull request #838
  • Path display now has an additional display style called "Billboards" which allows to set the line width of the paths. It also now has an offset property to shift the path with regard to the fixed frame origin. See: pull request #842
  • Meshes now have their ambient values scaled by 0.5 which gives a softer look, which is more in line with Gazebo's look and feel. See: pull request #841
  • The default ambient color for meshes is now 0,0,0, down from 0.5,0.5,0.5. See: pull request #837
  • Triangle-list markers are now shaded like other objects. See: pull request #833
  • Color is now applied to all visuals of the line class, closes #820. See: pull request #827
  • The find_package logic for assimp/yamlcpp has been moved to before add_library for librviz to fix building on OS X. See: pull request #825
  • Fixed moc generation errors with boost >= 1.57. See: pull request #826
  • Contributors: Daniel Stonier, Dave Hershberger, Henning Deeken, Michael Ferguson, Timm Linder, William Woodall, v4hn

1.11.4 (2014-10-30)

  • Fixed stereo support for custom projection matrices
  • Fixed read off end of array in triangle_list_marker
  • Add dependency on opengl rviz calls find_package(OpenGL), so it should have a direct dependency on OpenGL. This matters on ARM, where the other packages that rviz depends on use OpenGL.ES, and don't provide a transitive dependency on OpenGL.
  • Update map via QT signal instead of in ros thread Resolved issues when running RViz in rqt where the incomingMap callback is not issued from RViz's main QThread causing a crash in Ogre. Map updates are now handled by emitting a signal to update the map from the callback thread.
  • fix rainbow color, see #813
  • Added TF listener as parameter to constructors of VisualizationManager and FrameManager
  • Fix add by topic for Marker and MarkerArray
  • Fixed map plugin to only show when active
  • stereo: restore camera after rendering (Avoids a segfault)
  • fix stereo eye separation
  • fix ogre includes
  • Contributors: Acorn Pooley, Alex Bencz, Austin, Austin Hendrix, Ben Charrow, Dave Hershberger, Jonathan Bohren, Kei Okada, William Woodall, ZdenekM, v4hn

1.11.3 (2014-06-26)

  • remove explicit dependency on urdfdom urdfdom is provided via urdf and catkin_* CMake variables. The current setup was unbalanced anyways because along with urdfdom, urdfdom_headers should have been being depended on and used. This precipitated from urdfdom's rosdep key changing as it became a system dependency in Indigo.
  • Add ability to delete all markers in Marker plugin
  • fix hidden cursor bug On some systems loading a pixmap from an svg file can fail. On these machines an empty cursor results, meaning the cursor is invisible inside Rviz. This works around the problem by using an arrow cursor when the desired cursor pixmap canot be loaded.
  • Install rviz to the global bin
  • Added display for sensor_msgs/RelativeHumidity
  • Contributors: Acorn Pooley, Adam Leeper, Chad Rockey, Dave Coleman, William Woodall, hersh, trainman419

1.11.2 (2014-05-13)

  • Fix an issue with rendering laser scans: #762
  • Fix an issue with using boost::signal instead of boost::signal2 with tf tf recently moved to boost::signal2, so the effort display needed to be updated too I made it so that it would conditionally use boost::signal2 if the tf version is greater than or equal to 1.11.3 I also fixed some compiler warnings in this code closes #700
  • Contributors: Vincent Rabaud, William Woodall

1.11.1 (2014-05-01)

  • fix fragment reference in point_cloud_box.material Closes #759
  • upgrade ogre model meshs with the OgreMeshUpgrader from ogre 1.9
  • Changed TF listener to use a dedicated thread.
  • Speed up point cloud rendering by caching some computations and using proper loop iterations
  • Fixed rendering of mesh resource type markers with respect to texture rendering and color tinting
  • Fix segfault on exit for OSX
  • Fix memory leak in BillboardLine destructor (material not being destroyed correctly)
  • Fix disabling of groups (#709) This was broken with commit 5897285, which reverted the changes in commit c6dacb1, but rather than only removing the change concerning the read-only attribute, commented out the entire check, including the parent_->getDisableChildren() call (which existed prior to commit 5897285).
  • Add missing libraries to rviz link step, fixes OS X build.
  • fix failing sip bindings when path contains spaces
  • EffortDisplay: Added a check to avoid segfaults when receiving a joint state without efforts
  • Contributors: Dirk Thomas, Hans Gaiser, Jordan Brindza, Mike Purvis, Mirko, Siegfried-A. Gevatter Pujals, Timm Linder, Vincent Rabaud, William Woodall

1.11.0 (2014-03-04)

  • fixing problems with urdfdom_headers 0.3.0
  • Contributors: William Woodall

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)