Allows to visualize transparent, collisions, inertial, CoM and more.
More...
#include <VisualizationCapabilities.hh>
|
bool | eventFilter (QObject *_obj, QEvent *_event) override |
|
Allows to visualize transparent, collisions, inertial, CoM and more.
◆ VisualizationCapabilities()
◆ ~VisualizationCapabilities()
◆ eventFilter()
bool eventFilter |
( |
QObject * |
_obj, |
|
|
QEvent * |
_event |
|
) |
| |
|
overrideprotected |
◆ LoadConfig()
void LoadConfig |
( |
const tinyxml2::XMLElement * |
_pluginElem | ) |
|
|
override |
◆ Update()
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.
The documentation for this class was generated from the following file: