Public Member Functions | Protected Slots | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
mapviz_plugins::GpsPlugin Class Reference

#include <gps_plugin.h>

Inheritance diagram for mapviz_plugins::GpsPlugin:
Inheritance graph
[legend]

Public Member Functions

void Draw (double x, double y, double scale)
 
QWidget * GetConfigWidget (QWidget *parent)
 
 GpsPlugin ()
 
bool Initialize (QGLWidget *canvas)
 
void LoadConfig (const YAML::Node &node, const std::string &path)
 
void SaveConfig (YAML::Emitter &emitter, const std::string &path)
 
void Shutdown ()
 
virtual ~GpsPlugin ()
 
- Public Member Functions inherited from mapviz_plugins::PointDrawingPlugin
void ClearHistory ()
 
virtual void CollectLaps ()
 
virtual bool DrawArrow (const StampedPoint &point)
 
virtual bool DrawArrows ()
 
virtual void DrawCovariance ()
 
virtual bool DrawLaps ()
 
virtual bool DrawLapsArrows ()
 
virtual bool DrawLines ()
 
virtual bool DrawPoints (double scale)
 
 PointDrawingPlugin ()
 
virtual void Transform ()
 
virtual bool TransformPoint (StampedPoint &point)
 
virtual void UpdateColor (QColor base_color, int i)
 
virtual ~PointDrawingPlugin ()
 
- Public Member Functions inherited from mapviz::MapvizPlugin
int DrawOrder () const
 
void DrawPlugin (double x, double y, double scale)
 
bool GetTransform (const ros::Time &stamp, swri_transform_util::Transform &transform, bool use_latest_transforms=true)
 
bool GetTransform (const std::string &source, const ros::Time &stamp, swri_transform_util::Transform &transform)
 
virtual bool Initialize (boost::shared_ptr< tf::TransformListener > tf_listener, swri_transform_util::TransformManagerPtr tf_manager, QGLWidget *canvas)
 
std::string Name () const
 
virtual void Paint (QPainter *painter, double x, double y, double scale)
 
void PaintPlugin (QPainter *painter, double x, double y, double scale)
 
void PrintMeasurements ()
 
void SetDrawOrder (int order)
 
void SetIcon (IconWidget *icon)
 
void SetName (const std::string &name)
 
virtual void SetNode (const ros::NodeHandle &node)
 
void SetTargetFrame (std::string frame_id)
 
void SetType (const std::string &type)
 
void SetUseLatestTransforms (bool value)
 
void SetVisible (bool visible)
 
std::string Type () const
 
bool Visible () const
 
virtual ~MapvizPlugin ()
 

Protected Slots

void SelectTopic ()
 
void TopicEdited ()
 
- Protected Slots inherited from mapviz_plugins::PointDrawingPlugin
virtual void BufferSizeChanged (int value)
 
void ClearPoints ()
 
virtual void CovariancedToggled (bool checked)
 
virtual void DrawIcon ()
 
virtual void LapToggled (bool checked)
 
virtual void PositionToleranceChanged (double value)
 
void ResetTransformedPoints ()
 
virtual void SetArrowSize (int arrowSize)
 
virtual void SetColor (const QColor &color)
 
virtual void SetDrawStyle (QString style)
 
virtual void SetDrawStyle (DrawStyle style)
 
virtual void SetStaticArrowSizes (bool isChecked)
 
virtual void ShowAllCovariancesToggled (bool checked)
 

Protected Member Functions

void PrintError (const std::string &message)
 
void PrintInfo (const std::string &message)
 
void PrintWarning (const std::string &message)
 
- Protected Member Functions inherited from mapviz_plugins::PointDrawingPlugin
double bufferSize () const
 
const std::deque< StampedPoint > & points () const
 
double positionTolerance () const
 
void pushPoint (StampedPoint point)
 
- Protected Member Functions inherited from mapviz::MapvizPlugin
 MapvizPlugin ()
 

Private Member Functions

void GPSFixCallback (const gps_common::GPSFixConstPtr &gps)
 

Private Attributes

QWidget * config_widget_
 
ros::Subscriber gps_sub_
 
bool has_message_
 
std::string topic_
 
Ui::gps_config ui_
 

Additional Inherited Members

- Public Types inherited from mapviz_plugins::PointDrawingPlugin
enum  DrawStyle { LINES = 0, POINTS, ARROWS }
 
- Public Slots inherited from mapviz::MapvizPlugin
virtual void DrawIcon ()
 
virtual bool SupportsPainting ()
 
- Signals inherited from mapviz::MapvizPlugin
void DrawOrderChanged (int draw_order)
 
