GridConfig.hh
void SetNameList(const QStringList &_nameList)
Set the list of names.
void SetPose(double _x, double _y, double _z, double _roll, double _pitch, double _yaw)
Callback to update grid pose.
void OnName(const QString &_name)
Callback when a new name is chosen on the combo box.
void UpdateCellLength(double _length)
Callback to update cell length.
bool eventFilter(QObject *_obj, QEvent *_event) override
void LoadConfig(const tinyxml2::XMLElement *) override
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
void UpdateVCellCount(int _cellCount)
Callback to update vertical cell count.
void newParams(int _hCellCount, int _vCellCount, double _cellLength, QVector3D _pos, QVector3D _rot, QColor _color)
Notify QML that grid values have changed.
void RefreshList()
Refresh list of grids. This is called in the rendering thread.
void UpdateHCellCount(int _cellCount)
Callback to update horizontal cell count.
Manages grids in a Gazebo Rendering scene. This plugin can be used for:
Definition: GridConfig.hh:47
STL namespace.
Definition: gz/gui/Application.hh:35
void SetColor(double _r, double _g, double _b, double _a)
Callback to update grid color.