Go to the documentation of this file.
18 #ifndef GZ_GUI_PLUGINS_CAMERATRACKING_HH_
19 #define GZ_GUI_PLUGINS_CAMERATRACKING_HH_
31 class CameraTrackingPrivate;
57 public:
virtual void LoadConfig(
const tinyxml2::XMLElement *_pluginElem)
61 private:
bool eventFilter(
QObject *_obj,
QEvent *_event)
override;
virtual ~CameraTracking()
Destructor.
virtual void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
Base class for Gazebo GUI plugins.
Definition: gz/gui/Plugin.hh:54
This plugin provides camera tracking capabilities such as "move to" and "follow".
Definition: CameraTracking.hh:46
CameraTracking()
Constructor.