[Documentation] [TitleIndex] [WordIndex

rviz

SIG Coordinator: Dave Hershberger

Topics:

Members:

Discussion

This section contains questions and answers that lead the decision-making process.

General Discussion: RVE, Compatibility, Ogre, Qt etc.

Users: Who are the users of RViz and what are their requirements?

Results

Change requests

CR 1: Improve RViz API and package structure

Create a public API in RViz and separate functionality into modules. Document and write tutorials on how to write a plugin.

CR 2: Change GUI framework

Switch to Qt instead of wxWidgets.

CR 3: Change plugin framework

Switch to a standard way of discoering & loading plugins.

CR 4: Programmatic control over RViz

Give developers the possibility to have control over look-and-feel, camera angle etc. in RViz, creating their own task-specific RViz version.

Other CRs

Not decided on or will not be included in this release.

Action plan

  1. Create a Qt version of the base RViz app
    • Switch from RViz plugin finding&loading to pluginlib

  2. Make the plugins work with the Qt version (Probably you can't/do not want to hide Qt from plugins)
  3. Clean and document the "librviz" API, officially support people making rviz plugins and using rviz classes in their own apps.
  4. Make other stuff pluggable, like view controllers etc. (we had this discussion earlier this year already)
  5. Finally, you should have a system that allows them to put together all those components including their own displays, view controlles etc. and hide the config options from the user. This would enable the "custom" visualizer apps requested by some people.

2022-05-28 12:36