void SizeChanged ()
 
void TargetFrameChanged (const std::string &target_frame)
 
void UseLatestTransformsChanged (bool use_latest_transforms)
 
void VisibleChanged (bool visible)
 
- Static Public Member Functions inherited from mapviz::MapvizPlugin
static void PrintErrorHelper (QLabel *status_label, const std::string &message, double throttle=0.0)
 
static void PrintInfoHelper (QLabel *status_label, const std::string &message, double throttle=0.0)
 
static void PrintWarningHelper (QLabel *status_label, const std::string &message, double throttle=0.0)
 
- Protected Attributes inherited from mapviz::MapvizPlugin
QGLWidget * canvas_
 
int draw_order_
 
IconWidgeticon_
 
bool initialized_
 
std::string name_
 
ros::NodeHandle node_
 
std::string source_frame_
 
std::string target_frame_
 
boost::shared_ptr< tf::TransformListenertf_
 
swri_transform_util::TransformManagerPtr tf_manager_
 
std::string type_
 
bool use_latest_transforms_
 
bool visible_
 

Detailed Description

Definition at line 50 of file gps_plugin.h.

Constructor & Destructor Documentation

mapviz_plugins::GpsPlugin::GpsPlugin ( )

Definition at line 46 of file gps_plugin.cpp.

mapviz_plugins::GpsPlugin::~GpsPlugin ( )
virtual

Definition at line 84 of file gps_plugin.cpp.

Member Function Documentation

void mapviz_plugins::GpsPlugin::Draw ( double  x,
double  y,
double  scale 
)
virtual

Implements mapviz::MapvizPlugin.

Definition at line 183 of file gps_plugin.cpp.

QWidget * mapviz_plugins::GpsPlugin::GetConfigWidget ( QWidget *  parent)
virtual

Reimplemented from mapviz::MapvizPlugin.

Definition at line 168 of file gps_plugin.cpp.

void mapviz_plugins::GpsPlugin::GPSFixCallback ( const gps_common::GPSFixConstPtr &  gps)
private

Definition at line 122 of file gps_plugin.cpp.

bool mapviz_plugins::GpsPlugin::Initialize ( QGLWidget *  canvas)
virtual

Implements mapviz::MapvizPlugin.

Definition at line 175 of file gps_plugin.cpp.

void mapviz_plugins::GpsPlugin::LoadConfig ( const YAML::Node &  node,
const std::string &  path 
)
virtual

Implements mapviz::MapvizPlugin.

Definition at line 191 of file gps_plugin.cpp.

void mapviz_plugins::GpsPlugin::PrintError ( const std::string &  message)
protectedvirtual

Implements mapviz::MapvizPlugin.

Definition at line 153 of file gps_plugin.cpp.

void mapviz_plugins::GpsPlugin::PrintInfo ( const std::string &  message)
protectedvirtual

Implements mapviz::MapvizPlugin.

Definition at line 158 of file gps_plugin.cpp.

void mapviz_plugins::GpsPlugin::PrintWarning ( const std::string &  message)
protectedvirtual

Implements mapviz::MapvizPlugin.

Definition at line 163 of file gps_plugin.cpp.

void mapviz_plugins::GpsPlugin::SaveConfig ( YAML::Emitter &  emitter,
const std::string &  path 
)
virtual

Implements mapviz::MapvizPlugin.

Definition at line 272 of file gps_plugin.cpp.

void mapviz_plugins::GpsPlugin::SelectTopic ( )
protectedslot

Definition at line 88 of file gps_plugin.cpp.

void mapviz_plugins::GpsPlugin::Shutdown ( )
inlinevirtual

Implements mapviz::MapvizPlugin.

Definition at line 59 of file gps_plugin.h.

void mapviz_plugins::GpsPlugin::TopicEdited ( )
protectedslot

Definition at line 100 of file gps_plugin.cpp.

Member Data Documentation

QWidget* mapviz_plugins::GpsPlugin::config_widget_
private

Definition at line 81 of file gps_plugin.h.

ros::Subscriber mapviz_plugins::GpsPlugin::gps_sub_
private

Definition at line 85 of file gps_plugin.h.

bool mapviz_plugins::GpsPlugin::has_message_
private

Definition at line 86 of file gps_plugin.h.

std::string mapviz_plugins::GpsPlugin::topic_
private

Definition at line 83 of file gps_plugin.h.

Ui::gps_config mapviz_plugins::GpsPlugin::ui_
private

Definition at line 80 of file gps_plugin.h.


The documentation for this class was generated from the following files:


mapviz_plugins
Author(s): Marc Alban
autogenerated on Fri Mar 19 2021 02:44:32