GridConfig.hh
Go to the documentation of this file.
void LoadConfig(const tinyxml2::XMLElement *) override
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
void SetPose(double _x, double _y, double _z, double _roll, double _pitch, double _yaw)
Callback to update grid pose.
void UpdateCellLength(double _length)
Callback to update cell length.
bool eventFilter(QObject *_obj, QEvent *_event) override
void UpdateVCellCount(int _cellCount)
Callback to update vertical cell count.
Definition: GridConfig.hh:32
void LoadGrid()
Callback to retrieve existing grid or create a new one.
void UpdateHCellCount(int _cellCount)
Callback to update horizontal cell count.
void SetColor(double _r, double _g, double _b, double _a)
Callback to update grid color.