EnvironmentVisualization Class Reference
A GUI plugin for a user to load an Environment component into the ECM on a live simulation. More...
#include <EnvironmentVisualization.hh>
Public Member Functions | |
| EnvironmentVisualization () | |
| Constructor. More... | |
| ~EnvironmentVisualization () override | |
| Destructor. More... | |
| void | LoadConfig (const tinyxml2::XMLElement *_pluginElem) override |
| Q_INVOKABLE void | ResamplePointcloud () |
| void | Update (const UpdateInfo &, EntityComponentManager &_ecm) override |
| Update callback called every time the system is stepped. This is called at a Gazebo Transport thread, so any interaction with Qt should be done through signals and slots. More... | |
Public Member Functions inherited from Plugin | |
| Plugin () | |
| virtual | ~Plugin () |
| QQuickItem * | CardItem () const |
| virtual std::string | ConfigStr () |
| QQmlContext * | Context () const |
| bool | DeleteLaterRequested () const |
| void | Load (const tinyxml2::XMLElement *_pluginElem) |
| QQuickItem * | PluginItem () const |
| void | PostParentChanges () |
| virtual std::string | Title () const |
Properties | |
| unsigned int | xSamples {10} |
| Samples along x axis. More... | |
| unsigned int | ySamples {10} |
| Samples along y axis. More... | |
| unsigned int | zSamples {10} |
| Samples along z axis. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Plugin | |
| void | DeleteLater () |
Protected Attributes inherited from Plugin | |
| std::string | configStr |
| std::string | title |
Detailed Description
A GUI plugin for a user to load an Environment component into the ECM on a live simulation.
gz/sim/systems/EnvironmentVisualization.hh
Constructor & Destructor Documentation
◆ EnvironmentVisualization()
Constructor.
◆ ~EnvironmentVisualization()
|
override |
Destructor.
Member Function Documentation
◆ LoadConfig()
|
overridevirtual |
Reimplemented from Plugin.
◆ ResamplePointcloud()
| Q_INVOKABLE void ResamplePointcloud | ( | ) |
◆ Update()
|
overridevirtual |
Update callback called every time the system is stepped. This is called at a Gazebo Transport thread, so any interaction with Qt should be done through signals and slots.
- Parameters
-
[in] _info Current simulation information, such as time. [in] _ecm Mutable reference to the ECM, so the system can read and write entities and their components.
Reimplemented from GuiSystem.
Property Documentation
◆ xSamples
| unsigned int xSamples {10} |
Samples along x axis.
◆ ySamples
| unsigned int ySamples {10} |
Samples along y axis.
◆ zSamples
| unsigned int zSamples {10} |
Samples along z axis.
The documentation for this class was generated from the following file:
Public Member Functions inherited from