Package Summary

Tags No category tags.
Version 11.2.16
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version humble
Last Updated 2025-03-27
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

11.2.16 (2025-01-14)

  • Add RVIZ_COMMON_PUBLIC macro to ToolManager (#1323) (#1326) (cherry picked from commit ad4813f819e09d05096515045f1688989fb00b81) Co-authored-by: Silvio Traversaro <<silvio@traversaro.it>>
  • Add RVIZ_COMMON_PUBLIC macro (#865) (#1324) (cherry picked from commit 3584a2981d9b49a53d03dc243ce7be8dc142b758) Co-authored-by: juchajam <<79612680+msjunechang21@users.noreply.github.com>>
  • Contributors: mergify[bot]

11.2.15 (2024-12-26)

11.2.14 (2024-11-25)

  • Handle [Tool::Finished]{.title-ref} returned by [processKeyEvent]{.title-ref} (#1257) (#1265)
  • Contributors: mergify[bot]

11.2.13 (2024-07-26)

11.2.12 (2024-03-26)

11.2.11 (2024-02-16)

  • Append measured subscription frequency to topic status (#1113) (#1129)
  • Contributors: mergify[bot]

11.2.10 (2024-01-24)

  • Switch to using rcpputils::fs helpers. (#1105)
  • Rolling namespace in title (backport #1074) (#1099)
  • Initialize more of the visualization_manager members. (#1090) (#1091)
  • Contributors: Chris Lalancette, mergify[bot]

11.2.9 (2023-11-13)

11.2.8 (2023-09-19)

  • Remove unused LineEditWithButton::simulateReturnPressed() (#1040) (#1042)
  • Contributors: mergify[bot]

11.2.7 (2023-07-27)

  • Remove warning in depth_cloud_mld.cpp (#1021) (cherry picked from commit 092e3efef2f907549976ffd101e5ad8100cbea3f)
  • Added DepthCloud default plugin (#996) (cherry picked from commit 8f2e17e441399974ebd465a2d2ef0a3529f57f23)
  • Contributors: Alejandro Hernández Cordero

11.2.6 (2023-07-18)

  • Merge pull request #993 from ros2/mergify/bp/humble/pr-992
  • Merge pull request #998 from ros2/mergify/bp/humble/pr-989
  • Re-implemented setName for tools (#989)
  • Add a libqt5-svg dependency to rviz_common. (#992)
  • Update Frame shortcut (#958) (#960)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Felix Exner (fexner), mergify[bot]

11.2.5 (2023-01-10)

11.2.4 (2022-11-07)

11.2.3 (2022-09-12)

11.2.2 (2022-05-10)

  • Add time jump handler (#791) (#854)
  • Contributors: Jacob Perron

11.2.1 (2022-04-26)

  • Make sure not to dereference a null Renderable pointer. (#850)
  • Contributors: Chris Lalancette

11.2.0 (2022-04-08)

11.1.1 (2022-03-30)

11.1.0 (2022-03-24)

11.0.0 (2022-03-01)

  • Add implementation for cancel interface (#809)
  • Contributors: Chen Lihui

10.0.0 (2022-02-16)

  • Install headers to include/${PROJECT_NAME} (#829)
  • Remove definition of PLUGINLIB_DISABLE_BOOST. (#821)
  • Contributors: Chris Lalancette, Shane Loretz

9.1.1 (2022-01-25)

  • Fix support for assimp 5.1.0 (#817)
  • Contributors: Silvio Traversaro

9.1.0 (2022-01-13)

  • Fix cpplint errors (#818)
  • Set message type for ros topic display (#800)
  • Contributors: Daisuke Nishimatsu, Jacob Perron

9.0.1 (2021-12-17)

  • Fixes for uncrustify 0.72 (#807)
  • Do not block visualization manager updates when opening the display panel dialog (#795)
  • Contributors: Chris Lalancette, Ivan Santiago Paunovic

9.0.0 (2021-11-18)

  • Switch to using Qt::MiddleButton for RViz. (#802)
  • Removed traces in renderPanel (#777)
  • move yaml_config_writer.hpp to public includes (#764)
  • Update displays_panel.cpp (#745)
  • Robot: Report mesh loading issues (#744)
  • Exposed tool_manager header file. (#767)
  • refactor: make const getter methods const (#756)
  • Efficiently handle 3-bytes pixel formats (#743)
  • Report sample lost events (#686)
  • Contributors: ANDOU Tetsuo, Alejandro Hernández Cordero, Chris Lalancette, Gonzo, Joseph Schornak, davidorchansky

8.7.0 (2021-08-11)

  • Update window close icon (#734)
  • Fix missing "X" icon in panel close button (#731)
  • Add rviz_rendering dependency to rviz_common (#727)
  • Remove the word "Alpha" from the splash screen. (#696)
  • Removed some memory leaks in rviz_rendering and rviz_rendering_tests (#710)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Rebecca Butler

8.6.0 (2021-05-13)

8.5.0 (2021-04-06)

  • Add visualization_frame to the public API (#660)
  • Contributors: Jafar Abdi

8.4.0 (2021-03-18)

  • Add ViewPicker::get3DPatch to the public API (#657)
  • Fix byte indexing for depth patch pixels (#661)
  • fix toolbar vanishing when pressing escape (#656)
  • Expose VisualizationManager and YamlConfigReader to the public API (#649)
  • Use the stack for the classes in the property test. (#644)
  • Contributors: Chris Lalancette, Joseph Schornak, ipa-fez

8.3.1 (2021-01-25)

  • Check that the views_man_ and views_man_->getCurrent() are not nullptr. (#634)
  • Contributors: Chris Lalancette

8.3.0 (2020-12-08)

  • Fix for mousewheel to zoom in/out (#623)
  • Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (#620)
  • Fix render window disppearing after saving image (#611)
  • Add linters and use ament_lint_auto (#608)
  • Update maintainers (#607)
  • TimePanel port (#599)
  • Upgrade to tinyxml2 for rviz (#418)
  • Fix segfault on changing filter size for non-existent topic (#597)
  • improve color support for themes (#590)
  • Fix topic IntProperty number ranges (#596)
  • Switch to nullptr everywhere. (#592)
  • Expose MessageFilterDisplay's queue size (#593)
  • Filter topics in drop down menu (#591)
  • rviz_common: Remove variadic macro warning check (#421)
  • Use retriever.hpp (#589)
  • Fix the order of destructors (#572)
  • Contributors: Audrow Nash, Chen Lihui, Chris Lalancette, Jacob Perron, Martin Idel, Michael Ferguson, Michael Jeronimo, Michel Hidalgo, Nico Neumann, Rich Mattes, Shane Loretz, spiralray

8.2.0 (2020-06-23)

  • Changed to not install test header files in rviz_rendering. (#564)
  • Fixed alphabetical include order (#563)
  • Changed to avoid trying to moc generate env_config.hpp file. (#550)
  • Contributors: Chris Lalancette, Karsten Knese

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

8.0.3 (2020-06-02)

  • Fixed deprecated Qt usage. (#555)
  • Contributors: Jacob Perron

8.0.2 (2020-05-21)

  • Changed to use modern cmake style with pluginlib (#542)
  • Removed automoc completely. (#545)
  • Contributors: Chris Lalancette, Karsten Knese

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
  • Removed duplicate include dirs and link libraries. (#533)
  • Added missing export of urdf. (#529)
  • Made changes to avoid newly deprecated functions in rclcpp. (#528)
  • Changed to use ament_export_targets(). (#525)
  • Updated deprecated enums in rviz_common. (#510)
  • Solved a compiler warning in Ubuntu Focal. (#503)
  • Removed an uncessary call to render scene. (#490)
  • Made some code style changes. (#504)
  • Fixed a bug encountered when included as a sub-project. (#475)
  • Contributors: Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, William Woodall, brawner

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Introduce QoS property (#409) A container of properties related to QoS settings. Replaces queue size and unreliable properties.
  • Migrate InteractiveMarkerDisplay (#457)
  • Rename 2d Nav Goal to 2d Goal Pose (#455)
    • Rename nav pose tool to goal pose tool
    • Rename topic for goal pose tool from "move_base_simple/goal" to "goal_pose"
  • Do not select interactive markers when mousing over them (#451)
  • Migrate Interaction Tool (#423)
  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)
  • Re-enable use of tf message filter (#375)
  • Static analysis cleanup for rviz_common (#431)
  • Fix deprecation warnings with new Qt (#435)
  • FrameTransformer implements tf2::BufferCoreInterface and tf2_ros::AsyncBufferInterface (#422)
  • Use geometry_msgs types instead of custom types (#426)
  • Remove -Werror from defualt compiler options (#420)
  • Use node to create clock used to stamp publications (#407)
  • Remove blank lines that latest uncrustify doesn't like (#411)
  • Contributors: Emerson Knapp, Hunter L. Allen, Jacob Perron, Martin Idel, Scott K Logan, Shivesh Khaitan, Steven Macenski, William Woodall

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 14.1.8
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version jazzy
Last Updated 2025-04-02
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero

Authors

  • Dave Hershberger
  • David Gossow
  • Jacob Perron
  • Josh Faust
  • Michael Jeronimo
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

14.1.8 (2025-04-02)

14.1.7 (2025-01-14)

  • Add RVIZ_COMMON_PUBLIC macro to ToolManager (#1323) (#1325) (cherry picked from commit ad4813f819e09d05096515045f1688989fb00b81) Co-authored-by: Silvio Traversaro <<silvio@traversaro.it>>
  • Contributors: mergify[bot]

14.1.6 (2024-12-18)

14.1.5 (2024-09-06)

  • Handle [Tool::Finished]{.title-ref} returned by [processKeyEvent]{.title-ref} (#1257) (#1263) (cherry picked from commit 37cf8051a4dec9bbaddd17ca07d846b3e5016a99) Co-authored-by: Patrick Roncagliolo <<ronca.pat@gmail.com>>
  • Contributors: mergify[bot]

14.1.4 (2024-08-19)

  • Set ContentsMargins for RenderPanel to 0 to avoid borders in fullscreen mode. Fixes #1024 (#1228) (#1250) (cherry picked from commit 642b1a34b1a50bfa8afa76817ec3fe0e2f9cf210) Co-authored-by: Bo Chen <<bo@enway.ai>>
  • Contributors: mergify[bot]

14.1.3 (2024-07-19)

  • Correclty load icons of panels with whitespaces in their name (#1241) (#1242) (cherry picked from commit d390a55b7c038c0b97d9dd17636ee6bdbc9ea86a) Co-authored-by: Patrick Roncagliolo <<ronca.pat@gmail.com>>
  • Contributors: mergify[bot]

14.1.2 (2024-06-27)

14.1.1 (2024-05-13)

14.1.0 (2024-04-16)

  • Update to yaml-cpp 0.8.0 (#1183) yaml-cpp 0.8.0 has a proper CMake target, i.e. yaml-cpp::yaml-cpp. Use that here.
  • Contributors: Chris Lalancette

14.0.0 (2024-04-07)

13.4.2 (2024-03-27)

13.4.1 (2024-03-26)

  • Remove regex_filter_property.hpp from the moc lines. (#1172) Since it has no SLOTS or SIGNALS, we don't need to run MOC on it. That will both speed up the compilation and remove a warning when building.
  • Added regex filter field for TF display (#1032)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette

13.4.0 (2024-03-09)

  • Fix camera display overlay (#1151)
  • Fixes for uncrustify 0.78. (#1155) Mostly what we do here is to disable the indentation on certain constructs that are different between 0.72 and 0.78. It isn't my preferred solution, but since it only affects a small amount of code (and most of that in macros), this seems acceptable to me.
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette

13.3.1 (2024-01-24)

  • Append measured subscription frequency to topic status (#1113)
  • Contributors: Yadu

13.3.0 (2023-12-26)

  • Implement reset time service (#1109)
  • Add "R" key as shortcut for resetTime (#1088)
  • Add fullscreen startup option (#1097)
  • Switch to target_link_libraries. (#1098)
  • Initialize more of the visualization_manager members. (#1090)
  • Explicit time conversions and comparisons (#1087)
  • Rolling namespace in title (#1074)
  • Contributors: AiVerisimilitude, Chris Lalancette, Hyunseok, Markus Bader, Paul Erik Frivold

13.2.0 (2023-11-06)

13.1.2 (2023-10-09)

13.1.1 (2023-10-04)

13.1.0 (2023-09-07)

  • Removed unused code (#1044)
  • Contributors: Alejandro Hernández Cordero

13.0.0 (2023-08-21)

  • Remove unused LineEditWithButton::simulateReturnPressed() (#1040)
  • Contributors: Alejandro Hernández Cordero

12.8.0 (2023-08-27)

  • Remove warning in depth_cloud_mld.cpp (#1021)
  • Added DepthCloud default plugin (#996)
  • Stop inheriting from std::iterator. (#1013) In C++17, inheriting from std::iterator has been deprecated: https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/ Here, switch away from inheriting and just define the interface ourselves (which is the current recommended best practice). This removes some warnings when building with gcc 13.1.1
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette

12.7.0 (2023-07-11)

  • use static QCoreApplication::processEvents() function without a QApplication instance (#924)
  • Re-implemented setName for tools (#989)
  • Contributors: Felix Exner (fexner), Yannis Gerlach

12.6.1 (2023-06-12)

  • Add a libqt5-svg dependency to rviz_common. (#992)
  • Contributors: Chris Lalancette

12.6.0 (2023-06-07)

  • Remove onHelpWiki. (#985)
  • Contributors: Chris Lalancette

12.5.1 (2023-05-11)

  • Clean Code (#975)
  • Contributors: mosfet80

12.5.0 (2023-04-28)

12.4.0 (2023-04-18)

12.3.2 (2023-04-11)

  • Update Frame shortcut (#958)
    • Update Frame shortcut
  • Contributors: David V. Lu!!

12.3.1 (2023-03-01)

12.3.0 (2023-02-14)

  • Update rviz to C++17. (#939)
  • [rolling] Update maintainers - 2022-11-07 (#923)
  • Contributors: Audrow Nash, Chris Lalancette

12.2.0 (2022-11-07)

12.1.0 (2022-11-02)

  • Remove YAML_CPP_DLL define (#831)
  • Contributors: Akash

12.0.0 (2022-09-13)

  • Document getTransform() time behavior (#893)
  • Ogre 1.12.10 upgrade (#878)
  • Add RVIZ_COMMON_PUBLIC macro (#865)
  • Contributors: Kenji Brameld, Shane Loretz, juchajam

11.3.0 (2022-04-26)

  • Add time jump handler (#752) (#791)
  • Make sure not to dereference a null Renderable pointer. (#850)
  • Contributors: Chris Lalancette, Marcel Zeilinger

11.2.0 (2022-04-08)

11.1.1 (2022-03-30)

11.1.0 (2022-03-24)

11.0.0 (2022-03-01)

  • Add implementation for cancel interface (#809)
  • Contributors: Chen Lihui

10.0.0 (2022-02-16)

  • Install headers to include/${PROJECT_NAME} (#829)
  • Remove definition of PLUGINLIB_DISABLE_BOOST. (#821)
  • Contributors: Chris Lalancette, Shane Loretz

9.1.1 (2022-01-25)

  • Fix support for assimp 5.1.0 (#817)
  • Contributors: Silvio Traversaro

9.1.0 (2022-01-13)

  • Fix cpplint errors (#818)
  • Set message type for ros topic display (#800)
  • Contributors: Daisuke Nishimatsu, Jacob Perron

9.0.1 (2021-12-17)

  • Fixes for uncrustify 0.72 (#807)
  • Do not block visualization manager updates when opening the display panel dialog (#795)
  • Contributors: Chris Lalancette, Ivan Santiago Paunovic

9.0.0 (2021-11-18)

  • Switch to using Qt::MiddleButton for RViz. (#802)
  • Removed traces in renderPanel (#777)
  • move yaml_config_writer.hpp to public includes (#764)
  • Update displays_panel.cpp (#745)
  • Robot: Report mesh loading issues (#744)
  • Exposed tool_manager header file. (#767)
  • refactor: make const getter methods const (#756)
  • Efficiently handle 3-bytes pixel formats (#743)
  • Report sample lost events (#686)
  • Contributors: ANDOU Tetsuo, Alejandro Hernández Cordero, Chris Lalancette, Gonzo, Joseph Schornak, davidorchansky

8.7.0 (2021-08-11)

  • Update window close icon (#734)
  • Fix missing "X" icon in panel close button (#731)
  • Add rviz_rendering dependency to rviz_common (#727)
  • Remove the word "Alpha" from the splash screen. (#696)
  • Removed some memory leaks in rviz_rendering and rviz_rendering_tests (#710)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Rebecca Butler

8.6.0 (2021-05-13)

8.5.0 (2021-04-06)

  • Add visualization_frame to the public API (#660)
  • Contributors: Jafar Abdi

8.4.0 (2021-03-18)

  • Add ViewPicker::get3DPatch to the public API (#657)
  • Fix byte indexing for depth patch pixels (#661)
  • fix toolbar vanishing when pressing escape (#656)
  • Expose VisualizationManager and YamlConfigReader to the public API (#649)
  • Use the stack for the classes in the property test. (#644)
  • Contributors: Chris Lalancette, Joseph Schornak, ipa-fez

8.3.1 (2021-01-25)

  • Check that the views_man_ and views_man_->getCurrent() are not nullptr. (#634)
  • Contributors: Chris Lalancette

8.3.0 (2020-12-08)

  • Fix for mousewheel to zoom in/out (#623)
  • Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (#620)
  • Fix render window disppearing after saving image (#611)
  • Add linters and use ament_lint_auto (#608)
  • Update maintainers (#607)
  • TimePanel port (#599)
  • Upgrade to tinyxml2 for rviz (#418)
  • Fix segfault on changing filter size for non-existent topic (#597)
  • improve color support for themes (#590)
  • Fix topic IntProperty number ranges (#596)
  • Switch to nullptr everywhere. (#592)
  • Expose MessageFilterDisplay's queue size (#593)
  • Filter topics in drop down menu (#591)
  • rviz_common: Remove variadic macro warning check (#421)
  • Use retriever.hpp (#589)
  • Fix the order of destructors (#572)
  • Contributors: Audrow Nash, Chen Lihui, Chris Lalancette, Jacob Perron, Martin Idel, Michael Ferguson, Michael Jeronimo, Michel Hidalgo, Nico Neumann, Rich Mattes, Shane Loretz, spiralray

8.2.0 (2020-06-23)

  • Changed to not install test header files in rviz_rendering. (#564)
  • Fixed alphabetical include order (#563)
  • Changed to avoid trying to moc generate env_config.hpp file. (#550)
  • Contributors: Chris Lalancette, Karsten Knese

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

8.0.3 (2020-06-02)

  • Fixed deprecated Qt usage. (#555)
  • Contributors: Jacob Perron

8.0.2 (2020-05-21)

  • Changed to use modern cmake style with pluginlib (#542)
  • Removed automoc completely. (#545)
  • Contributors: Chris Lalancette, Karsten Knese

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
  • Removed duplicate include dirs and link libraries. (#533)
  • Added missing export of urdf. (#529)
  • Made changes to avoid newly deprecated functions in rclcpp. (#528)
  • Changed to use ament_export_targets(). (#525)
  • Updated deprecated enums in rviz_common. (#510)
  • Solved a compiler warning in Ubuntu Focal. (#503)
  • Removed an uncessary call to render scene. (#490)
  • Made some code style changes. (#504)
  • Fixed a bug encountered when included as a sub-project. (#475)
  • Contributors: Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, William Woodall, brawner

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Introduce QoS property (#409) A container of properties related to QoS settings. Replaces queue size and unreliable properties.
  • Migrate InteractiveMarkerDisplay (#457)
  • Rename 2d Nav Goal to 2d Goal Pose (#455)
    • Rename nav pose tool to goal pose tool
    • Rename topic for goal pose tool from "move_base_simple/goal" to "goal_pose"
  • Do not select interactive markers when mousing over them (#451)
  • Migrate Interaction Tool (#423)
  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)
  • Re-enable use of tf message filter (#375)
  • Static analysis cleanup for rviz_common (#431)
  • Fix deprecation warnings with new Qt (#435)
  • FrameTransformer implements tf2::BufferCoreInterface and tf2_ros::AsyncBufferInterface (#422)
  • Use geometry_msgs types instead of custom types (#426)
  • Remove -Werror from defualt compiler options (#420)
  • Use node to create clock used to stamp publications (#407)
  • Remove blank lines that latest uncrustify doesn't like (#411)
  • Contributors: Emerson Knapp, Hunter L. Allen, Jacob Perron, Martin Idel, Scott K Logan, Shivesh Khaitan, Steven Macenski, William Woodall

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 14.4.4
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version rolling
Last Updated 2025-04-03
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero

Authors

  • Dave Hershberger
  • David Gossow
  • Jacob Perron
  • Josh Faust
  • Michael Jeronimo
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

14.4.4 (2025-03-20)

  • Expose the possibility to create ROS node with custom [NodeOptions]{.title-ref} (#1347)
  • Contributors: Patrick Roncagliolo

14.4.3 (2025-02-27)

  • uniform CMAKE requirement (#1335)
  • Contributors: mosfet80

14.4.2 (2025-01-31)

  • Add basic support for type adaptation (REP 2007) in [rviz_common]{.title-ref} for displays (#1331)
  • Contributors: Patrick Roncagliolo

14.4.1 (2025-01-15)

  • Fix preferred tools loading names (#1321)
  • Add RVIZ_COMMON_PUBLIC macro to ToolManager (#1323)
  • Clean visualization_manager.cpp (#1317)
  • Contributors: RaduPopescu, Silvio Traversaro, mosfet80

14.4.0 (2024-12-20)

  • Fix Deprecated tf2 headers (#1289)
  • Contributors: Lucas Wendland

14.3.3 (2024-11-25)

14.3.2 (2024-11-20)

  • include QString (#1298)
  • Contributors: Matthew Foran

14.3.1 (2024-10-11)

  • Handle time source exception (#1285)
  • Contributors: Matthew Foran

14.3.0 (2024-10-03)

14.2.6 (2024-08-28)

  • Fully handle [Tool::processKeyEvent]{.title-ref} return value (#1270)
  • Handle [Tool::Finished]{.title-ref} returned by [processKeyEvent]{.title-ref} (#1257)
  • Contributors: Patrick Roncagliolo

14.2.5 (2024-07-29)

  • Added more time to copyright on Windwos (#1252)
  • Added common test for rviz_common (#1232)
  • Set ContentsMargins for RenderPanel to 0 to avoid borders in fullscreen mode. Fixes #1024 (#1228)
  • Contributors: Alejandro Hernández Cordero, Bo Chen

14.2.4 (2024-07-19)

  • Updated deprecated message filter headers (#1239)
  • Correclty load icons of panels with whitespaces in their name (#1241)
  • Contributors: Alejandro Hernández Cordero, Patrick Roncagliolo

14.2.3 (2024-06-25)

14.2.2 (2024-06-17)

14.2.1 (2024-05-24)

14.2.0 (2024-04-26)

14.1.0 (2024-04-16)

  • Update to yaml-cpp 0.8.0 (#1183) yaml-cpp 0.8.0 has a proper CMake target, i.e. yaml-cpp::yaml-cpp. Use that here.
  • Contributors: Chris Lalancette

14.0.0 (2024-04-07)

13.4.2 (2024-03-27)

13.4.1 (2024-03-26)

  • Remove regex_filter_property.hpp from the moc lines. (#1172) Since it has no SLOTS or SIGNALS, we don't need to run MOC on it. That will both speed up the compilation and remove a warning when building.
  • Added regex filter field for TF display (#1032)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette

13.4.0 (2024-03-09)

  • Fix camera display overlay (#1151)
  • Fixes for uncrustify 0.78. (#1155) Mostly what we do here is to disable the indentation on certain constructs that are different between 0.72 and 0.78. It isn't my preferred solution, but since it only affects a small amount of code (and most of that in macros), this seems acceptable to me.
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette

13.3.1 (2024-01-24)

  • Append measured subscription frequency to topic status (#1113)
  • Contributors: Yadu

13.3.0 (2023-12-26)

  • Implement reset time service (#1109)
  • Add "R" key as shortcut for resetTime (#1088)
  • Add fullscreen startup option (#1097)
  • Switch to target_link_libraries. (#1098)
  • Initialize more of the visualization_manager members. (#1090)
  • Explicit time conversions and comparisons (#1087)
  • Rolling namespace in title (#1074)
  • Contributors: AiVerisimilitude, Chris Lalancette, Hyunseok, Markus Bader, Paul Erik Frivold

13.2.0 (2023-11-06)

13.1.2 (2023-10-09)

13.1.1 (2023-10-04)

13.1.0 (2023-09-07)

  • Removed unused code (#1044)
  • Contributors: Alejandro Hernández Cordero

13.0.0 (2023-08-21)

  • Remove unused LineEditWithButton::simulateReturnPressed() (#1040)
  • Contributors: Alejandro Hernández Cordero

12.8.0 (2023-08-27)

  • Remove warning in depth_cloud_mld.cpp (#1021)
  • Added DepthCloud default plugin (#996)
  • Stop inheriting from std::iterator. (#1013) In C++17, inheriting from std::iterator has been deprecated: https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/ Here, switch away from inheriting and just define the interface ourselves (which is the current recommended best practice). This removes some warnings when building with gcc 13.1.1
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette

12.7.0 (2023-07-11)

  • use static QCoreApplication::processEvents() function without a QApplication instance (#924)
  • Re-implemented setName for tools (#989)
  • Contributors: Felix Exner (fexner), Yannis Gerlach

12.6.1 (2023-06-12)

  • Add a libqt5-svg dependency to rviz_common. (#992)
  • Contributors: Chris Lalancette

12.6.0 (2023-06-07)

  • Remove onHelpWiki. (#985)
  • Contributors: Chris Lalancette

12.5.1 (2023-05-11)

  • Clean Code (#975)
  • Contributors: mosfet80

12.5.0 (2023-04-28)

12.4.0 (2023-04-18)

12.3.2 (2023-04-11)

  • Update Frame shortcut (#958)
    • Update Frame shortcut
  • Contributors: David V. Lu!!

12.3.1 (2023-03-01)

12.3.0 (2023-02-14)

  • Update rviz to C++17. (#939)
  • [rolling] Update maintainers - 2022-11-07 (#923)
  • Contributors: Audrow Nash, Chris Lalancette

12.2.0 (2022-11-07)

12.1.0 (2022-11-02)

  • Remove YAML_CPP_DLL define (#831)
  • Contributors: Akash

12.0.0 (2022-09-13)

  • Document getTransform() time behavior (#893)
  • Ogre 1.12.10 upgrade (#878)
  • Add RVIZ_COMMON_PUBLIC macro (#865)
  • Contributors: Kenji Brameld, Shane Loretz, juchajam

11.3.0 (2022-04-26)

  • Add time jump handler (#752) (#791)
  • Make sure not to dereference a null Renderable pointer. (#850)
  • Contributors: Chris Lalancette, Marcel Zeilinger

11.2.0 (2022-04-08)

11.1.1 (2022-03-30)

11.1.0 (2022-03-24)

11.0.0 (2022-03-01)

  • Add implementation for cancel interface (#809)
  • Contributors: Chen Lihui

10.0.0 (2022-02-16)

  • Install headers to include/${PROJECT_NAME} (#829)
  • Remove definition of PLUGINLIB_DISABLE_BOOST. (#821)
  • Contributors: Chris Lalancette, Shane Loretz

9.1.1 (2022-01-25)

  • Fix support for assimp 5.1.0 (#817)
  • Contributors: Silvio Traversaro

9.1.0 (2022-01-13)

  • Fix cpplint errors (#818)
  • Set message type for ros topic display (#800)
  • Contributors: Daisuke Nishimatsu, Jacob Perron

9.0.1 (2021-12-17)

  • Fixes for uncrustify 0.72 (#807)
  • Do not block visualization manager updates when opening the display panel dialog (#795)
  • Contributors: Chris Lalancette, Ivan Santiago Paunovic

9.0.0 (2021-11-18)

  • Switch to using Qt::MiddleButton for RViz. (#802)
  • Removed traces in renderPanel (#777)
  • move yaml_config_writer.hpp to public includes (#764)
  • Update displays_panel.cpp (#745)
  • Robot: Report mesh loading issues (#744)
  • Exposed tool_manager header file. (#767)
  • refactor: make const getter methods const (#756)
  • Efficiently handle 3-bytes pixel formats (#743)
  • Report sample lost events (#686)
  • Contributors: ANDOU Tetsuo, Alejandro Hernández Cordero, Chris Lalancette, Gonzo, Joseph Schornak, davidorchansky

8.7.0 (2021-08-11)

  • Update window close icon (#734)
  • Fix missing "X" icon in panel close button (#731)
  • Add rviz_rendering dependency to rviz_common (#727)
  • Remove the word "Alpha" from the splash screen. (#696)
  • Removed some memory leaks in rviz_rendering and rviz_rendering_tests (#710)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Rebecca Butler

8.6.0 (2021-05-13)

8.5.0 (2021-04-06)

  • Add visualization_frame to the public API (#660)
  • Contributors: Jafar Abdi

8.4.0 (2021-03-18)

  • Add ViewPicker::get3DPatch to the public API (#657)
  • Fix byte indexing for depth patch pixels (#661)
  • fix toolbar vanishing when pressing escape (#656)
  • Expose VisualizationManager and YamlConfigReader to the public API (#649)
  • Use the stack for the classes in the property test. (#644)
  • Contributors: Chris Lalancette, Joseph Schornak, ipa-fez

8.3.1 (2021-01-25)

  • Check that the views_man_ and views_man_->getCurrent() are not nullptr. (#634)
  • Contributors: Chris Lalancette

8.3.0 (2020-12-08)

  • Fix for mousewheel to zoom in/out (#623)
  • Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (#620)
  • Fix render window disppearing after saving image (#611)
  • Add linters and use ament_lint_auto (#608)
  • Update maintainers (#607)
  • TimePanel port (#599)
  • Upgrade to tinyxml2 for rviz (#418)
  • Fix segfault on changing filter size for non-existent topic (#597)
  • improve color support for themes (#590)
  • Fix topic IntProperty number ranges (#596)
  • Switch to nullptr everywhere. (#592)
  • Expose MessageFilterDisplay's queue size (#593)
  • Filter topics in drop down menu (#591)
  • rviz_common: Remove variadic macro warning check (#421)
  • Use retriever.hpp (#589)
  • Fix the order of destructors (#572)
  • Contributors: Audrow Nash, Chen Lihui, Chris Lalancette, Jacob Perron, Martin Idel, Michael Ferguson, Michael Jeronimo, Michel Hidalgo, Nico Neumann, Rich Mattes, Shane Loretz, spiralray

8.2.0 (2020-06-23)

  • Changed to not install test header files in rviz_rendering. (#564)
  • Fixed alphabetical include order (#563)
  • Changed to avoid trying to moc generate env_config.hpp file. (#550)
  • Contributors: Chris Lalancette, Karsten Knese

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

8.0.3 (2020-06-02)

  • Fixed deprecated Qt usage. (#555)
  • Contributors: Jacob Perron

8.0.2 (2020-05-21)

  • Changed to use modern cmake style with pluginlib (#542)
  • Removed automoc completely. (#545)
  • Contributors: Chris Lalancette, Karsten Knese

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
  • Removed duplicate include dirs and link libraries. (#533)
  • Added missing export of urdf. (#529)
  • Made changes to avoid newly deprecated functions in rclcpp. (#528)
  • Changed to use ament_export_targets(). (#525)
  • Updated deprecated enums in rviz_common. (#510)
  • Solved a compiler warning in Ubuntu Focal. (#503)
  • Removed an uncessary call to render scene. (#490)
  • Made some code style changes. (#504)
  • Fixed a bug encountered when included as a sub-project. (#475)
  • Contributors: Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, William Woodall, brawner

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Introduce QoS property (#409) A container of properties related to QoS settings. Replaces queue size and unreliable properties.
  • Migrate InteractiveMarkerDisplay (#457)
  • Rename 2d Nav Goal to 2d Goal Pose (#455)
    • Rename nav pose tool to goal pose tool
    • Rename topic for goal pose tool from "move_base_simple/goal" to "goal_pose"
  • Do not select interactive markers when mousing over them (#451)
  • Migrate Interaction Tool (#423)
  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)
  • Re-enable use of tf message filter (#375)
  • Static analysis cleanup for rviz_common (#431)
  • Fix deprecation warnings with new Qt (#435)
  • FrameTransformer implements tf2::BufferCoreInterface and tf2_ros::AsyncBufferInterface (#422)
  • Use geometry_msgs types instead of custom types (#426)
  • Remove -Werror from defualt compiler options (#420)
  • Use node to create clock used to stamp publications (#407)
  • Remove blank lines that latest uncrustify doesn't like (#411)
  • Contributors: Emerson Knapp, Hunter L. Allen, Jacob Perron, Martin Idel, Scott K Logan, Shivesh Khaitan, Steven Macenski, William Woodall

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

rviz_common package from autodrrt repo

autonomous_emergency_braking control_performance_analysis control_validator external_cmd_selector joy_controller lane_departure_checker mpc_lateral_controller obstacle_collision_checker operation_mode_transition_manager pid_longitudinal_controller predicted_path_checker pure_pursuit shift_decider trajectory_follower_base trajectory_follower_node vehicle_cmd_gate diagnostic_converter kinematic_evaluator localization_evaluator planning_evaluator ekf_localizer geo_pose_projector gyro_odometer ar_tag_based_localizer landmark_manager localization_error_monitor localization_util ndt_scan_matcher pose2twist pose_initializer pose_instability_detector stop_filter tree_structured_parzen_estimator twist2accel yabloc_common yabloc_image_processing yabloc_monitor yabloc_particle_filter yabloc_pose_initializer map_height_fitter map_loader map_projection_loader map_tf_generator lanelet2_map_preprocessor ros2_bevdet ros2_bevformer bevfusion bytetrack cluster_merger compare_map_segmentation crosswalk_traffic_light_estimator detected_object_feature_remover detected_object_validation detection_by_tracker elevation_map_loader euclidean_cluster front_vehicle_velocity_estimator ground_segmentation heatmap_visualizer image_projection_based_fusion lidar_apollo_instance_segmentation lidar_apollo_segmentation_tvm lidar_apollo_segmentation_tvm_nodes lidar_centerpoint lidar_centerpoint_tvm map_based_prediction multi_object_tracker object_merger object_range_splitter object_velocity_splitter occupancy_grid_map_outlier_filter probabilistic_occupancy_grid_map radar_crossing_objects_noise_filter radar_fusion_to_detected_object radar_object_clustering radar_object_tracker radar_tracks_msgs_converter shape_estimation simple_object_merger tensorrt_classifier tensorrt_yolo tensorrt_yolox tracking_object_merger traffic_light_arbiter traffic_light_classifier traffic_light_fine_detector traffic_light_map_based_detector traffic_light_multi_camera_fusion traffic_light_occlusion_predictor traffic_light_ssd_fine_detector traffic_light_visualization behavior_path_avoidance_by_lane_change_module behavior_path_avoidance_module behavior_path_external_request_lane_change_module behavior_path_goal_planner_module behavior_path_lane_change_module behavior_path_planner behavior_path_planner_common behavior_path_side_shift_module behavior_path_start_planner_module behavior_velocity_blind_spot_module behavior_velocity_crosswalk_module behavior_velocity_detection_area_module behavior_velocity_intersection_module behavior_velocity_no_drivable_lane_module behavior_velocity_no_stopping_area_module behavior_velocity_occlusion_spot_module behavior_velocity_out_of_lane_module behavior_velocity_planner behavior_velocity_planner_common behavior_velocity_run_out_module behavior_velocity_speed_bump_module behavior_velocity_stop_line_module behavior_velocity_template_module behavior_velocity_traffic_light_module behavior_velocity_virtual_traffic_light_module behavior_velocity_walkway_module costmap_generator external_velocity_limit_selector freespace_planner freespace_planning_algorithms mission_planner motion_velocity_smoother objects_of_interest_marker_interface obstacle_avoidance_planner obstacle_cruise_planner obstacle_stop_planner obstacle_velocity_limiter path_smoother planning_debug_tools planning_test_utils planning_topic_converter planning_validator route_handler rtc_interface rtc_replayer bezier_sampler frenet_planner path_sampler sampler_common scenario_selector static_centerline_optimizer surround_obstacle_checker gnss_poser image_diagnostics image_transport_decompressor imu_corrector livox_tag_filter pointcloud_preprocessor radar_scan_to_pointcloud2 radar_static_pointcloud_filter radar_threshold_filter radar_tracks_noise_filter tier4_pcl_extensions vehicle_velocity_converter autoware_auto_msgs_adapter bluetooth_monitor component_state_monitor default_ad_api ad_api_adaptors ad_api_visualizers automatic_pose_initializer diagnostic_graph_aggregator dummy_diag_publisher dummy_infrastructure duplicated_node_checker emergency_handler mrm_comfortable_stop_operator mrm_emergency_stop_operator system_error_monitor system_monitor topic_state_monitor velodyne_monitor accel_brake_map_calibrator external_cmd_converter raw_vehicle_cmd_converter steer_offset_estimator vehicle_info_util launch launch_ros autoware_ad_api_specs autoware_adapi_v1_msgs autoware_adapi_version_msgs autoware_auto_common autoware_auto_geometry autoware_auto_control_msgs autoware_auto_geometry_msgs autoware_auto_mapping_msgs autoware_auto_msgs autoware_auto_perception_msgs autoware_auto_planning_msgs autoware_auto_system_msgs autoware_auto_vehicle_msgs autoware_auto_perception_rviz_plugin autoware_auto_tf2 autoware_cmake autoware_lint_common autoware_utils lanelet2_extension autoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_vehicle_msgs autoware_point_types autoware_testing bag_time_manager_rviz_plugin component_interface_specs component_interface_tools component_interface_utils cuda_utils fake_test_node geography_utils global_parameter_loader glog_component goal_distance_calculator grid_map_utils interpolation kalman_filter motion_utils object_recognition_utils osqp_interface path_distance_calculator perception_utils polar_grid qp_interface rtc_manager_rviz_plugin signal_processing tensorrt_common tier4_adapi_rviz_plugin tier4_api_utils tier4_automatic_goal_rviz_plugin tier4_autoware_utils tier4_calibration_rviz_plugin tier4_camera_view_rviz_plugin tier4_control_rviz_plugin tier4_datetime_rviz_plugin tier4_debug_rviz_plugin tier4_debug_tools tier4_localization_rviz_plugin tier4_perception_rviz_plugin tier4_planning_rviz_plugin tier4_screen_capture_rviz_plugin tier4_simulated_clock_rviz_plugin tier4_state_rviz_plugin tier4_system_rviz_plugin tier4_target_object_type_rviz_plugin tier4_traffic_light_rviz_plugin tier4_vehicle_rviz_plugin time_utils simulator_compatibility_test traffic_light_recognition_marker_publisher traffic_light_utils tvm_utility dma_customer_msg dma_transfer eagleye_coordinate eagleye_navigation eagleye_msgs eagleye_rt eagleye_can_velocity_converter eagleye_fix2kml eagleye_geo_pose_converter eagleye_geo_pose_fusion eagleye_gnss_converter eagleye_tf llh_converter morai_msgs mussp ndt_omp orocos_kdl python_orocos_kdl pointcloud_to_laserscan rtklib_bridge rtklib_msgs autoware_external_api_msgs autoware_iv_external_api_adaptor autoware_iv_internal_api_adaptor awapi_awiv_adapter tier4_api_msgs tier4_auto_msgs_converter tier4_control_msgs tier4_debug_msgs tier4_external_api_msgs tier4_hmi_msgs tier4_localization_msgs tier4_map_msgs tier4_perception_msgs tier4_planning_msgs tier4_rtc_msgs tier4_simulation_msgs tier4_system_msgs tier4_v2x_msgs tier4_vehicle_msgs io_opt tier4_autoware_api_launch tier4_control_launch tier4_localization_launch tier4_map_launch tier4_perception_launch tier4_planning_launch tier4_sensing_launch tier4_simulator_launch tier4_system_launch tier4_vehicle_launch fastrtps cyclonedds lanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation sophus angles behaviortree_cpp_v3 bond bond_core bondcpp bondpy smclib test_bond cudnn_cmake_module diagnostic_aggregator diagnostic_common_diagnostics diagnostic_updater diagnostics self_test filters geodesy geographic_info geographic_msgs grid_map grid_map_cmake_helpers grid_map_core grid_map_costmap_2d grid_map_cv grid_map_demos grid_map_filters grid_map_loader grid_map_msgs grid_map_octomap grid_map_pcl grid_map_ros grid_map_rviz_plugin grid_map_sdf grid_map_visualization mrt_cmake_modules nav2_amcl nav2_behavior_tree nav2_behaviors nav2_bringup nav2_bt_navigator nav2_collision_monitor nav2_common nav2_controller nav2_core nav2_costmap_2d costmap_queue dwb_core dwb_critics dwb_msgs dwb_plugins nav2_dwb_controller nav_2d_msgs nav_2d_utils nav2_lifecycle_manager nav2_map_server nav2_msgs nav2_navfn_planner nav2_planner nav2_regulated_pure_pursuit_controller nav2_rotation_shim_controller nav2_rviz_plugins nav2_simple_commander nav2_smac_planner nav2_smoother nav2_system_tests nav2_theta_star_planner nav2_util nav2_velocity_smoother nav2_voxel_grid nav2_waypoint_follower navigation2 dynamic_edt_3d octomap octovis octomap_msgs osqp_vendor pacmod3_msgs pcl_msgs pcl_conversions pcl_ros perception_pcl point_cloud_msg_wrapper radar_msgs can_msgs rqt_tf_tree tensorrt_cmake_module topic_tools topic_tools_interfaces tvm_vendor cv_bridge image_geometry opencv_tests vision_opencv xacro rviz2 rviz_assimp_vendor rviz_common rviz_default_plugins rviz_ogre_vendor rviz_rendering rviz_rendering_tests rviz_visual_testing_framework dummy_perception_publisher fault_injection simple_planning_simulator classformsg node_v2x image_view v4l2_camera can_interface_custom cgi430_can_driver cgi610_driver ARS408_driver data_format_dump data_preprocess_launch lidar_centerpoint_collect lidar_saver message_sync time_cal camera_calibration direct_visual_lidar_calibration multi_lidar_calibration

Package Summary

Tags No category tags.
Version 11.2.5
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ieiauto/autodrrt.git
VCS Type git
VCS Version main
Last Updated 2024-09-19
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

11.2.5 (2023-01-10)

11.2.4 (2022-11-07)

11.2.3 (2022-09-12)

11.2.2 (2022-05-10)

  • Add time jump handler (#791) (#854)
  • Contributors: Jacob Perron

11.2.1 (2022-04-26)

  • Make sure not to dereference a null Renderable pointer. (#850)
  • Contributors: Chris Lalancette

11.2.0 (2022-04-08)

11.1.1 (2022-03-30)

11.1.0 (2022-03-24)

11.0.0 (2022-03-01)

  • Add implementation for cancel interface (#809)
  • Contributors: Chen Lihui

10.0.0 (2022-02-16)

  • Install headers to include/${PROJECT_NAME} (#829)
  • Remove definition of PLUGINLIB_DISABLE_BOOST. (#821)
  • Contributors: Chris Lalancette, Shane Loretz

9.1.1 (2022-01-25)

  • Fix support for assimp 5.1.0 (#817)
  • Contributors: Silvio Traversaro

9.1.0 (2022-01-13)

  • Fix cpplint errors (#818)
  • Set message type for ros topic display (#800)
  • Contributors: Daisuke Nishimatsu, Jacob Perron

9.0.1 (2021-12-17)

  • Fixes for uncrustify 0.72 (#807)
  • Do not block visualization manager updates when opening the display panel dialog (#795)
  • Contributors: Chris Lalancette, Ivan Santiago Paunovic

9.0.0 (2021-11-18)

  • Switch to using Qt::MiddleButton for RViz. (#802)
  • Removed traces in renderPanel (#777)
  • move yaml_config_writer.hpp to public includes (#764)
  • Update displays_panel.cpp (#745)
  • Robot: Report mesh loading issues (#744)
  • Exposed tool_manager header file. (#767)
  • refactor: make const getter methods const (#756)
  • Efficiently handle 3-bytes pixel formats (#743)
  • Report sample lost events (#686)
  • Contributors: ANDOU Tetsuo, Alejandro Hernández Cordero, Chris Lalancette, Gonzo, Joseph Schornak, davidorchansky

8.7.0 (2021-08-11)

  • Update window close icon (#734)
  • Fix missing "X" icon in panel close button (#731)
  • Add rviz_rendering dependency to rviz_common (#727)
  • Remove the word "Alpha" from the splash screen. (#696)
  • Removed some memory leaks in rviz_rendering and rviz_rendering_tests (#710)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Rebecca Butler

8.6.0 (2021-05-13)

8.5.0 (2021-04-06)

  • Add visualization_frame to the public API (#660)
  • Contributors: Jafar Abdi

8.4.0 (2021-03-18)

  • Add ViewPicker::get3DPatch to the public API (#657)
  • Fix byte indexing for depth patch pixels (#661)
  • fix toolbar vanishing when pressing escape (#656)
  • Expose VisualizationManager and YamlConfigReader to the public API (#649)
  • Use the stack for the classes in the property test. (#644)
  • Contributors: Chris Lalancette, Joseph Schornak, ipa-fez

8.3.1 (2021-01-25)

  • Check that the views_man_ and views_man_->getCurrent() are not nullptr. (#634)
  • Contributors: Chris Lalancette

8.3.0 (2020-12-08)

  • Fix for mousewheel to zoom in/out (#623)
  • Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (#620)
  • Fix render window disppearing after saving image (#611)
  • Add linters and use ament_lint_auto (#608)
  • Update maintainers (#607)
  • TimePanel port (#599)
  • Upgrade to tinyxml2 for rviz (#418)
  • Fix segfault on changing filter size for non-existent topic (#597)
  • improve color support for themes (#590)
  • Fix topic IntProperty number ranges (#596)
  • Switch to nullptr everywhere. (#592)
  • Expose MessageFilterDisplay's queue size (#593)
  • Filter topics in drop down menu (#591)
  • rviz_common: Remove variadic macro warning check (#421)
  • Use retriever.hpp (#589)
  • Fix the order of destructors (#572)
  • Contributors: Audrow Nash, Chen Lihui, Chris Lalancette, Jacob Perron, Martin Idel, Michael Ferguson, Michael Jeronimo, Michel Hidalgo, Nico Neumann, Rich Mattes, Shane Loretz, spiralray

8.2.0 (2020-06-23)

  • Changed to not install test header files in rviz_rendering. (#564)
  • Fixed alphabetical include order (#563)
  • Changed to avoid trying to moc generate env_config.hpp file. (#550)
  • Contributors: Chris Lalancette, Karsten Knese

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

8.0.3 (2020-06-02)

  • Fixed deprecated Qt usage. (#555)
  • Contributors: Jacob Perron

8.0.2 (2020-05-21)

  • Changed to use modern cmake style with pluginlib (#542)
  • Removed automoc completely. (#545)
  • Contributors: Chris Lalancette, Karsten Knese

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
  • Removed duplicate include dirs and link libraries. (#533)
  • Added missing export of urdf. (#529)
  • Made changes to avoid newly deprecated functions in rclcpp. (#528)
  • Changed to use ament_export_targets(). (#525)
  • Updated deprecated enums in rviz_common. (#510)
  • Solved a compiler warning in Ubuntu Focal. (#503)
  • Removed an uncessary call to render scene. (#490)
  • Made some code style changes. (#504)
  • Fixed a bug encountered when included as a sub-project. (#475)
  • Contributors: Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, William Woodall, brawner

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Introduce QoS property (#409) A container of properties related to QoS settings. Replaces queue size and unreliable properties.
  • Migrate InteractiveMarkerDisplay (#457)
  • Rename 2d Nav Goal to 2d Goal Pose (#455)
    • Rename nav pose tool to goal pose tool
    • Rename topic for goal pose tool from "move_base_simple/goal" to "goal_pose"
  • Do not select interactive markers when mousing over them (#451)
  • Migrate Interaction Tool (#423)
  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)
  • Re-enable use of tf message filter (#375)
  • Static analysis cleanup for rviz_common (#431)
  • Fix deprecation warnings with new Qt (#435)
  • FrameTransformer implements tf2::BufferCoreInterface and tf2_ros::AsyncBufferInterface (#422)
  • Use geometry_msgs types instead of custom types (#426)
  • Remove -Werror from defualt compiler options (#420)
  • Use node to create clock used to stamp publications (#407)
  • Remove blank lines that latest uncrustify doesn't like (#411)
  • Contributors: Emerson Knapp, Hunter L. Allen, Jacob Perron, Martin Idel, Scott K Logan, Shivesh Khaitan, Steven Macenski, William Woodall

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
rviz_mesh_tools_plugins
canadarm_moveit_config
nav2_rviz_plugins
nav2_rviz_plugins
nav2_rviz_plugins
nav2_rviz_plugins
nav2_rviz_plugins
nav2_rviz_plugins
piper_moveit_config_v4
piper_moveit_config_v5
akabot_moveit_config
alpha_bringup
arctos_description
arctos_moveit
arctos_moveit_config
atos_rviz_plugins
aubo_ros2_jazzy_moveit_config
aubo_moveit_config
auna_rviz_plugins
rviz_carla_plugin
autoware_auto_perception_rviz_plugin
bag_time_manager_rviz_plugin
polar_grid
rtc_manager_rviz_plugin
rtc_manager_rviz_plugin
tier4_adapi_rviz_plugin
tier4_adapi_rviz_plugin
tier4_automatic_goal_rviz_plugin
tier4_automatic_goal_rviz_plugin
tier4_calibration_rviz_plugin
tier4_calibration_rviz_plugin
tier4_camera_view_rviz_plugin
tier4_camera_view_rviz_plugin
tier4_control_rviz_plugin
tier4_control_rviz_plugin
tier4_datetime_rviz_plugin
tier4_datetime_rviz_plugin
tier4_debug_rviz_plugin
tier4_debug_rviz_plugin
tier4_localization_rviz_plugin
tier4_localization_rviz_plugin
tier4_perception_rviz_plugin
tier4_planning_rviz_plugin
tier4_planning_rviz_plugin
tier4_screen_capture_rviz_plugin
tier4_screen_capture_rviz_plugin
tier4_simulated_clock_rviz_plugin
tier4_simulated_clock_rviz_plugin
tier4_state_rviz_plugin
tier4_state_rviz_plugin
tier4_system_rviz_plugin
tier4_system_rviz_plugin
tier4_target_object_type_rviz_plugin
tier4_target_object_type_rviz_plugin
tier4_traffic_light_rviz_plugin
tier4_traffic_light_rviz_plugin
tier4_vehicle_rviz_plugin
tier4_vehicle_rviz_plugin
grid_map_rviz_plugin
grid_map_rviz_plugin
grid_map_rviz_plugin
rviz2
rviz_default_plugins
rviz_visual_testing_framework
goalpoint_rviz_plugin
goalpoint_rviz_plugin
goalpoint_rviz_plugin
teleop_rviz_plugin
teleop_rviz_plugin
teleop_rviz_plugin
teleop_rviz_plugin_plus
teleop_rviz_plugin_plus
teleop_rviz_plugin_plus
waypoint_rviz_plugin
waypoint_rviz_plugin
waypoint_rviz_plugin
autoware_practice_visualization
initial_pose_button_panel
cartographer_rviz
mission_planner_rviz_plugin
tier4_logging_level_configure_rviz_plugin
tier4_string_viewer_rviz_plugin
control_data_collecting_tool
driving_environment_analyzer
tier4_metrics_rviz_plugin
autoware_polar_grid
tier4_dummy_object_rviz_plugin
autoware_bag_time_manager_rviz_plugin
autoware_mission_details_overlay_rviz_plugin
autoware_overlay_rviz_plugin
autoware_string_stamped_rviz_plugin
autoware_perception_rviz_plugin
tier4_planning_factor_rviz_plugin
autoware_rviz_plugins
brne_py
brne_py
brne_torch
rviz2_capture_plugin_node
myviz
cyberdog_rviz2_control_plugin
diablo_rviz2_control_plugin
cr10_moveit
cr10_moveit
cr12_moveit
cr12_moveit
cr16_moveit
cr16_moveit
cr3_moveit
cr3_moveit
cr5_moveit
cr5_moveit
cr7_moveit
cr7_moveit
nova2_moveit
nova5_moveit
me6_moveit
rviz_2d_overlay_plugins
rviz_2d_overlay_plugins
dual_ur_moveit_config
dual_ur5_moveit_config
erob_arm_control
erob_position_control
erobo3
erobo3_control
numsr_franka_moveit_config
fairino10_v6_moveit2_config
fairino16_v6_moveit2_config
fairino20_v6_moveit2_config
fairino30_v6_moveit2_config
fairino3_v6_moveit2_config
fairino3mt_v6_moveit2_config
fairino5_v6_moveit2_config
giraffe_moveit_config
grid_fast_rviz
hunav_rviz2_panel
rviz_imu_plugin
rviz_imu_plugin
ike_nav_rviz_plugins
snp_application
snp_application
cal_demo_moveit_config
irc_ros_moveit_config
franka_moveit_config
franka_moveit_config
nvblox_rviz_plugin
kalman_arm_moveit_config
iiwa14_moveit_config
iiwa7_moveit_config
med14_moveit_config
med7_moveit_config
mybot
slam_toolbox
melfa_rh6crh6020_moveit_config
melfa_rh6frh5520_moveit_config
melfa_rv13frl_moveit_config
melfa_rv2fr_moveit_config
melfa_rv4fr_moveit_config
melfa_rv4frl_moveit_config
melfa_rv5as_moveit_config
melfa_rv7frl_moveit_config
melfa_rv80fr_moveit_config
melfa_rv8crl_moveit_config
mg400_rviz_plugin
moveit_setup_framework
decomp_ros_utils
decomp_ros_utils
mycobot_280_moveit2
mycobot_280arduino_moveit2
mycobot_280rdkx5_moveit2
nav_u_dependencies
nexus_rviz_plugins
openbot_rviz
nick_bot_moveit_config
packml_plugin
perception_msgs_rendering
perception_msgs_rviz_plugins
piper_camera_moveit_config
polar_grid_rviz_plugins
rviz_marker_plugins
roarm_moveit
interbotix_xs_rviz
igus_rebel_moveit_config
ros2-lifecycle-monitoring
custom_msg_visualizer
crx10ia_l_moveit_config
crx10ia_moveit_config
crx20ia_l_moveit_config
crx25ia_moveit_config
crx30ia_moveit_config
crx5ia_moveit_config
rm_gazebo
rm_63_config
rm_65_config
rm_75_config
rm_eco63_config
rm_eco65_config
rm_gen72_config
so_arm100_moveit_config
am_rviz_plugins
rviz_animated_view_controller
rviz_embed_test
rviz_factor_graph_plugins
rviz_plugin_tutorial
rviz_polygon_selection_tool
openscenario_visualization
real_time_factor_control_rviz_plugin
smart_rviz_plugin
so_100_arm
topological_rviz_tools
ubr1_moveit
panda_moveit_config
my_robot_cell_moveit_config
moveit_config
simple_ur10e_moveit_config
urc_arm_moveit_config
walli_arm_moveit_config
vision_msgs_rviz_plugins
webots_spot
welder_moveit_config
rviz_xju_panel
rviz_xju_plugins

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version ardent
Last Updated 2018-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

3.0.0 (2018-02-07)

  • Numerous changes to support Windows.
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a crash that occurred when removing a display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 4.0.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version bouncy
Last Updated 2018-08-20
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

4.0.2 (2018-08-20)

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 5.1.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version crystal
Last Updated 2019-12-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

5.1.1 (2019-12-06)

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 7.0.7
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version eloquent
Last Updated 2020-12-02
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

7.0.7 (2020-12-02)

7.0.6 (2020-10-27)

  • Update maintainer list (#618)
  • Contributors: Michael Jeronimo

7.0.5 (2020-04-17)

  • Remove unnecessary call to render scene (#490) (#514)
  • Contributors: Jacob Perron

7.0.4 (2020-01-17)

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Introduce QoS property (#409) A container of properties related to QoS settings. Replaces queue size and unreliable properties.
  • Migrate InteractiveMarkerDisplay (#457)
  • Rename 2d Nav Goal to 2d Goal Pose (#455)
    • Rename nav pose tool to goal pose tool
    • Rename topic for goal pose tool from "move_base_simple/goal" to "goal_pose"
  • Do not select interactive markers when mousing over them (#451)
  • Migrate Interaction Tool (#423)
  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)
  • Re-enable use of tf message filter (#375)
  • Static analysis cleanup for rviz_common (#431)
  • Fix deprecation warnings with new Qt (#435)
  • FrameTransformer implements tf2::BufferCoreInterface and tf2_ros::AsyncBufferInterface (#422)
  • Use geometry_msgs types instead of custom types (#426)
  • Remove -Werror from defualt compiler options (#420)
  • Use node to create clock used to stamp publications (#407)
  • Remove blank lines that latest uncrustify doesn't like (#411)
  • Contributors: Emerson Knapp, Hunter L. Allen, Jacob Perron, Martin Idel, Scott K Logan, Shivesh Khaitan, Steven Macenski, William Woodall

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 6.1.8
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version dashing
Last Updated 2021-05-21
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

6.1.8 (2021-05-21)

6.1.7 (2020-11-24)

  • Update maintainers. (#617)
  • Contributors: Michael Jeronimo

6.1.6 (2020-03-11)

  • Remove uncessary call to render scene. (#515)
  • Contributors: Jacob Perron

6.1.5 (2019-12-10)

6.1.4 (2019-09-06)

6.1.3 (2019-07-31)

  • Fixed deprecation warnings with new Qt (#435) (#436)
  • Contributors: William Woodall

6.1.2 (2019-06-12)

  • Changed the clock used to stamp publications, using one attached to a node instead so use_sim_time will work. (#407)
  • Contributors: Scott K Logan

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 8.5.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-05
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

8.5.2 (2022-12-02)

8.5.1 (2022-04-28)

  • Removed traces in renderPanel (#777) (#778)
  • Update displays_panel.cpp (#745) (#771)
  • Efficiently handle 3-bytes pixel formats (#743) (#750)
  • Add rviz_rendering dependency to rviz_common (#727) (#748)
  • Removed some memory leaks in rviz_rendering and rviz_rendering_tests (#710)
  • Contributors: Alejandro Hernández Cordero, Rebecca Butler

8.5.0 (2021-04-06)

  • Add visualization_frame to the public API (#660)
  • Contributors: Jafar Abdi

8.4.0 (2021-03-18)

  • Add ViewPicker::get3DPatch to the public API (#657)
  • Fix byte indexing for depth patch pixels (#661)
  • fix toolbar vanishing when pressing escape (#656)
  • Expose VisualizationManager and YamlConfigReader to the public API (#649)
  • Use the stack for the classes in the property test. (#644)
  • Contributors: Chris Lalancette, Joseph Schornak, ipa-fez

8.3.1 (2021-01-25)

  • Check that the views_man_ and views_man_->getCurrent() are not nullptr. (#634)
  • Contributors: Chris Lalancette

8.3.0 (2020-12-08)

  • Fix for mousewheel to zoom in/out (#623)
  • Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (#620)
  • Fix render window disppearing after saving image (#611)
  • Add linters and use ament_lint_auto (#608)
  • Update maintainers (#607)
  • TimePanel port (#599)
  • Upgrade to tinyxml2 for rviz (#418)
  • Fix segfault on changing filter size for non-existent topic (#597)
  • improve color support for themes (#590)
  • Fix topic IntProperty number ranges (#596)
  • Switch to nullptr everywhere. (#592)
  • Expose MessageFilterDisplay's queue size (#593)
  • Filter topics in drop down menu (#591)
  • rviz_common: Remove variadic macro warning check (#421)
  • Use retriever.hpp (#589)
  • Fix the order of destructors (#572)
  • Contributors: Audrow Nash, Chen Lihui, Chris Lalancette, Jacob Perron, Martin Idel, Michael Ferguson, Michael Jeronimo, Michel Hidalgo, Nico Neumann, Rich Mattes, Shane Loretz, spiralray

8.2.0 (2020-06-23)

  • Changed to not install test header files in rviz_rendering. (#564)
  • Fixed alphabetical include order (#563)
  • Changed to avoid trying to moc generate env_config.hpp file. (#550)
  • Contributors: Chris Lalancette, Karsten Knese

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

8.0.3 (2020-06-02)

  • Fixed deprecated Qt usage. (#555)
  • Contributors: Jacob Perron

8.0.2 (2020-05-21)

  • Changed to use modern cmake style with pluginlib (#542)
  • Removed automoc completely. (#545)
  • Contributors: Chris Lalancette, Karsten Knese

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
  • Removed duplicate include dirs and link libraries. (#533)
  • Added missing export of urdf. (#529)
  • Made changes to avoid newly deprecated functions in rclcpp. (#528)
  • Changed to use ament_export_targets(). (#525)
  • Updated deprecated enums in rviz_common. (#510)
  • Solved a compiler warning in Ubuntu Focal. (#503)
  • Removed an uncessary call to render scene. (#490)
  • Made some code style changes. (#504)
  • Fixed a bug encountered when included as a sub-project. (#475)
  • Contributors: Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, William Woodall, brawner

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Introduce QoS property (#409) A container of properties related to QoS settings. Replaces queue size and unreliable properties.
  • Migrate InteractiveMarkerDisplay (#457)
  • Rename 2d Nav Goal to 2d Goal Pose (#455)
    • Rename nav pose tool to goal pose tool
    • Rename topic for goal pose tool from "move_base_simple/goal" to "goal_pose"
  • Do not select interactive markers when mousing over them (#451)
  • Migrate Interaction Tool (#423)
  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)
  • Re-enable use of tf message filter (#375)
  • Static analysis cleanup for rviz_common (#431)
  • Fix deprecation warnings with new Qt (#435)
  • FrameTransformer implements tf2::BufferCoreInterface and tf2_ros::AsyncBufferInterface (#422)
  • Use geometry_msgs types instead of custom types (#426)
  • Remove -Werror from defualt compiler options (#420)
  • Use node to create clock used to stamp publications (#407)
  • Remove blank lines that latest uncrustify doesn't like (#411)
  • Contributors: Emerson Knapp, Hunter L. Allen, Jacob Perron, Martin Idel, Scott K Logan, Shivesh Khaitan, Steven Macenski, William Woodall

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 8.2.8
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version foxy
Last Updated 2023-03-16
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Jacob Perron
  • Michael Jeronimo

Authors

  • Dave Hershberger
  • David Gossow
  • Josh Faust
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

8.2.8 (2023-03-16)

8.2.7 (2022-09-12)

8.2.6 (2022-02-04)

  • Add rviz_rendering dependency to rviz_common (#727) (#785)
  • Contributors: Jacob Perron, Rebecca Butler

8.2.5 (2021-10-12)

  • Revert "Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (#620) (#765)" (#783)
  • Contributors: Greg Balke

8.2.4 (2021-10-05)

  • Removed traces in renderPanel (#777) (#779)
  • Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (#620) (#765)
  • Update displays_panel.cpp (#745) (#772)
  • Fix byte indexing for depth patch pixels (#661) (#759)
  • Fix toolbar vanishing when pressing escape (#656) (#758)
  • Efficiently handle 3-bytes pixel formats (#743)

* Contributors: Alejandro Hernández Cordero, Jacob Perron, Vojtech Spurny, Michel Hidalgo, Greg Balke, Joseph Schornak, ipa-fez 8.2.3 (2021-09-01) ------------------* Update message_filter_display.hpp (#708) * Contributors: Nisala Kalupahana

8.2.2 (2021-06-18)

  • Expose VisualizationManager and YamlConfigReader to the public API (#649) (#709)
  • Contributors: Michael Jeronimo

8.2.1 (2020-12-09)

  • Fix for mousewheel to zoom in/out (#623) (#626)
  • Update maintainer list (#619)
  • [foxy-backport] fast forward of ros2 (default) to foxy (#570)
    • restore compatibility with older Qt versions (#561)
    • Suppress warnings when building with older Qt versions. (#562)

    * Don't try to moc generate env_config.hpp file. (#550) This removes one more warning from rviz_common builds.

    • rewrite hack to avoid CMake warning with assimp 5.0.1 and older, apply cross platform (#565)
    • Use dedicated TransformListener thread (#551)
    • restore alphabetical include order (#563)
    • Don't install test header files in rviz_rendering. (#564)
  • Contributors: Jacob Perron, Michael Jeronimo, William Woodall, Chen Lihui, Dirk Thomas, Chris Lalancette, ymd-stella, Karsten Knese

8.2.0 (2020-06-23)

  • Changed to not install test header files in rviz_rendering. (#564)
  • Fixed alphabetical include order (#563)
  • Changed to avoid trying to moc generate env_config.hpp file. (#550)
  • Contributors: Chris Lalancette, Karsten Knese

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

8.0.3 (2020-06-02)

  • Fixed deprecated Qt usage. (#555)
  • Contributors: Jacob Perron

8.0.2 (2020-05-21)

  • Changed to use modern cmake style with pluginlib (#542)
  • Removed automoc completely. (#545)
  • Contributors: Chris Lalancette, Karsten Knese

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
  • Removed duplicate include dirs and link libraries. (#533)
  • Added missing export of urdf. (#529)
  • Made changes to avoid newly deprecated functions in rclcpp. (#528)
  • Changed to use ament_export_targets(). (#525)
  • Updated deprecated enums in rviz_common. (#510)
  • Solved a compiler warning in Ubuntu Focal. (#503)
  • Removed an uncessary call to render scene. (#490)
  • Made some code style changes. (#504)
  • Fixed a bug encountered when included as a sub-project. (#475)
  • Contributors: Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, William Woodall, brawner

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Introduce QoS property (#409) A container of properties related to QoS settings. Replaces queue size and unreliable properties.
  • Migrate InteractiveMarkerDisplay (#457)
  • Rename 2d Nav Goal to 2d Goal Pose (#455)
    • Rename nav pose tool to goal pose tool
    • Rename topic for goal pose tool from "move_base_simple/goal" to "goal_pose"
  • Do not select interactive markers when mousing over them (#451)
  • Migrate Interaction Tool (#423)
  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)
  • Re-enable use of tf message filter (#375)
  • Static analysis cleanup for rviz_common (#431)
  • Fix deprecation warnings with new Qt (#435)
  • FrameTransformer implements tf2::BufferCoreInterface and tf2_ros::AsyncBufferInterface (#422)
  • Use geometry_msgs types instead of custom types (#426)
  • Remove -Werror from defualt compiler options (#420)
  • Use node to create clock used to stamp publications (#407)
  • Remove blank lines that latest uncrustify doesn't like (#411)
  • Contributors: Emerson Knapp, Hunter L. Allen, Jacob Perron, Martin Idel, Scott K Logan, Shivesh Khaitan, Steven Macenski, William Woodall

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 12.4.10
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rviz.git
VCS Type git
VCS Version iron
Last Updated 2024-11-26
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Common rviz API, used by rviz plugins and applications.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero

Authors

  • Dave Hershberger
  • David Gossow
  • Jacob Perron
  • Josh Faust
  • Michael Jeronimo
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rviz_common

12.4.10 (2024-11-27)

12.4.9 (2024-11-09)

  • Handle [Tool::Finished]{.title-ref} returned by [processKeyEvent]{.title-ref} (#1264)
  • Correclty load icons of panels with whitespaces in their name (#1244)
  • Contributors: Patrick Roncagliolo

12.4.8 (2024-07-11)

12.4.7 (2024-03-26)

  • Fix camera display overlay (#1151) (#1158) (cherry picked from commit c7bf4c99b5f888d2dc200041994ed5c8fe16d3ce) Co-authored-by: Alejandro Hernández Cordero <<alejandro@openrobotics.org>>
  • Contributors: mergify[bot]

12.4.6 (2024-02-07)

  • Append measured subscription frequency to topic status (#1130)
  • Rolling namespace in title (#1100)
  • Contributors: Alejandro Hernández Cordero, Yadunund

12.4.5 (2023-11-17)

  • Initialize more of the visualization_manager members. (#1092)
  • Contributors: Chris Lalancette

12.4.4 (2023-09-08)

  • Remove warning in depth_cloud_mld.cpp (#1021)
  • Added DepthCloud default plugin (#1017)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette

12.4.3 (2023-08-21)

  • Remove unused LineEditWithButton::simulateReturnPressed() (#1040) (#1043)
  • Contributors: mergify[bot]

12.4.2 (2023-07-27)

  • Remove warning in depth_cloud_mld.cpp (#1021) (cherry picked from commit 092e3efef2f907549976ffd101e5ad8100cbea3f)
  • Added DepthCloud default plugin (#996) (cherry picked from commit 8f2e17e441399974ebd465a2d2ef0a3529f57f23)
  • Contributors: Alejandro Hernández Cordero

12.4.1 (2023-07-14)

  • Re-implemented setName for tools (#997)
  • Add a libqt5-svg dependency to rviz_common. (#992)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Felix Exner

12.4.0 (2023-04-18)

12.3.2 (2023-04-11)

  • Update Frame shortcut (#958)
    • Update Frame shortcut
  • Contributors: David V. Lu!!

12.3.1 (2023-03-01)

12.3.0 (2023-02-14)

  • Update rviz to C++17. (#939)
  • [rolling] Update maintainers - 2022-11-07 (#923)
  • Contributors: Audrow Nash, Chris Lalancette

12.2.0 (2022-11-07)

12.1.0 (2022-11-02)

  • Remove YAML_CPP_DLL define (#831)
  • Contributors: Akash

12.0.0 (2022-09-13)

  • Document getTransform() time behavior (#893)
  • Ogre 1.12.10 upgrade (#878)
  • Add RVIZ_COMMON_PUBLIC macro (#865)
  • Contributors: Kenji Brameld, Shane Loretz, juchajam

11.3.0 (2022-04-26)

  • Add time jump handler (#752) (#791)
  • Make sure not to dereference a null Renderable pointer. (#850)
  • Contributors: Chris Lalancette, Marcel Zeilinger

11.2.0 (2022-04-08)

11.1.1 (2022-03-30)

11.1.0 (2022-03-24)

11.0.0 (2022-03-01)

  • Add implementation for cancel interface (#809)
  • Contributors: Chen Lihui

10.0.0 (2022-02-16)

  • Install headers to include/${PROJECT_NAME} (#829)
  • Remove definition of PLUGINLIB_DISABLE_BOOST. (#821)
  • Contributors: Chris Lalancette, Shane Loretz

9.1.1 (2022-01-25)

  • Fix support for assimp 5.1.0 (#817)
  • Contributors: Silvio Traversaro

9.1.0 (2022-01-13)

  • Fix cpplint errors (#818)
  • Set message type for ros topic display (#800)
  • Contributors: Daisuke Nishimatsu, Jacob Perron

9.0.1 (2021-12-17)

  • Fixes for uncrustify 0.72 (#807)
  • Do not block visualization manager updates when opening the display panel dialog (#795)
  • Contributors: Chris Lalancette, Ivan Santiago Paunovic

9.0.0 (2021-11-18)

  • Switch to using Qt::MiddleButton for RViz. (#802)
  • Removed traces in renderPanel (#777)
  • move yaml_config_writer.hpp to public includes (#764)
  • Update displays_panel.cpp (#745)
  • Robot: Report mesh loading issues (#744)
  • Exposed tool_manager header file. (#767)
  • refactor: make const getter methods const (#756)
  • Efficiently handle 3-bytes pixel formats (#743)
  • Report sample lost events (#686)
  • Contributors: ANDOU Tetsuo, Alejandro Hernández Cordero, Chris Lalancette, Gonzo, Joseph Schornak, davidorchansky

8.7.0 (2021-08-11)

  • Update window close icon (#734)
  • Fix missing "X" icon in panel close button (#731)
  • Add rviz_rendering dependency to rviz_common (#727)
  • Remove the word "Alpha" from the splash screen. (#696)
  • Removed some memory leaks in rviz_rendering and rviz_rendering_tests (#710)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Rebecca Butler

8.6.0 (2021-05-13)

8.5.0 (2021-04-06)

  • Add visualization_frame to the public API (#660)
  • Contributors: Jafar Abdi

8.4.0 (2021-03-18)

  • Add ViewPicker::get3DPatch to the public API (#657)
  • Fix byte indexing for depth patch pixels (#661)
  • fix toolbar vanishing when pressing escape (#656)
  • Expose VisualizationManager and YamlConfigReader to the public API (#649)
  • Use the stack for the classes in the property test. (#644)
  • Contributors: Chris Lalancette, Joseph Schornak, ipa-fez

8.3.1 (2021-01-25)

  • Check that the views_man_ and views_man_->getCurrent() are not nullptr. (#634)
  • Contributors: Chris Lalancette

8.3.0 (2020-12-08)

  • Fix for mousewheel to zoom in/out (#623)
  • Ensure rviz_common::MessageFilterDisplay processes messages in the main thread (#620)
  • Fix render window disppearing after saving image (#611)
  • Add linters and use ament_lint_auto (#608)
  • Update maintainers (#607)
  • TimePanel port (#599)
  • Upgrade to tinyxml2 for rviz (#418)
  • Fix segfault on changing filter size for non-existent topic (#597)
  • improve color support for themes (#590)
  • Fix topic IntProperty number ranges (#596)
  • Switch to nullptr everywhere. (#592)
  • Expose MessageFilterDisplay's queue size (#593)
  • Filter topics in drop down menu (#591)
  • rviz_common: Remove variadic macro warning check (#421)
  • Use retriever.hpp (#589)
  • Fix the order of destructors (#572)
  • Contributors: Audrow Nash, Chen Lihui, Chris Lalancette, Jacob Perron, Martin Idel, Michael Ferguson, Michael Jeronimo, Michel Hidalgo, Nico Neumann, Rich Mattes, Shane Loretz, spiralray

8.2.0 (2020-06-23)

  • Changed to not install test header files in rviz_rendering. (#564)
  • Fixed alphabetical include order (#563)
  • Changed to avoid trying to moc generate env_config.hpp file. (#550)
  • Contributors: Chris Lalancette, Karsten Knese

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

8.0.3 (2020-06-02)

  • Fixed deprecated Qt usage. (#555)
  • Contributors: Jacob Perron

8.0.2 (2020-05-21)

  • Changed to use modern cmake style with pluginlib (#542)
  • Removed automoc completely. (#545)
  • Contributors: Chris Lalancette, Karsten Knese

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I've chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.
  • Removed duplicate include dirs and link libraries. (#533)
  • Added missing export of urdf. (#529)
  • Made changes to avoid newly deprecated functions in rclcpp. (#528)
  • Changed to use ament_export_targets(). (#525)
  • Updated deprecated enums in rviz_common. (#510)
  • Solved a compiler warning in Ubuntu Focal. (#503)
  • Removed an uncessary call to render scene. (#490)
  • Made some code style changes. (#504)
  • Fixed a bug encountered when included as a sub-project. (#475)
  • Contributors: Dan Rose, Dirk Thomas, Ivan Santiago Paunovic, Jacob Perron, William Woodall, brawner

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Introduce QoS property (#409) A container of properties related to QoS settings. Replaces queue size and unreliable properties.
  • Migrate InteractiveMarkerDisplay (#457)
  • Rename 2d Nav Goal to 2d Goal Pose (#455)
    • Rename nav pose tool to goal pose tool
    • Rename topic for goal pose tool from "move_base_simple/goal" to "goal_pose"
  • Do not select interactive markers when mousing over them (#451)
  • Migrate Interaction Tool (#423)
  • Upgrade from Ogre 1.10 to Ogre 1.12.1 (#394)
  • Re-enable use of tf message filter (#375)
  • Static analysis cleanup for rviz_common (#431)
  • Fix deprecation warnings with new Qt (#435)
  • FrameTransformer implements tf2::BufferCoreInterface and tf2_ros::AsyncBufferInterface (#422)
  • Use geometry_msgs types instead of custom types (#426)
  • Remove -Werror from defualt compiler options (#420)
  • Use node to create clock used to stamp publications (#407)
  • Remove blank lines that latest uncrustify doesn't like (#411)
  • Contributors: Emerson Knapp, Hunter L. Allen, Jacob Perron, Martin Idel, Scott K Logan, Shivesh Khaitan, Steven Macenski, William Woodall

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

  • Updated to use the new specification for types from the ROS node graph API. (#387)
  • Contributors: Jacob Perron

6.0.0 (2019-05-08)

  • Made changes to avoid newly deprecated API's related to publishers and subscriptions. (#399)
  • Updated to be compatible with new QoS settings. (#392)
  • Fixed a crash on shutdown by properly freeing the transformation_manager. (#386)
  • Contributors: M. M, Michael Jeronimo, William Woodall

5.1.0 (2019-01-14)

  • Fix errors from uncrustify v0.68 (#366)
  • Contributors: Jacob Perron, William Woodall

5.0.0 (2018-12-04)

  • Moved rviz_yaml_cpp_vendor into it's own repo (#361)
  • Exported libraries to trigger hooks. (#358)
  • Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (#356)
  • Changed to use spin_some with max_duration (#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.
  • Made the transformation framework used by rviz pluggable. (#346)
  • Fixed wrong name of InitialPose plugin in default config (#352)
  • Added hotkeys (also to help) (#312)
  • Migrated pose estimate tool (#329)
  • Changed to now pass clock to tf2_ros::buffer (#340)
  • Changted to always build all tests and skip execution if not supported (#342)
  • Reverted workaround for identity transform after geometry2 fix (#343)
  • Reverted "Add simple mechanism to automatically convert old configs" (#337)
    • No longer necessary for C-Turtle
  • Minor cleanup and fixes (#336)
    • Fix environment for colcon builds (no appends necessary)
    • Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt
    • Fix Qt moc warning for virtual signal
  • Fixed missing status in laser scan display (#335)
    • Show status error when transform failed
    • Modify logging behaviour
  • Updates due to uncrustify 0.67 (#333)
    • fix closing block and tamplete indentation to comply with uncrustify 0.67
    • add space between reference and variable name
    • space before opening bracket
    • fix indend of inherited class
    • fix indent of code blocks
    • no space around -> operator
    • restore original spacing
  • Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök

4.0.1 (2018-06-28)

4.0.0 (2018-06-27)

  • Polished selection behavior. (#315)
  • Fixed invalid color profile in PNGs. (#306)
  • Updated use of tf2 so that it reused the rviz node. (#290)
  • Made the display status not editable. (#316)
  • Fixed some bugs causing RViz to crash on macOS. (#319)
  • Fixed a segfault that could occur on empty frames. (#313)
  • Moved the selection icon to rviz_common. (#314)
  • Polished more tests and migrate or delete old tests. (#289)
  • Migrated the map display. (#267)
  • Migrated Marker Array Display. (#296)
  • Migrated 2D Nav Goal tool. (#294)
  • Fixed a memory leak in shutdown of ros client abstraction. (#301)
  • Implemented a workaround for the missing identity transform when transforming from a frame to itself. (#298)
  • Fixed the splash screen and help panel. (#277)
  • Migrated the Odometry display. (#275)
  • Homogenized behavior of rviz when a tf transform fails. (#292)
  • Changed rviz so that only a single ros node is used. (#197)
  • Migrated the XYOrbit View Controller. (#282)
  • Fixed select and measure tool behavior on macOS Retina displays. (#283)
  • Fixed a segfault in the selection manager tests. (#284)
  • Fixed rviz application so it shows an icon on macOS's toolbar when running. (#272)
  • Moved the rviz_common::Panel into a public header. (#265)
  • Migrated the orthographic view controller. (#270)
  • Restored most of the command line options for rviz. (#255)
  • Migrated tool properties panel. (#251)
  • Finished point cloud refactoring and testing. (#250)
  • Migrated the select tool. (#256)
  • Introduced visual testing framework for rviz. (#209)
  • Fixed "display" tests and enable when the test environment allows. (#186)
  • Restored use of icons throughout rviz. (#235)
  • Migrated marker display. (#229)
  • Changed the default position of the camera in RenderPanel. (#205)
  • Migrated RobotModelDisplay. (#210)
  • Fixed a possible null pointer is dereference. (#178)
    • Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Migrated camera display (#183)
  • Updated Ogre to 1.10.11 (#181)
  • Migrated TF Display. (#182)
  • Migrated ImageDisplay. (#164)
  • Introduced ROS interface abstraction to improve testability. (#156)
  • Re-enabled and fixed rviz configuration file loading. (#167)
  • Fixed a bug caused by a missing break in switch statement. (#158)
  • Migrated code for point cloud displays to rviz_default_plugins. (#153)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Chris Ye, Dirk Thomas, Martin Idel, Mikael Arguedas, Steven! Ragnarök, Tim Rakowski, William Woodall

3.0.0 (2018-02-07)

  • Fixed compilation errors and runtime issues on Windows. (#175)
  • Fixed an issue with docking windows initially.
  • Fixed a potential memory leak.
  • Fixed a bug which caused rviz to crash when removing a display. (#191)
    • The crash occurred when adding a camera display and then deleting any display that was created before adding the camera display.
  • Contributors: Andreas Greimel, Andreas Holzner, Johannes Jeising, Martin Idel, Steven! Ragnarok, William Woodall

1.12.11 (2017-08-02)

1.12.10 (2017-06-05 17:37)

1.12.9 (2017-06-05 14:23)

1.12.8 (2017-05-07)

1.12.7 (2017-05-05)

1.12.6 (2017-05-02)

1.12.5 (2017-05-01)

1.12.4 (2016-10-27)

1.12.3 (2016-10-19)

1.12.2 (2016-10-18)

1.12.1 (2016-04-20)

1.12.0 (2016-04-11)

1.11.14 (2016-04-03)

1.11.13 (2016-03-23)

1.11.12 (2016-03-22 19:58)

1.11.11 (2016-03-22 18:16)

1.11.10 (2015-10-13)

1.11.9 (2015-09-21)

1.11.8 (2015-08-05)

1.11.7 (2015-03-02)

1.11.6 (2015-02-13)

1.11.5 (2015-02-11)

1.11.4 (2014-10-30)

1.11.3 (2014-06-26)

1.11.2 (2014-05-13)

1.11.1 (2014-05-01)

1.11.0 (2014-03-04 21:40)

1.10.14 (2014-03-04 21:35)

1.10.13 (2014-02-26)

1.10.12 (2014-02-25)

1.10.11 (2014-01-26)

1.10.10 (2013-12-22)

1.10.9 (2013-10-15)

1.10.7 (2013-09-16)

1.10.6 (2013-09-03)

1.10.5 (2013-08-28 03:50)

1.10.4 (2013-08-28 03:13)

1.10.3 (2013-08-14)

1.10.2 (2013-07-26)

1.10.1 (2013-07-16)

1.10.0 (2013-06-27)

1.9.30 (2013-05-30)

1.9.29 (2013-04-15)

1.9.27 (2013-03-15 13:23)

1.9.26 (2013-03-15 10:38)

1.9.25 (2013-03-07)

1.9.24 (2013-02-16)

1.9.23 (2013-02-13)

1.9.22 (2013-02-12 16:30)

1.9.21 (2013-02-12 14:00)

1.9.20 (2013-01-21)

1.9.19 (2013-01-13)

1.9.18 (2012-12-18)

1.9.17 (2012-12-14)

1.9.16 (2012-11-14 15:49)

1.9.15 (2012-11-13)

1.9.14 (2012-11-14 02:20)

1.9.13 (2012-11-14 00:58)

1.9.12 (2012-11-06)

1.9.11 (2012-11-02)

1.9.10 (2012-11-01 11:10)

1.9.9 (2012-11-01 11:01)

1.9.8 (2012-11-01 10:52)

1.9.7 (2012-11-01 10:40)

1.9.6 (2012-10-31)

1.9.5 (2012-10-19)

1.9.4 (2012-10-15 15:00)

1.9.3 (2012-10-15 10:41)

1.9.2 (2012-10-12 13:38)

1.9.1 (2012-10-12 11:57)

1.9.0 (2012-10-10)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rviz_common at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.