#include <gps_plugin.h>
|
| 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 () |
| |
| 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 | TransformPoint (StampedPoint &point, const swri_transform_util::Transform &transform) |
| |
| virtual void | UpdateColor (QColor base_color, int i) |
| |
| virtual | ~PointDrawingPlugin () |
| |
| int | DrawOrder () const |
| |
| void | DrawPlugin (double x, double y, double scale) |
| |
| bool | GetTransform (const ros::Time &stamp, swri_transform_util::Transform &transform) |
| |
| 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 | SetVisible (bool visible) |
| |
| std::string | Type () const |
| |
| bool | Visible () const |
| |
| virtual | ~MapvizPlugin () |
| |
Definition at line 50 of file gps_plugin.h.
◆ GpsPlugin()
| mapviz_plugins::GpsPlugin::GpsPlugin |
( |
| ) |
|
◆ ~GpsPlugin()
| mapviz_plugins::GpsPlugin::~GpsPlugin |
( |
| ) |
|
|
virtual |
◆ Draw()
| void mapviz_plugins::GpsPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::GpsPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ GPSFixCallback()
| void mapviz_plugins::GpsPlugin::GPSFixCallback |
( |
const gps_common::GPSFixConstPtr & |
gps | ) |
|
|
private |
◆ Initialize()
| bool mapviz_plugins::GpsPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::GpsPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ PrintError()
| void mapviz_plugins::GpsPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintInfo()
| void mapviz_plugins::GpsPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintWarning()
| void mapviz_plugins::GpsPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ SaveConfig()
| void mapviz_plugins::GpsPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ SelectTopic
| void mapviz_plugins::GpsPlugin::SelectTopic |
( |
| ) |
|
|
protectedslot |
◆ Shutdown()
| void mapviz_plugins::GpsPlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ TopicEdited
| void mapviz_plugins::GpsPlugin::TopicEdited |
( |
| ) |
|
|
protectedslot |
◆ config_widget_
| QWidget* mapviz_plugins::GpsPlugin::config_widget_ |
|
private |
◆ gps_sub_
◆ has_message_
| bool mapviz_plugins::GpsPlugin::has_message_ |
|
private |
◆ topic_
| std::string mapviz_plugins::GpsPlugin::topic_ |
|
private |
◆ ui_
| Ui::gps_config mapviz_plugins::GpsPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: