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

#include <path_plugin.h>

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

Public Member Functions

void Draw (double x, double y, double scale)
 
QWidget * GetConfigWidget (QWidget *parent)
 
bool Initialize (QGLWidget *canvas)
 
void LoadConfig (const YAML::Node &node, const std::string &path)
 
 PathPlugin ()
 
void SaveConfig (YAML::Emitter &emitter, const std::string &path)
 
void Shutdown ()
 
virtual ~PathPlugin ()
 
- 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 pathCallback (const nav_msgs::PathConstPtr &path)
 

Private Attributes

QWidget * config_widget_
 
bool has_message_
 
ros::Subscriber path_sub_
 
std::string topic_
 
Ui::path_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 57 of file path_plugin.h.

Constructor & Destructor Documentation

◆ PathPlugin()

mapviz_plugins::PathPlugin::PathPlugin ( )

Definition at line 51 of file path_plugin.cpp.

◆ ~PathPlugin()

mapviz_plugins::PathPlugin::~PathPlugin ( )
virtual

Definition at line 73 of file path_plugin.cpp.

Member Function Documentation

◆ Draw()

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

Implements mapviz::MapvizPlugin.

Definition at line 162 of file path_plugin.cpp.

◆ GetConfigWidget()

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

Reimplemented from mapviz::MapvizPlugin.

Definition at line 148 of file path_plugin.cpp.

◆ Initialize()

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

Implements mapviz::MapvizPlugin.

Definition at line 155 of file path_plugin.cpp.

◆ LoadConfig()

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

Implements mapviz::MapvizPlugin.

Definition at line 180 of file path_plugin.cpp.

◆ pathCallback()

void mapviz_plugins::PathPlugin::pathCallback ( const nav_msgs::PathConstPtr &  path)
private

Definition at line 111 of file path_plugin.cpp.

◆ PrintError()

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

Implements mapviz::MapvizPlugin.

Definition at line 133 of file path_plugin.cpp.

◆ PrintInfo()

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

Implements mapviz::MapvizPlugin.

Definition at line 138 of file path_plugin.cpp.

◆ PrintWarning()

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

Implements mapviz::MapvizPlugin.

Definition at line 143 of file path_plugin.cpp.

◆ SaveConfig()

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

Implements mapviz::MapvizPlugin.

Definition at line 200 of file path_plugin.cpp.

◆ SelectTopic

void mapviz_plugins::PathPlugin::SelectTopic ( )
protectedslot

Definition at line 77 of file path_plugin.cpp.

◆ Shutdown()

void mapviz_plugins::PathPlugin::Shutdown ( )
inlinevirtual

Implements mapviz::MapvizPlugin.

Definition at line 66 of file path_plugin.h.

◆ TopicEdited

void mapviz_plugins::PathPlugin::TopicEdited ( )
protectedslot

Definition at line 89 of file path_plugin.cpp.

Member Data Documentation

◆ config_widget_

QWidget* mapviz_plugins::PathPlugin::config_widget_
private

Definition at line 88 of file path_plugin.h.

◆ has_message_

bool mapviz_plugins::PathPlugin::has_message_
private

Definition at line 93 of file path_plugin.h.

◆ path_sub_

ros::Subscriber mapviz_plugins::PathPlugin::path_sub_
private

Definition at line 92 of file path_plugin.h.

◆ topic_

std::string mapviz_plugins::PathPlugin::topic_
private

Definition at line 90 of file path_plugin.h.

◆ ui_

Ui::path_config mapviz_plugins::PathPlugin::ui_
private

Definition at line 87 of file path_plugin.h.


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


mapviz_plugins
Author(s): Marc Alban
autogenerated on Fri Dec 16 2022 03:59:34