#include <path_plugin.h>
|
| 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 () |
| |
| 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 57 of file path_plugin.h.
◆ PathPlugin()
| mapviz_plugins::PathPlugin::PathPlugin |
( |
| ) |
|
◆ ~PathPlugin()
| mapviz_plugins::PathPlugin::~PathPlugin |
( |
| ) |
|
|
virtual |
◆ Draw()
| void mapviz_plugins::PathPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::PathPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ Initialize()
| bool mapviz_plugins::PathPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::PathPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ pathCallback()
| void mapviz_plugins::PathPlugin::pathCallback |
( |
const nav_msgs::PathConstPtr & |
path | ) |
|
|
private |
◆ PrintError()
| void mapviz_plugins::PathPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintInfo()
| void mapviz_plugins::PathPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ PrintWarning()
| void mapviz_plugins::PathPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
◆ SaveConfig()
| void mapviz_plugins::PathPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ SelectTopic
| void mapviz_plugins::PathPlugin::SelectTopic |
( |
| ) |
|
|
protectedslot |
◆ Shutdown()
| void mapviz_plugins::PathPlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ TopicEdited
| void mapviz_plugins::PathPlugin::TopicEdited |
( |
| ) |
|
|
protectedslot |
◆ config_widget_
| QWidget* mapviz_plugins::PathPlugin::config_widget_ |
|
private |
◆ has_message_
| bool mapviz_plugins::PathPlugin::has_message_ |
|
private |
◆ path_sub_
◆ topic_
| std::string mapviz_plugins::PathPlugin::topic_ |
|
private |
◆ ui_
| Ui::path_config mapviz_plugins::PathPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: