Skip to content
Snippets Groups Projects
Commit 65a539b7 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Revise doc for ArVizExample

parent 2c16c43f
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ namespace armarx
* visualization episodes and restore.
*
*
* @class ArViz
* @class ArVizStorage
* @ingroup Component-ArVizStorage
*
* @brief Stores visualization elements drawn by ArViz clients.
......
......@@ -47,22 +47,28 @@ namespace armarx
* \li Open the gui plugin `ArViz`
* \li Start the component `ArVizExample`
*
* The scenario `ArVizExample` starts the necessary components including
* the example component.
* The scenario `ArVizExample` starts the necessary components,
* including the example component.
*
*
* A component which wants to visualize data via ArViz should:
* \li `#include <RobotAPI/libraries/RobotAPIComponentPlugins/ArVizComponentPlugin.h>`
* \li Inherit from the `armarx::ArVizComponentPluginUser`. This adds the
* necessary properties (e.g. the topic name) and provides a
* ready-to-use ArViz client called `arviz`.
* \li Use the inherited ArViz client variable `arviz` of type `viz::Client`
* to create layers, add visualization elements to the layers,
* and commit the layers to the ArViz topic.
*
* \see ArVizExample
*
*
* @class ArVizExample
* @ingroup Component-ArVizExample
* @brief Brief description of class ArVizExample.
*
* A component which wants to visualize data via ArViz should inherit from
* the `armarx::ArVizComponentPluginUser`.
* This adds the necessary properties (e.g. the topic name) and provides a
* ready-to-use ArViz client called `arviz`.
* The ArViz client can be used to create layers and commit them to the
* ArViz topic.
* @brief An example for how to use ArViz.
*
* @see @ref Component-ArVizExample
*/
class ArVizExample :
virtual public armarx::Component,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment